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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c356 LDAPsortkey **pointer_array = NULL; local
374 pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*)
376 if (NULL == pointer_array) {
383 if (0 != (retval = read_next_token(&current_position,&(pointer_array[i])))) {
384 pointer_array[count] = NULL;
385 ldap_free_sort_keylist(pointer_array);
390 pointer_array[count] = NULL;
391 *sortKeyList = pointer_array;

Completed in 208 milliseconds