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

/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_tables.c374 #define table_push(t) do_table_push(__FUNCTION__, t) macro
376 #define table_push(t) do_table_push(NULL, t) macro
379 #define table_push(t) ((apr_table_entry_t *) apr_array_push_noclear(&(t)->a)) macro
[all...]

Completed in 67 milliseconds