Searched refs:o_tag (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dabandon.c100 } else if ( o->o_tag == LDAP_REQ_BIND
101 || o->o_tag == LDAP_REQ_UNBIND
102 || o->o_tag == LDAP_REQ_ABANDON ) {
H A Dcancel.c101 } else if ( o->o_tag == LDAP_REQ_BIND
102 || o->o_tag == LDAP_REQ_UNBIND
103 || o->o_tag == LDAP_REQ_ABANDON ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c478 *((ber_tag_t *)value) = pb->pb_op->o_tag;
495 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) {
592 if ( pb->pb_op->o_tag == LDAP_REQ_BIND && pb->pb_rs->sr_err == LDAP_SUCCESS )
641 if ( pb->pb_op->o_tag == LDAP_REQ_ADD )
652 switch ( pb->pb_op->o_tag ) {
673 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN )
680 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN && pb->pb_op->orr_newSup != NULL )
687 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN )
694 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH )
701 if ( pb->pb_op->o_tag
[all...]
H A Dproto-slapi.h57 assert( (_pb)->pb_op->o_tag == (_tag)); \
H A Dslapi_overlay.c51 PBLOCK_ASSERT_OP( pb, op->o_tag );
578 which = slapi_tag2op( op->o_tag );
829 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache &&
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c208 op->o_tag = rdc->rdc_tag;
210 ber_tag_t o_tag = op->o_tag; local
213 if ( op->o_tag == LDAP_REQ_SEARCH ) {
217 op->o_tag = o_tag;
248 op2.o_tag = LDAP_REQ_SEARCH;
270 if ( op->o_tag == LDAP_REQ_SEARCH ) {
273 rdc.rdc_tag = op->o_tag;
307 switch ( op->o_tag ) {
377 retcode_op_e o_tag = SN_DG_OP_NONE; local
[all...]
H A Dauditlog.c88 switch(op->o_tag) {
141 switch(op->o_tag) {
H A Dnestedgroup.c75 nop.o_tag = LDAP_REQ_COMPARE;
151 nop.o_tag = LDAP_REQ_SEARCH;
256 if ( ap && op->o_tag == LDAP_REQ_COMPARE &&
H A Drefint.c583 op2.o_tag = LDAP_REQ_MODIFY;
763 op->o_tag = LDAP_REQ_SEARCH;
856 if (( op->o_tag != LDAP_REQ_DELETE && op->o_tag != LDAP_REQ_MODRDN ) ||
902 if ( op->o_tag == LDAP_REQ_MODRDN ) {
H A Dtranslucent.c346 op->o_tag = LDAP_REQ_ADD;
348 op->o_tag = LDAP_REQ_MODRDN;
377 op->o_tag = LDAP_REQ_MODIFY;
379 rs->sr_tag = slap_req2res( op->o_tag );
568 op->o_tag = LDAP_REQ_ADD;
706 nop.o_tag = LDAP_REQ_ADD;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/trace/
H A Dtrace.c36 switch ( op->o_tag ) {
91 switch ( op->o_tag ) {
118 switch ( op->o_tag ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dreferral.c34 if( op->o_tag == LDAP_REQ_SEARCH ) {
89 (unsigned long)op->o_tag, op->o_req_dn.bv_val, e->e_name.bv_val );
133 (unsigned long)op->o_tag, op->o_req_dn.bv_val, e->e_name.bv_val );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/
H A Dnull.c99 switch ( op->o_tag ) {
134 switch ( op->o_tag ) {
138 if ( op->o_tag == LDAP_REQ_ADD ) {
173 switch ( op->o_tag ) {
188 assert( op->o_tag == LDAP_REQ_SEARCH );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dresult.c115 if ( rs->sr_err != 0 || op->o_tag != LDAP_REQ_BIND ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c56 if( op->o_tag == LDAP_REQ_SEARCH ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dresult.c119 if ( rs->sr_err != 0 || op->o_tag != LDAP_REQ_BIND ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dbind.c862 if ( op->o_tag == LDAP_REQ_BIND ) {
869 if ( op->o_tag == LDAP_REQ_BIND ) {
881 if ( op->o_tag == LDAP_REQ_BIND && !isproxyauthz ) {
957 if ( op->o_tag == LDAP_REQ_BIND ) {
1285 op->o_tag = *tptr;
1286 rs->sr_tag = slap_req2res( op->o_tag );
1315 ber_tag_t o_tag = op->o_tag; local
1393 op->o_tag = LDAP_REQ_BIND;
1395 cb.sc_private = &o_tag;
[all...]
H A Dchain.c260 assert( op->o_tag == LDAP_REQ_SEARCH );
347 if ( op->o_tag != LDAP_REQ_COMPARE ) {
380 } else if ( op->o_tag == LDAP_REQ_SEARCH && rs->sr_type == REP_SEARCH )
457 if ( op->o_tag == LDAP_REQ_SEARCH ) {
492 if ( rc == LDAP_SUCCESS && op->o_tag == LDAP_REQ_SEARCH ) {
542 if ( op->o_tag == LDAP_REQ_SEARCH ) {
631 if ( op->o_tag == LDAP_REQ_SEARCH ) {
1035 switch ( op->o_tag ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/denyop/
H A Ddenyop.c61 switch( op->o_tag ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c92 if ( op->o_tag == LDAP_REQ_ADD
100 op2.o_tag = LDAP_REQ_SEARCH;
487 op->o_tag = LDAP_REQ_SEARCH;
527 op->o_tag = LDAP_REQ_MODIFY;
H A Dpguid.c295 op->o_tag = LDAP_REQ_SEARCH;
329 op->o_tag = LDAP_REQ_MODIFY;
H A Dvernum.c254 op->o_tag = LDAP_REQ_SEARCH;
298 op->o_tag = LDAP_REQ_MODIFY;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c136 o.o_tag = LDAP_REQ_MODIFY;
187 o.o_tag = LDAP_REQ_MODIFY;
249 o.o_tag = LDAP_REQ_MODIFY;
299 o.o_tag = LDAP_REQ_MODIFY;
324 assert( op->o_tag == LDAP_REQ_SEARCH );
382 assert( op->o_tag == LDAP_REQ_SEARCH );
468 o.o_tag = LDAP_REQ_SEARCH;
510 o.o_tag = LDAP_REQ_MODIFY;
698 assert( op->o_tag == LDAP_REQ_SEARCH );
936 if ( op->o_tag
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c181 op->o_tag = LDAP_REQ_BIND;
362 op->o_tag = LDAP_REQ_COMPARE;
386 op->o_tag = LDAP_REQ_COMPARE;
564 op->o_tag = LDAP_REQ_MODIFY;
649 op->o_tag = LDAP_REQ_EXTENDED;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c868 assert( op->o_tag == LDAP_REQ_SEARCH );
917 op2.o_tag = LDAP_REQ_SEARCH;
949 ndn, op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_BASE ) )
1110 || op->o_tag == LDAP_REQ_BIND
1232 switch ( op->o_tag ) {
1540 op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_SUBTREE ) )

Completed in 306 milliseconds

123