Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
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/contrib/ldapc++/src/
DLDAPMessage.h46 static const int COMPARE_REQUEST=LDAP_REQ_COMPARE;
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
Dtrace.c70 case LDAP_REQ_COMPARE: in trace_op2str()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/denyop/
Ddenyop.c87 case LDAP_REQ_COMPARE: in denyop_func()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
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()
Dslapi_overlay.c429 case LDAP_REQ_COMPARE: in slapi_tag2op()
Dslapi_utils.c3406 case LDAP_REQ_COMPARE: in slapi_op_get_type()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Ddyngroup.c157 if ( ap && op->o_tag == LDAP_REQ_COMPARE && in dyngroup_response()
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()
Drwm.c104 case LDAP_REQ_COMPARE: in rwm_op_rollback()
1764 case LDAP_REQ_COMPARE: in rwm_response()
Daccesslog.c1491 case LDAP_REQ_COMPARE: return LOG_EN_COMPARE; in accesslog_op2logop()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Doperation.c246 case LDAP_REQ_COMPARE: in slap_req2op()
Dbackend.c1153 case LDAP_REQ_COMPARE: in backend_check_restrictions()
Dresult.c135 case LDAP_REQ_COMPARE: in slap_req2res()
Dconnection.c1053 case LDAP_REQ_COMPARE: in connection_operation()
Dcontrols.c698 case LDAP_REQ_COMPARE: in slap_parse_ctrl()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sock/
Dconfig.c292 case LDAP_REQ_COMPARE: which = op_compare; break; in sock_over_op()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
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/
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/
Dlastmod.c302 case LDAP_REQ_COMPARE: in lastmod_op_func()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dconn.c1267 case LDAP_REQ_COMPARE: in meta_back_getconn()
/netbsd/src/external/bsd/openldap/dist/include/
Dldap.h535 #define LDAP_REQ_COMPARE ((ber_tag_t) 0x6eU) /* application + constructed */ macro