Searched refs:apr_is_empty_table (Results 1 – 3 of 3) sorted by relevance
105 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t);
299 if(r->trailers_in && !apr_is_empty_table(r->trailers_in)) { in curltest_echo_handler()
395 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t) in apr_is_empty_table() function