| /netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| D | slapi_pblock.c | 483 *((ber_tag_t *)value) = pb->pb_op->o_tag; in pblock_get() 500 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) { in pblock_get() 597 if ( pb->pb_op->o_tag == LDAP_REQ_BIND && pb->pb_rs->sr_err == LDAP_SUCCESS ) in pblock_get() 646 if ( pb->pb_op->o_tag == LDAP_REQ_ADD ) in pblock_get() 657 switch ( pb->pb_op->o_tag ) { in pblock_get() 678 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN ) in pblock_get() 685 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN && pb->pb_op->orr_newSup != NULL ) in pblock_get() 692 if ( pb->pb_op->o_tag == LDAP_REQ_MODRDN ) in pblock_get() 699 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 706 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() [all …]
|
| D | slapi_overlay.c | 56 PBLOCK_ASSERT_OP( pb, op->o_tag ); in slapi_over_pblock_new() 587 which = slapi_tag2op( op->o_tag ); in slapi_op_func() 840 if ( op->o_tag != LDAP_REQ_BIND && !op->o_do_not_cache && in slapi_over_acl_group()
|
| D | proto-slapi.h | 59 assert( (_pb)->pb_op->o_tag == (_tag)); \
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | retcode.c | 213 op->o_tag = rdc->rdc_tag; in retcode_cb_response() 215 ber_tag_t o_tag = op->o_tag; in retcode_cb_response() local 218 if ( op->o_tag == LDAP_REQ_SEARCH ) { in retcode_cb_response() 222 op->o_tag = o_tag; in retcode_cb_response() 253 op2.o_tag = LDAP_REQ_SEARCH; in retcode_op_internal() 275 if ( op->o_tag == LDAP_REQ_SEARCH ) { in retcode_op_internal() 278 rdc.rdc_tag = op->o_tag; in retcode_op_internal() 312 switch ( op->o_tag ) { in retcode_op_func() 354 if ( op->o_tag == LDAP_REQ_SEARCH in retcode_op_func() 382 retcode_op_e o_tag = SN_DG_OP_NONE; in retcode_op_func() local [all …]
|
| D | auditlog.c | 94 switch(op->o_tag) { in auditlog_response() 147 switch(op->o_tag) { in auditlog_response()
|
| D | accesslog.c | 708 op->o_tag = LDAP_REQ_SEARCH; in accesslog_purge() 747 op->o_tag = LDAP_REQ_MODIFY; in accesslog_purge() 763 op->o_tag = LDAP_REQ_DELETE; in accesslog_purge() 1486 switch ( op->o_tag ) { in accesslog_op2logop() 1911 op2.o_tag = LDAP_REQ_ADD; in accesslog_response() 1970 op2.o_tag = LDAP_REQ_MODIFY; in accesslog_response() 2080 if ( li->li_oldf && ( op->o_tag == LDAP_REQ_DELETE || in accesslog_op_mod() 2081 op->o_tag == LDAP_REQ_MODIFY || in accesslog_op_mod() 2082 ( op->o_tag == LDAP_REQ_MODRDN && li->li_oldattrs ))) in accesslog_op_mod() 2144 op2.o_tag = LDAP_REQ_ADD; in accesslog_unbind() [all …]
|
| D | refint.c | 647 op2.o_tag = LDAP_REQ_MODIFY; in refint_repair() 840 op->o_tag = LDAP_REQ_SEARCH; in refint_qtask() 951 if (( op->o_tag != LDAP_REQ_DELETE && op->o_tag != LDAP_REQ_MODRDN ) || in refint_response() 966 if ( op->o_tag == LDAP_REQ_MODRDN ) { in refint_response()
|
| D | syncprov.c | 524 fop.o_tag = LDAP_REQ_SEARCH; in syncprov_findbase() 1262 if ( op->o_tag != LDAP_REQ_ABANDON ) { in syncprov_op_abandon() 1299 if ( op->o_tag == LDAP_REQ_MODRDN && !saveit ) { in syncprov_matchops() 1307 if ( op->o_tag != LDAP_REQ_ADD ) { in syncprov_matchops() 1336 if ( saveit || op->o_tag == LDAP_REQ_ADD ) { in syncprov_matchops() 1346 } else if ( op->o_tag == LDAP_REQ_MODRDN && !saveit ) { in syncprov_matchops() 1480 if ( op->o_tag != LDAP_REQ_ADD && e ) { in syncprov_matchops() 1592 opm.o_tag = LDAP_REQ_MODIFY; in syncprov_checkpoint() 1668 se->se_tag = op->o_tag; in syncprov_add_slog() 2463 op->o_tag == LDAP_REQ_MODIFY && in syncprov_op_response() [all …]
|
| D | translucent.c | 358 op->o_tag = LDAP_REQ_ADD; in translucent_modrdn() 360 op->o_tag = LDAP_REQ_MODRDN; in translucent_modrdn() 389 op->o_tag = LDAP_REQ_MODIFY; in translucent_tag_cb() 391 rs->sr_tag = slap_req2res( op->o_tag ); in translucent_tag_cb() 580 op->o_tag = LDAP_REQ_ADD; in translucent_modify() 718 nop.o_tag = LDAP_REQ_ADD; in translucent_pwmod()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | abandon.c | 105 } else if ( o->o_tag == LDAP_REQ_BIND in do_abandon() 106 || o->o_tag == LDAP_REQ_UNBIND in do_abandon() 107 || o->o_tag == LDAP_REQ_ABANDON ) { in do_abandon()
|
| D | cancel.c | 112 } else if ( o->o_tag == LDAP_REQ_BIND in cancel_extop() 113 || o->o_tag == LDAP_REQ_UNBIND in cancel_extop() 114 || o->o_tag == LDAP_REQ_ABANDON ) { in cancel_extop()
|
| D | txn.c | 260 int opidx = slap_req2op( o->o_tag ); in txn_end_extop() 363 if ( op->o_tag != LDAP_REQ_EXTENDED ) in txn_preop()
|
| D | result.c | 849 rs->sr_tag = slap_req2res( op->o_tag ); in send_ldap_disconnect() 912 rs->sr_tag = slap_req2res( op->o_tag ); in slap_send_ldap_result() 925 if ( op->o_tag == LDAP_REQ_SEARCH ) { in slap_send_ldap_result() 954 rs->sr_tag = slap_req2res( op->o_tag ); in send_ldap_sasl() 979 rs->sr_tag = slap_req2res( op->o_tag ); in slap_send_ldap_extended() 1536 if ( op->o_tag == LDAP_REQ_SEARCH && rs->sr_type == REP_SEARCH ) { in slap_send_search_entry()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-null/ |
| D | null.c | 140 switch ( op->o_tag ) { in null_back_respond() 175 switch ( op->o_tag ) { in null_back_respond() 179 if ( op->o_tag == LDAP_REQ_ADD ) { in null_back_respond() 214 switch ( op->o_tag ) { in null_back_respond() 229 assert( op->o_tag == LDAP_REQ_SEARCH ); in null_back_respond()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/trace/ |
| D | trace.c | 41 switch ( op->o_tag ) { in trace_op2str() 96 switch ( op->o_tag ) { in trace_op_func() 123 switch ( op->o_tag ) { in trace_response()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| D | bind.c | 859 if ( op->o_tag == LDAP_REQ_BIND ) { in ldap_back_getconn() 866 if ( op->o_tag == LDAP_REQ_BIND ) { in ldap_back_getconn() 878 if ( op->o_tag == LDAP_REQ_BIND && !isproxyauthz ) { in ldap_back_getconn() 954 if ( op->o_tag == LDAP_REQ_BIND ) { in ldap_back_getconn() 1271 op->o_tag = *tptr; in ldap_back_dobind_cb() 1272 rs->sr_tag = slap_req2res( op->o_tag ); in ldap_back_dobind_cb() 1301 ber_tag_t o_tag = op->o_tag; in ldap_back_dobind_int() local 1379 op->o_tag = LDAP_REQ_BIND; in ldap_back_dobind_int() 1381 cb.sc_private = &o_tag; in ldap_back_dobind_int() 1553 op->o_tag = o_tag; in ldap_back_dobind_int() [all …]
|
| D | chain.c | 267 assert( op->o_tag == LDAP_REQ_SEARCH ); in ldap_chain_cb_search_response() 359 if ( op->o_tag != LDAP_REQ_COMPARE ) { in ldap_chain_cb_response() 398 } else if ( op->o_tag == LDAP_REQ_SEARCH && rs->sr_type == REP_SEARCH ) in ldap_chain_cb_response() 475 if ( op->o_tag == LDAP_REQ_SEARCH ) { in ldap_chain_op() 510 if ( rc == LDAP_SUCCESS && op->o_tag == LDAP_REQ_SEARCH ) { in ldap_chain_op() 560 if ( op->o_tag == LDAP_REQ_SEARCH ) { in ldap_chain_op() 654 if ( op->o_tag == LDAP_REQ_SEARCH ) { in ldap_chain_op() 1062 switch ( op->o_tag ) { in ldap_chain_response()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| D | autogroup.c | 146 o.o_tag = LDAP_REQ_MODIFY; in autogroup_add_member_to_group() 202 o.o_tag = LDAP_REQ_MODIFY; in autogroup_add_member_values_to_group() 276 o.o_tag = LDAP_REQ_MODIFY; in autogroup_delete_member_from_group() 331 o.o_tag = LDAP_REQ_MODIFY; in autogroup_delete_member_values_from_group() 366 assert( op->o_tag == LDAP_REQ_SEARCH ); in autogroup_member_search_cb() 424 assert( op->o_tag == LDAP_REQ_SEARCH ); in autogroup_member_search_modify_cb() 511 o.o_tag = LDAP_REQ_SEARCH; in autogroup_add_members_from_filter() 559 o.o_tag = LDAP_REQ_MODIFY; in autogroup_add_members_from_filter() 770 assert( op->o_tag == LDAP_REQ_SEARCH ); in autogroup_group_add_cb() 1079 if ( op->o_tag == LDAP_REQ_DELETE || op->o_tag == LDAP_REQ_MODIFY ) { in autogroup_response() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| D | rdnval.c | 97 if ( op->o_tag == LDAP_REQ_ADD in rdnval_unique_check() 105 op2.o_tag = LDAP_REQ_SEARCH; in rdnval_unique_check() 489 op->o_tag = LDAP_REQ_SEARCH; in rdnval_repair() 529 op->o_tag = LDAP_REQ_MODIFY; in rdnval_repair()
|
| D | vernum.c | 259 op->o_tag = LDAP_REQ_SEARCH; in vernum_repair() 303 op->o_tag = LDAP_REQ_MODIFY; in vernum_repair()
|
| D | pguid.c | 300 op->o_tag = LDAP_REQ_SEARCH; in pguid_repair() 334 op->o_tag = LDAP_REQ_MODIFY; in pguid_repair()
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| D | pam.c | 194 op->o_tag = LDAP_REQ_BIND; in pam_do_bind() 433 op->o_tag = LDAP_REQ_COMPARE; in pam_authz() 458 op->o_tag = LDAP_REQ_COMPARE; in pam_authz() 670 op->o_tag = LDAP_REQ_MODIFY; in pam_sess() 821 op->o_tag = LDAP_REQ_EXTENDED; in pam_pwmod()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| D | conn.c | 878 assert( op->o_tag == LDAP_REQ_SEARCH ); in meta_back_conn_cb() 927 op2.o_tag = LDAP_REQ_SEARCH; in meta_back_get_candidate() 959 … ndn, op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_BASE ) ) in meta_back_get_candidate() 1120 || op->o_tag == LDAP_REQ_BIND in meta_back_getconn() 1242 switch ( op->o_tag ) { in meta_back_getconn() 1550 … op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_SUBTREE ) ) in meta_back_getconn()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| D | referral.c | 61 if( op->o_tag == LDAP_REQ_SEARCH ) { in dnssrv_back_referrals()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| D | result.c | 127 if ( rs->sr_err != 0 || op->o_tag != LDAP_REQ_BIND ) { in sock_read_and_send_results()
|