Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c354 LDAPsortkey **pointer_array = NULL; in ldap_create_sort_keylist() local
372 pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*) in ldap_create_sort_keylist()
374 if (NULL == pointer_array) { in ldap_create_sort_keylist()
381 if (0 != (retval = read_next_token(&current_position,&(pointer_array[i])))) { in ldap_create_sort_keylist()
382 pointer_array[count] = NULL; in ldap_create_sort_keylist()
383 ldap_free_sort_keylist(pointer_array); in ldap_create_sort_keylist()
388 pointer_array[count] = NULL; in ldap_create_sort_keylist()
389 *sortKeyList = pointer_array; in ldap_create_sort_keylist()