Searched refs:LDAP_REQ_SEARCH (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | search.c | 207 if ( (rc = (ld->ld_cache_search)( ld, *msgidp, LDAP_REQ_SEARCH, in nsldapi_search() 224 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_SEARCH, in nsldapi_search() 333 ld->ld_cldapdn, LDAP_REQ_SEARCH, base, scope, ld->ld_deref, in nsldapi_build_search_req() 338 LDAP_REQ_SEARCH, base, scope, ld->ld_deref, in nsldapi_build_search_req()
|
H A D | request.c | 1144 if ( tag == LDAP_REQ_SEARCH && in re_encode_request()
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | ldaprot.h | 102 #define LDAP_REQ_SEARCH 0x63L /* application + constructed + 3 */ macro
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 1208 #define LDAP_REQ_SEARCH 0x63L /* application + constructed */ macro 1243 { LDAP_REQ_SEARCH, NULL }, 1270 { LDAP_REQ_SEARCH, "search request" },
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 1134 #define LDAP_REQ_SEARCH 0x63 /* application + constructed + 3 */ macro
|