Searched refs:LDAP_REQ_COMPARE (Results 1 – 22 of 22) sorted by relevance
66 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()
46 static const int COMPARE_REQUEST=LDAP_REQ_COMPARE;
70 case LDAP_REQ_COMPARE: in trace_op2str()
87 case LDAP_REQ_COMPARE: in denyop_func()
797 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()
429 case LDAP_REQ_COMPARE: in slapi_tag2op()
3406 case LDAP_REQ_COMPARE: in slapi_op_get_type()
157 if ( ap && op->o_tag == LDAP_REQ_COMPARE && in dyngroup_response()
346 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()
104 case LDAP_REQ_COMPARE: in rwm_op_rollback()1764 case LDAP_REQ_COMPARE: in rwm_response()
1491 case LDAP_REQ_COMPARE: return LOG_EN_COMPARE; in accesslog_op2logop()
246 case LDAP_REQ_COMPARE: in slap_req2op()
1153 case LDAP_REQ_COMPARE: in backend_check_restrictions()
135 case LDAP_REQ_COMPARE: in slap_req2res()
1053 case LDAP_REQ_COMPARE: in connection_operation()
698 case LDAP_REQ_COMPARE: in slap_parse_ctrl()
292 case LDAP_REQ_COMPARE: which = op_compare; break; in sock_over_op()
433 op->o_tag = LDAP_REQ_COMPARE; in pam_authz()458 op->o_tag = LDAP_REQ_COMPARE; in pam_authz()
359 if ( op->o_tag != LDAP_REQ_COMPARE ) { in ldap_chain_cb_response()1092 case LDAP_REQ_COMPARE: in ldap_chain_response()
302 case LDAP_REQ_COMPARE: in lastmod_op_func()
1267 case LDAP_REQ_COMPARE: in meta_back_getconn()
535 #define LDAP_REQ_COMPARE ((ber_tag_t) 0x6eU) /* application + constructed */ macro