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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1800 if ( bc->sb_tls_ctx ) {
1801 ldap_pvt_tls_ctx_free( bc->sb_tls_ctx );
1802 bc->sb_tls_ctx = NULL;
1911 if ( bc->sb_tls_ctx ) {
1912 ldap_pvt_tls_ctx_free( bc->sb_tls_ctx );
1913 bc->sb_tls_ctx = NULL;
1919 ldap_get_option( ld, LDAP_OPT_X_TLS_CTX, &bc->sb_tls_ctx );
1980 } else if ( sb->sb_tls_ctx ) {
1982 sb->sb_tls_ctx );
H A Dslap.h1651 void *sb_tls_ctx; member in struct:slap_bindconf
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c436 } else if ( sb->sb_tls_ctx ) {
437 ldap_set_option( msc->msc_ld, LDAP_OPT_X_TLS_CTX, sb->sb_tls_ctx );
440 if ( sb == &mt->mt_idassert.si_bc && sb->sb_tls_ctx ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c733 } else if ( sb->sb_tls_ctx ) {
734 ldap_set_option( ld, LDAP_OPT_X_TLS_CTX, sb->sb_tls_ctx );
739 sb->sb_tls_ctx )

Completed in 158 milliseconds