Searched refs:lconn_sasl_sockctx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dcyrus.c375 if ( lc->lconn_sasl_sockctx &&
376 lc->lconn_sasl_authctx != lc->lconn_sasl_sockctx ) {
377 ctx = lc->lconn_sasl_sockctx;
380 lc->lconn_sasl_sockctx = NULL;
455 if ( oldctx != ld->ld_defconn->lconn_sasl_sockctx ) {
689 if ( ld->ld_defconn->lconn_sasl_sockctx ) {
690 sasl_conn_t *oldctx = ld->ld_defconn->lconn_sasl_sockctx;
695 ld->ld_defconn->lconn_sasl_sockctx = ctx;
980 ctx = ld->ld_defconn->lconn_sasl_sockctx;
H A Dldap-int.h325 void *lconn_sasl_sockctx; /* for security layer */ member in struct:ldap_conn

Completed in 133 milliseconds