Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtesttable.c55 apr_table_set(t1, "foo", "bar"); in table_get()
83 apr_table_set(t1, "setkey", "bar"); in table_set()
84 apr_table_set(t1, "setkey", "2ndtry"); in table_set()
113 apr_table_set(t, "abc", "def"); in table_nelts()
114 apr_table_set(t, "def", "abc"); in table_nelts()
115 apr_table_set(t, "foo", "zzz"); in table_nelts()
136 apr_table_set(t, "a", "1"); in table_unset()
137 apr_table_set(t, "b", "2"); in table_unset()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_tables.h291 APR_DECLARE(void) apr_table_set(apr_table_t *t, const char *key,
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c241 apr_table_set(r->headers_out, "Content-Length", in curltest_echo_handler()
446 apr_table_set(r->headers_out, "Content-Length", in curltest_tweak_handler()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/
H A Dapr_tables.c500 APR_DECLARE(void) apr_table_set(apr_table_t *t, const char *key, in apr_table_set() function