| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_pblock.c | 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() 713 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 720 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 727 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 734 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 743 if ( pb->pb_op->o_tag != LDAP_REQ_SEARCH ) { in pblock_get() 757 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_get() 1075 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) { in pblock_set() 1094 if ( pb->pb_op->o_tag == LDAP_REQ_SEARCH ) in pblock_set() [all …]
|
| H A D | slapi_ops.c | 357 case LDAP_REQ_SEARCH: in slapi_int_connection_done_pb() 580 PBLOCK_ASSERT_INTOP( pb, LDAP_REQ_SEARCH ); in slapi_int_search_entry_callback() 640 PBLOCK_ASSERT_INTOP( pb, LDAP_REQ_SEARCH ); in slapi_search_internal_callback_pb() 698 slapi_int_connection_init_pb( pb, LDAP_REQ_SEARCH ); in slapi_search_internal_set_pb()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | search.c | 133 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_SEARCH, base, ber, id ); in ldap_pvt_search() 249 return ( ldap_send_initial_request( ld, LDAP_REQ_SEARCH, base, ber, id )); in ldap_search() 321 LDAP_REQ_SEARCH, base, (ber_int_t) scope, in ldap_build_search_req() 330 LDAP_REQ_SEARCH, base, (ber_int_t) scope, in ldap_build_search_req()
|
| H A D | request.c | 164 if (msgtype != LDAP_REQ_ABANDON && msgtype != LDAP_REQ_SEARCH) in ldap_send_initial_request() 1582 } else if ( tag == LDAP_REQ_SEARCH ) { in re_encode_request() 1634 } else if ( tag == LDAP_REQ_SEARCH ) { in re_encode_request()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/trace/ |
| H A D | trace.c | 50 case LDAP_REQ_SEARCH: in trace_op2str() 134 case LDAP_REQ_SEARCH: in trace_response()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| H A D | retcode.c | 218 if ( op->o_tag == LDAP_REQ_SEARCH ) { 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() 324 case LDAP_REQ_SEARCH: in retcode_op_func() 354 if ( op->o_tag == LDAP_REQ_SEARCH in retcode_op_func() 409 case LDAP_REQ_SEARCH: in retcode_op_func() 544 case LDAP_REQ_SEARCH: in retcode_op2str()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPMessage.h | 41 static const int SEARCH_REQUEST=LDAP_REQ_SEARCH;
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | operation.c | 51 case LDAP_REQ_SEARCH: in slap_req2res() 74 case LDAP_REQ_SEARCH: return "search request"; in lload_msgtype2str() 592 op->o_tag == LDAP_REQ_SEARCH ? LDAP_TIMELIMIT_EXCEEDED : in connection_timeout()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| H A D | referral.c | 61 if( op->o_tag == LDAP_REQ_SEARCH ) { in dnssrv_back_referrals()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | chain.c | 267 assert( op->o_tag == LDAP_REQ_SEARCH ); in ldap_chain_cb_search_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() 1099 case LDAP_REQ_SEARCH: in ldap_chain_response()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | meta_result.c | 611 case LDAP_REQ_SEARCH: in asyncmeta_send_pending_op() 664 if (bc->op->o_tag != LDAP_REQ_SEARCH || (META_BACK_ONERR_STOP( mi )) || in asyncmeta_send_all_pending_ops() 701 if (bc->op->o_tag != LDAP_REQ_SEARCH || (META_BACK_ONERR_STOP( mi )) || in asyncmeta_return_bind_errors() 1444 case LDAP_REQ_SEARCH: in asyncmeta_op_read_error() 1580 if ( bc->op->o_tag == LDAP_REQ_SEARCH ) { in asyncmeta_op_handle_result() 1687 if ( op->o_tag == LDAP_REQ_SEARCH ) { in asyncmeta_timeout_loop() 1714 if ( op->o_tag == LDAP_REQ_SEARCH ) { in asyncmeta_timeout_loop()
|
| H A D | message_queue.c | 119 case LDAP_REQ_SEARCH: in asyncmeta_free_op()
|
| H A D | conn.c | 612 case LDAP_REQ_SEARCH: in asyncmeta_getconn() 799 op->o_tag == LDAP_REQ_SEARCH ? op->ors_scope : LDAP_SCOPE_SUBTREE ) ) in asyncmeta_getconn()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A 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() 1273 case LDAP_REQ_SEARCH: 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-mdb/ |
| H A D | referral.c | 38 if( op->o_tag == LDAP_REQ_SEARCH ) { in mdb_referrals()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/denyop/ |
| H A D | denyop.c | 91 case LDAP_REQ_SEARCH: in denyop_func()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | operation.c | 248 case LDAP_REQ_SEARCH: in slap_req2op()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | operational.c | 88 if ( op->o_sync && op->o_tag == LDAP_REQ_SEARCH && op->o_private != NULL ) { in backsql_operational_entryCSN()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/ |
| H A D | rdnval.c | 105 op2.o_tag = LDAP_REQ_SEARCH; in rdnval_unique_check() 489 op->o_tag = LDAP_REQ_SEARCH; in rdnval_repair()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| H A D | rbacperm.c | 168 op2.o_tag = LDAP_REQ_SEARCH; in rbac_read_permission()
|
| H A D | rbacsess.c | 699 op2.o_tag = LDAP_REQ_SEARCH; in rbac_session_byid_fake() 770 op2.o_tag = LDAP_REQ_SEARCH; in rbac_session_byid() 886 op2->o_tag = LDAP_REQ_SEARCH; in rbac_int_session_permissions()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-relay/ |
| H A D | op.c | 156 op->o_tag == LDAP_REQ_SEARCH ? in relay_back_select_backend()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| H A D | autogroup.c | 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() 770 assert( op->o_tag == LDAP_REQ_SEARCH ); in autogroup_group_add_cb() 2084 op->o_tag = LDAP_REQ_SEARCH; in autogroup_db_open()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| H A D | config.c | 291 case LDAP_REQ_SEARCH: which = op_search; break; in sock_over_op()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-null/ |
| H A D | null.c | 229 assert( op->o_tag == LDAP_REQ_SEARCH ); in null_back_respond()
|