Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c42 LDAPsortkey **sortKeyList, in ldap_create_sort_control()
241 static int read_next_token(const char **s,LDAPsortkey **key) in read_next_token()
246 LDAPsortkey *new_key = NULL; in read_next_token()
320 new_key = (LDAPsortkey*)NSLDAPI_MALLOC(sizeof(LDAPsortkey)); in read_next_token()
351 LDAPsortkey ***sortKeyList, in ldap_create_sort_keylist()
356 LDAPsortkey **pointer_array = NULL; in ldap_create_sort_keylist()
374 pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*) in ldap_create_sort_keylist()
398 LDAPsortkey **sortKeyList in ldap_free_sort_keylist()
401 LDAPsortkey *this_one = NULL; in ldap_free_sort_keylist()
H A Dllib-lldap450 int ldap_create_sort_control (LDAP *ld, LDAPsortkey **sortKeyList, const char ctl_iscritical, LDAPC…
454 int ldap_create_sort_keylist(LDAPsortkey ***sortKeyList, const char *string_rep);
456 void ldap_free_sort_keylist(LDAPsortkey **sortKeyList);
/titanic_41/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,
/titanic_41/usr/src/cmd/ldap/common/
H A Dldapsearch.c704 LDAPsortkey **keylist = NULL;
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_op.c1354 LDAPsortkey **sortKeyList = 0; in ldapSearch()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_reads.c1833 LDAPsortkey **sortkeylist; in setup_vlv_params()