Searched refs:sb_tls_ctx (Results 1 – 4 of 4) sorted by relevance
917 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()
736 sb->sb_tls_ctx ) in ldap_back_prepare_conn()
1941 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()
1656 void *sb_tls_ctx; member