Home
last modified time | relevance | path

Searched refs:LDAPSortKey (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dsortctrl.c100 static int readNextKey( char **pNextKey, LDAPSortKey **key) in readNextKey()
139 *key = LDAP_MALLOC(sizeof(LDAPSortKey)); in readNextKey()
190 ldap_create_sort_keylist ( LDAPSortKey ***sortKeyList, char *keyString ) in ldap_create_sort_keylist()
194 LDAPSortKey **keyList = NULL; in ldap_create_sort_keylist()
207 keyList=(LDAPSortKey**)LBER_CALLOC(numKeys+1, sizeof(LDAPSortKey*)); in ldap_create_sort_keylist()
240 ldap_free_sort_keylist ( LDAPSortKey **keyList ) in ldap_free_sort_keylist()
243 LDAPSortKey *nextKeyp; in ldap_free_sort_keylist()
294 LDAPSortKey **keyList, in ldap_create_sort_control_value()
412 LDAPSortKey **keyList, in ldap_create_sort_control()
/netbsd/external/bsd/openldap/dist/include/
H A Dldap.h2202 } LDAPSortKey; typedef
2206 LDAPSortKey ***sortKeyList,
2211 LDAPSortKey **sortkeylist ));
2216 LDAPSortKey **keyList,
2222 LDAPSortKey **keyList,
/netbsd/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c243 static LDAPSortKey **sss_keys = NULL;