Home
last modified time | relevance | path

Searched refs:keyString (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsortctrl.c59 static int countKeys(char *keyString) in countKeys() argument
61 char *p = keyString; in countKeys()
190 ldap_create_sort_keylist ( LDAPSortKey ***sortKeyList, char *keyString ) in ldap_create_sort_keylist() argument
197 assert( keyString != NULL ); in ldap_create_sort_keylist()
202 if (( numKeys = countKeys(keyString)) == 0) { in ldap_create_sort_keylist()
213 nextKey = keyString; /* Points to the next key in the string */ in ldap_create_sort_keylist()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h2207 char *keyString ));