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

/httpd/modules/metadata/
H A Dmod_headers.c184 /* unwrap_header returns HDR with any newlines converted into
186 static const char *unwrap_header(apr_pool_t *p, const char *hdr) function
206 return unwrap_header(r->pool, s);
217 return unwrap_header(r->pool, val);

Completed in 11 milliseconds