HomeSort by: relevance | last modified time | path
    Searched defs:o_tag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 850 if ( op->o_tag == LDAP_REQ_BIND ) {
857 if ( op->o_tag == LDAP_REQ_BIND ) {
869 if ( op->o_tag == LDAP_REQ_BIND && !isproxyauthz ) {
945 if ( op->o_tag == LDAP_REQ_BIND ) {
1262 op->o_tag = *tptr;
1263 rs->sr_tag = slap_req2res( op->o_tag );
1292 ber_tag_t o_tag = op->o_tag; local
1370 op->o_tag = LDAP_REQ_BIND;
1372 cb.sc_private = &o_tag;
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
retcode.c 213 op->o_tag = rdc->rdc_tag;
215 ber_tag_t o_tag = op->o_tag; local
218 if ( op->o_tag == LDAP_REQ_SEARCH ) {
222 op->o_tag = o_tag;
253 op2.o_tag = LDAP_REQ_SEARCH;
275 if ( op->o_tag == LDAP_REQ_SEARCH ) {
278 rdc.rdc_tag = op->o_tag;
312 switch ( op->o_tag ) {
382 retcode_op_e o_tag = SN_DG_OP_NONE; local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 555 ber_tag_t o_tag; member in struct:LloadOperation
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 2660 ber_tag_t o_tag; /* tag of the request */ member in struct:Operation

Completed in 91 milliseconds