Home
last modified time | relevance | path

Searched refs:sb_tls_ctx (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
Dconfig.c917 if ( si->si_bc.sb_tls_ctx ) { in slap_idassert_parse()
918 ldap_pvt_tls_ctx_free( si->si_bc.sb_tls_ctx ); in slap_idassert_parse()
919 si->si_bc.sb_tls_ctx = NULL; in slap_idassert_parse()
1720 if ( li->li_tls.sb_tls_ctx ) { in ldap_back_cf_gen()
1721 ldap_pvt_tls_ctx_free( li->li_tls.sb_tls_ctx ); in ldap_back_cf_gen()
1722 li->li_tls.sb_tls_ctx = NULL; in ldap_back_cf_gen()
1735 if ( li->li_acl.sb_tls_ctx ) { in ldap_back_cf_gen()
1736 ldap_pvt_tls_ctx_free( li->li_acl.sb_tls_ctx ); in ldap_back_cf_gen()
1737 li->li_acl.sb_tls_ctx = NULL; in ldap_back_cf_gen()
Dbind.c736 sb->sb_tls_ctx ) in ldap_back_prepare_conn()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconfig.c1941 if ( bc->sb_tls_ctx ) { in bindconf_free()
1942 ldap_pvt_tls_ctx_free( bc->sb_tls_ctx ); in bindconf_free()
1943 bc->sb_tls_ctx = NULL; in bindconf_free()
2077 if ( bc->sb_tls_ctx ) { in bindconf_tls_set()
2078 ldap_pvt_tls_ctx_free( bc->sb_tls_ctx ); in bindconf_tls_set()
2079 bc->sb_tls_ctx = NULL; in bindconf_tls_set()
2085 ldap_get_option( ld, LDAP_OPT_X_TLS_CTX, &bc->sb_tls_ctx ); in bindconf_tls_set()
2086 } else if ( bc->sb_tls_ctx ) { in bindconf_tls_set()
2087 rc = ldap_set_option( ld, LDAP_OPT_X_TLS_CTX, bc->sb_tls_ctx ); in bindconf_tls_set()
Dslap.h1656 void *sb_tls_ctx; member