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

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c377 func ? func : "table_push", t->creator, t->a.nalloc);
382 #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
566 next_elt = (apr_table_entry_t *) table_push(t);
638 next_elt = (apr_table_entry_t *) table_push(t);
729 next_elt = (apr_table_entry_t *) table_push(t);
784 next_elt = (apr_table_entry_t *) table_push(t);
804 elts = (apr_table_entry_t *) table_push(t);
837 elts = (apr_table_entry_t *) table_push(
[all...]

Completed in 163 milliseconds