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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dresult.c647 if( rc != -1 && rs->sr_type == REP_SASL && rs->sr_sasldata != NULL ) {
649 LDAP_TAG_SASL_RES_CREDS, rs->sr_sasldata );
882 rs->sr_sasldata ? (long) rs->sr_sasldata->bv_len : -1, NULL );
H A Dsasl.c1923 rs->sr_sasldata = (response.bv_len ? &response : NULL);
1938 rs->sr_sasldata = &response;
1999 rs->sr_sasldata = NULL;
H A Dslap.h2167 #define sr_sasldata sr_un.sru_sasl.r_sasldata macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c763 *((struct berval **)value) = pb->pb_rs->sr_sasldata;
1185 pb->pb_rs->sr_sasldata = (struct berval *)value;

Completed in 71 milliseconds