Searched refs:do_table_push (Results 1 – 1 of 1) sorted by relevance
373 static apr_table_entry_t *do_table_push(const char *func, apr_table_t *t) in do_table_push() function382 #define table_push(t) do_table_push(__FUNCTION__, t)384 #define table_push(t) do_table_push(NULL, t)