Searched defs:content (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_proxy_html.c682 char *content; local
688 content = NULL;
694 /* find content=... string */
697 /* if it doesn't contain "content", ignore, don't crash! */
703 /* XXX Should we search for another content= pattern? */
716 content = apr_pstrndup(r->pool, p, q-p);
726 if (header && content) {
730 header, content);
732 apr_table_setn(r->headers_out, header, content);
843 errmsg = "No content
[all...]

Completed in 14 milliseconds