Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsortctrl.c190 ldap_create_sort_keylist ( LDAPSortKey ***sortKeyList, char *keyString ) in ldap_create_sort_keylist() argument
196 assert( sortKeyList != NULL ); in ldap_create_sort_keylist()
199 *sortKeyList = NULL; in ldap_create_sort_keylist()
223 *sortKeyList = keyList; in ldap_create_sort_keylist()
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2891.txt270 The sortKeyList must be present on each searchRequest message for the
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h2206 LDAPSortKey ***sortKeyList,