Home
last modified time | relevance | path

Searched refs:o_tag (Results 1 – 25 of 68) sorted by relevance

123

/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_pblock.c483 *((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 …]
Dslapi_overlay.c56 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()
Dproto-slapi.h59 assert( (_pb)->pb_op->o_tag == (_tag)); \
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dretcode.c213 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 …]
Dauditlog.c94 switch(op->o_tag) { in auditlog_response()
147 switch(op->o_tag) { in auditlog_response()
Daccesslog.c708 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 …]
Drefint.c647 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()
Dsyncprov.c524 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 …]
Dtranslucent.c358 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/
Dabandon.c105 } 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()
Dcancel.c112 } 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()
Dtxn.c260 int opidx = slap_req2op( o->o_tag ); in txn_end_extop()
363 if ( op->o_tag != LDAP_REQ_EXTENDED ) in txn_preop()
Dresult.c849 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/
Dnull.c140 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/
Dtrace.c41 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/
Dbind.c859 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 …]
Dchain.c267 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/
Dautogroup.c146 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/
Drdnval.c97 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()
Dvernum.c259 op->o_tag = LDAP_REQ_SEARCH; in vernum_repair()
303 op->o_tag = LDAP_REQ_MODIFY; in vernum_repair()
Dpguid.c300 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/
Dpam.c194 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/
Dconn.c878 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/
Dreferral.c61 if( op->o_tag == LDAP_REQ_SEARCH ) { in dnssrv_back_referrals()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/
Dresult.c127 if ( rs->sr_err != 0 || op->o_tag != LDAP_REQ_BIND ) { in sock_read_and_send_results()

123