Home
last modified time | relevance | path

Searched defs:table_push (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c382 #define table_push(t) do_table_push(__FUNCTION__, t) macro
384 #define table_push(t) do_table_push(NULL, t) macro
387 #define table_push(t) ((apr_table_entry_t *) apr_array_push_noclear(&(t)->a)) macro