Searched refs:sortKeyList (Results 1 – 3 of 3) sorted by relevance
190 ldap_create_sort_keylist ( LDAPSortKey ***sortKeyList, char *keyString ) in ldap_create_sort_keylist() argument196 assert( sortKeyList != NULL ); in ldap_create_sort_keylist()199 *sortKeyList = NULL; in ldap_create_sort_keylist()223 *sortKeyList = keyList; in ldap_create_sort_keylist()
270 The sortKeyList must be present on each searchRequest message for the
2206 LDAPSortKey ***sortKeyList,