Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_tables.h105 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t);
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c299 if(r->trailers_in && !apr_is_empty_table(r->trailers_in)) { in curltest_echo_handler()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c395 APR_DECLARE(int) apr_is_empty_table(const apr_table_t *t) in apr_is_empty_table() function