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

/osnet-11/usr/src/lib/libldap4/common/
H A Dsortctrl.c357 LDAPsortkey **pointer_array = NULL; local
376 pointer_array = (LDAPsortkey**)malloc(sizeof (LDAPsortkey*)
378 if (NULL == pointer_array) {
389 &(pointer_array[i])))) {
390 pointer_array[count] = NULL;
391 ldap_free_sort_keylist(pointer_array);
396 pointer_array[count] = NULL;
397 *sortKeyList = pointer_array;
/osnet-11/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 50 milliseconds