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

/freebsd-11-stable/contrib/apr/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
[all...]

Completed in 48 milliseconds