Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c126 static void *apr_array_push_noclear(apr_array_header_t *arr) in apr_array_push_noclear() function
379 return (apr_table_entry_t *) apr_array_push_noclear(&t->a); in do_table_push()
387 #define table_push(t) ((apr_table_entry_t *) apr_array_push_noclear(&(t)->a))