Home
last modified time | relevance | path

Searched refs:LDAP_REQ_COMPARE (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcompare.c66 LDAP_REQ_COMPARE, dn, attr, bvalue ); in ldap_build_compare_req()
132 *msgidp = ldap_send_initial_request( ld, LDAP_REQ_COMPARE, dn, ber, id ); in ldap_compare_ext()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmessage_queue.c83 case LDAP_REQ_COMPARE: in asyncmeta_new_bm_context()
141 case LDAP_REQ_COMPARE: in asyncmeta_free_op()
H A Dcompare.c123 rc = ldap_send_initial_request( msc->msc_ld, LDAP_REQ_COMPARE, in asyncmeta_back_compare_start()
H A Dmeta_result.c623 case LDAP_REQ_COMPARE: in asyncmeta_send_pending_op()
1437 case LDAP_REQ_COMPARE: in asyncmeta_op_read_error()
H A Dconn.c606 case LDAP_REQ_COMPARE: in asyncmeta_getconn()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessage.h46 static const int COMPARE_REQUEST=LDAP_REQ_COMPARE;
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
H A Dtrace.c70 case LDAP_REQ_COMPARE: in trace_op2str()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/denyop/
H A Ddenyop.c87 case LDAP_REQ_COMPARE: in denyop_func()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c797 if ( pb->pb_op->o_tag == LDAP_REQ_COMPARE ) in pblock_get()
803 if ( pb->pb_op->o_tag == LDAP_REQ_COMPARE ) in pblock_get()
1242 if ( pb->pb_op->o_tag == LDAP_REQ_COMPARE ) { in pblock_set()
1255 if ( pb->pb_op->o_tag == LDAP_REQ_COMPARE ) in pblock_set()
H A Dslapi_overlay.c429 case LDAP_REQ_COMPARE: in slapi_tag2op()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddyngroup.c157 if ( ap && op->o_tag == LDAP_REQ_COMPARE && in dyngroup_response()
H A Dretcode.c346 case LDAP_REQ_COMPARE: in retcode_op_func()
393 case LDAP_REQ_COMPARE: in retcode_op_func()
541 case LDAP_REQ_COMPARE: in retcode_op2str()
H A Drwm.c104 case LDAP_REQ_COMPARE: in rwm_op_rollback()
1764 case LDAP_REQ_COMPARE: in rwm_response()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c35 case LDAP_REQ_COMPARE: in slap_req2res()
69 case LDAP_REQ_COMPARE: return "compare request"; in lload_msgtype2str()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Doperation.c246 case LDAP_REQ_COMPARE: in slap_req2op()
H A Dresult.c135 case LDAP_REQ_COMPARE: in slap_req2res()
H A Dbackend.c1153 case LDAP_REQ_COMPARE: in backend_check_restrictions()
H A Dconnection.c1053 case LDAP_REQ_COMPARE: in connection_operation()
H A Dcontrols.c698 case LDAP_REQ_COMPARE: in slap_parse_ctrl()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dconfig.c292 case LDAP_REQ_COMPARE: which = op_compare; break; in sock_over_op()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c433 op->o_tag = LDAP_REQ_COMPARE; in pam_authz()
458 op->o_tag = LDAP_REQ_COMPARE; in pam_authz()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c359 if ( op->o_tag != LDAP_REQ_COMPARE ) { in ldap_chain_cb_response()
1092 case LDAP_REQ_COMPARE: in ldap_chain_response()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
H A Dlastmod.c302 case LDAP_REQ_COMPARE: in lastmod_op_func()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dconn.c1267 case LDAP_REQ_COMPARE: in meta_back_getconn()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h535 #define LDAP_REQ_COMPARE ((ber_tag_t) 0x6eU) /* application + constructed */ macro

12