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

/freebsd-13-stable/contrib/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);
200 new_array = alloc_array(ht, new_max);
465 res->array = alloc_array(res, res->max);

Completed in 22 milliseconds