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

/httpd/modules/metadata/
H A Dmod_mime_magic.c2293 * through a sub-request. The base file name (without the @num suffix)
2300 request_rec *sub; local
2318 /* perform sub-request for the file name without the suffix */
2325 sub = ap_sub_req_lookup_file(sub_filename, r, NULL);
2327 /* extract content type/encoding/language from sub-request */
2328 if (sub->content_type) {
2329 ap_set_content_type(r, apr_pstrdup(r->pool, sub->content_type));
2335 if (sub->content_encoding)
2337 apr_pstrdup(r->pool, sub->content_encoding);
2338 if (sub
[all...]
/httpd/server/
H A Dprotocol.c1349 AP_DECLARE(void) ap_finalize_sub_req_protocol(request_rec *sub) argument
1352 if (!sub->eos_sent) {
1353 end_output_stream(sub);
/httpd/modules/filters/
H A Dmod_include.c1707 we never attempt to "run" this sub request. */
1737 we never attempt to "run" this sub request. */
2519 request_rec *sub = r->main; local
2544 while (sub) {
2545 p = sub->pool;
2546 sub = sub->main;

Completed in 1699 milliseconds