Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompare.c110 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) { in ldap_compare_ext()
124 if ( ber_printf( ber, "{it{s{so}}", *msgidp, LDAP_REQ_COMPARE, dn, in ldap_compare_ext()
140 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_COMPARE, in ldap_compare_ext()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaprot.h107 #define LDAP_REQ_COMPARE 0x6eL /* application + constructed + 14 */ macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c1213 #define LDAP_REQ_COMPARE 0x6eL /* application + constructed */ macro
1248 { LDAP_REQ_COMPARE, NULL },
1275 { LDAP_REQ_COMPARE, "compare request" },
/illumos-gate/usr/src/head/
H A Dldap.h1111 #define LDAP_REQ_COMPARE 0x6e /* application + constructed + 14 */ macro