Searched refs:c_sasl_sockctx (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsasl.c1747 if( ctx == NULL ) ctx = conn->c_sasl_sockctx;
1786 if ( conn->c_sasl_sockctx &&
1787 conn->c_sasl_authctx != conn->c_sasl_sockctx )
1789 ctx = conn->c_sasl_sockctx;
1794 conn->c_sasl_sockctx = NULL;
1854 if ( ctx != op->o_conn->c_sasl_sockctx ) {
1929 if ( op->o_conn->c_sasl_sockctx ) {
1930 ctx = op->o_conn->c_sasl_sockctx;
1931 op->o_conn->c_sasl_sockctx = NULL;
1933 op->o_conn->c_sasl_sockctx
[all...]
H A Dconnection.c410 c->c_sasl_sockctx = NULL;
460 assert( c->c_sasl_sockctx == NULL );
1445 if ( !c->c_sasl_sockctx ) {
1453 rc = ldap_pvt_sasl_install( c->c_sb, c->c_sasl_sockctx );
H A Dslap.h2926 void *c_sasl_sockctx; /* SASL security layer context */ member in struct:Connection
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c216 conn->c_sasl_sockctx = NULL;
H A Dslapi_pblock.c550 *value = pb->pb_conn->c_sasl_sockctx;

Completed in 84 milliseconds