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

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c373 static apr_table_entry_t *do_table_push(const char *func, apr_table_t *t) function
382 #define table_push(t) do_table_push(__FUNCTION__, t)
384 #define table_push(t) do_table_push(NULL, t)

Completed in 51 milliseconds