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

/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_hash.c91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) function
108 ht->array = alloc_array(ht, ht->max);
177 new_array = alloc_array(ht, new_max);
442 res->array = alloc_array(res, res->max);

Completed in 73 milliseconds