Searched refs:headers_in (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/apache/
H A Dagent.c285 apr_table_unset(r->headers_in, key);
287 apr_table_set(r->headers_in, key, value);
297 c = apr_table_get(r->headers_in, "Cookie");
299 apr_table_add(r->headers_in, "Cookie", header);
301 apr_table_set(r->headers_in, "Cookie", apr_pstrcat(r->pool, header, ";", c, NULL));
408 apr_table_unset(r->headers_in, "Content-Length");
426 sr->headers_in = r->headers_in;
538 apr_table_set(r->headers_in, "Content-Length",
620 apr_table_unset(r->headers_in, "Conten
[all...]

Completed in 67 milliseconds