Searched refs:pointer_array (Results 1 – 1 of 1) sorted by relevance
356 LDAPsortkey **pointer_array = NULL; in ldap_create_sort_keylist() local374 pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*) in ldap_create_sort_keylist()376 if (NULL == pointer_array) { in ldap_create_sort_keylist()383 if (0 != (retval = read_next_token(¤t_position,&(pointer_array[i])))) { in ldap_create_sort_keylist()384 pointer_array[count] = NULL; in ldap_create_sort_keylist()385 ldap_free_sort_keylist(pointer_array); in ldap_create_sort_keylist()390 pointer_array[count] = NULL; in ldap_create_sort_keylist()391 *sortKeyList = pointer_array; in ldap_create_sort_keylist()