Searched refs:LDAP_REQ_COMPARE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | compare.c | 112 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) { in ldap_compare_ext() 126 if ( ber_printf( ber, "{it{s{so}}", *msgidp, LDAP_REQ_COMPARE, dn, in ldap_compare_ext() 142 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_COMPARE, in ldap_compare_ext()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | ldaprot.h | 109 #define LDAP_REQ_COMPARE 0x6eL /* application + constructed + 14 */ macro
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 1213 #define LDAP_REQ_COMPARE 0x6eL /* application + constructed */ macro 1248 { LDAP_REQ_COMPARE, NULL }, 1275 { LDAP_REQ_COMPARE, "compare request" },
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 1141 #define LDAP_REQ_COMPARE 0x6e /* application + constructed + 14 */ macro
|