Home
last modified time | relevance | path

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

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