Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_hash.c91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) in alloc_array() function
108 ht->array = alloc_array(ht, ht->max); in apr_hash_make()
200 new_array = alloc_array(ht, new_max); in expand_array()
465 res->array = alloc_array(res, res->max); in apr_hash_merge()