Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestpath.c90 pathelts = apr_array_make(p, parts_in_count, sizeof(const char*)); in list_merge_multi()
108 pathelts = apr_array_make(p, 1, sizeof(const char*)); in list_merge_single()
H A Dtesttable.c38 a1 = apr_array_make(p, 2, sizeof(const char *)); in array_clear()
H A Dtestskiplist.c401 array = apr_array_make(ptmp, 10, sizeof(elem *)); in skiplist_test()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dfilepath_util.c51 elts = apr_array_make(p, nelts, sizeof(char*)); in apr_filepath_list_split_impl()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_tables.h121 APR_DECLARE(apr_array_header_t *) apr_array_make(apr_pool_t *p,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_skiplist.c120 memlist->list = apr_array_make(sl->pool, 20, sizeof(chunk_t)); in apr_skiplist_alloc()
213 sl->memlist = apr_array_make(p, 20, sizeof(memlist_t)); in skiplisti_init()
H A Dapr_tables.c83 APR_DECLARE(apr_array_header_t *) apr_array_make(apr_pool_t *p, in apr_array_make() function
1266 state->merged = apr_array_make(state->p, 10, sizeof(const char *)); in table_getm_do()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_fnmatch.c469 *result = apr_array_make(p, 0, sizeof(char *)); in apr_match_glob()