HomeSort by: relevance | last modified time | path
    Searched refs:c_sasl_sockctx (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
sasl.c 1550 if( ctx == NULL ) ctx = conn->c_sasl_sockctx;
1589 if ( conn->c_sasl_sockctx &&
1590 conn->c_sasl_authctx != conn->c_sasl_sockctx )
1592 ctx = conn->c_sasl_sockctx;
1597 conn->c_sasl_sockctx = NULL;
1660 if ( ctx != op->o_conn->c_sasl_sockctx ) {
1710 if ( op->o_conn->c_sasl_sockctx ) {
1711 ctx = op->o_conn->c_sasl_sockctx;
1712 op->o_conn->c_sasl_sockctx = NULL;
1714 op->o_conn->c_sasl_sockctx = op->o_conn->c_sasl_authctx
    [all...]
connection.c 373 c->c_sasl_sockctx = NULL;
408 assert( c->c_sasl_sockctx == NULL );
1413 if ( !c->c_sasl_sockctx ) {
1421 rc = ldap_pvt_sasl_install( c->c_sb, c->c_sasl_sockctx );
slap.h 2970 void *c_sasl_sockctx; /* SASL security layer context */ member in struct:Connection
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c 221 conn->c_sasl_sockctx = NULL;
slapi_pblock.c 555 *value = pb->pb_conn->c_sasl_sockctx;

Completed in 107 milliseconds