Home
last modified time | relevance | path

Searched refs:LDAPsortkey (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c40 LDAPsortkey **sortKeyList, in ldap_create_sort_control()
239 static int read_next_token(const char **s,LDAPsortkey **key) in read_next_token()
244 LDAPsortkey *new_key = NULL; in read_next_token()
318 new_key = (LDAPsortkey*)NSLDAPI_MALLOC(sizeof(LDAPsortkey)); in read_next_token()
349 LDAPsortkey ***sortKeyList, in ldap_create_sort_keylist()
354 LDAPsortkey **pointer_array = NULL; in ldap_create_sort_keylist()
372 pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*) in ldap_create_sort_keylist()
396 LDAPsortkey **sortKeyList in ldap_free_sort_keylist()
399 LDAPsortkey *this_one = NULL; in ldap_free_sort_keylist()
/illumos-gate/usr/src/head/
H A Dldap.h669 typedef struct LDAPsortkey { /* structure for a sort-key */ struct
673 } LDAPsortkey; argument
676 LDAPsortkey **sortKeyList, const char ctl_iscritical,
681 LDAP_API(void) LDAP_CALL ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
682 int LDAP_CALL ldap_create_sort_keylist(LDAPsortkey ***sortKeyList,
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c704 LDAPsortkey **keylist = NULL;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1353 LDAPsortkey **sortKeyList = 0; in ldapSearch()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1834 LDAPsortkey **sortkeylist; in setup_vlv_params()