HomeSort by: relevance | last modified time | path
    Searched refs:LDAPSortKey (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
sortctrl.c 85 Allocate an LDAPSortKey structure and initialize it with
95 key (OUT) Points to the address of an LDAPSortKey structure
100 static int readNextKey( char **pNextKey, LDAPSortKey **key)
138 /* Allocate an LDAPSortKey structure */
139 *key = LDAP_MALLOC(sizeof(LDAPSortKey));
176 Create an array of pointers to LDAPSortKey structures, containing the
181 LDAPSortKey structures allocated by this routine.
190 ldap_create_sort_keylist ( LDAPSortKey ***sortKeyList, char *keyString )
194 LDAPSortKey **keyList = NULL;
207 keyList=(LDAPSortKey**)LBER_CALLOC(numKeys+1, sizeof(LDAPSortKey*))
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap.h 2198 typedef struct ldapsortkey { struct
2202 } LDAPSortKey;
2206 LDAPSortKey ***sortKeyList,
2211 LDAPSortKey **sortkeylist ));
2216 LDAPSortKey **keyList,
2222 LDAPSortKey **keyList,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 697 alias LDAPSortKeyW LDAPSortKey;
782 alias LDAPSortKeyA LDAPSortKey;
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 243 static LDAPSortKey **sss_keys = NULL;

Completed in 20 milliseconds