Home
last modified time | relevance | path

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

/netbsd-src/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-src/external/bsd/openldap/dist/include/
H A Dldap.h2202 } LDAPSortKey; typedef
2206 LDAPSortKey ***sortKeyList,
2211 LDAPSortKey **sortkeylist ));
2216 LDAPSortKey **keyList,
2222 LDAPSortKey **keyList,
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d697 alias LDAPSortKeyW LDAPSortKey;
782 alias LDAPSortKeyA LDAPSortKey;
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c243 static LDAPSortKey **sss_keys = NULL;