Lines Matching defs:header
164 /* Connection hop-by-hop header to prevent the CGI from hanging */
270 ap_fcgi_header header;
276 ap_fcgi_fill_in_header(&header, AP_FCGI_BEGIN_REQUEST, request_id,
280 ap_fcgi_header_to_array(&header, farray);
300 ap_fcgi_header header;
364 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id,
366 ap_fcgi_header_to_array(&header, farray);
382 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 0, 0);
383 ap_fcgi_header_to_array(&header, farray);
392 * This header-state logic is from mod_proxy_fcgi.
404 * end fastcgi server. STATE holds the current header parsing state for this
504 "entire header", fn);
513 APLOGNO(02502) "%s: Got bogus FastCGI header "
521 APLOGNO(02503) "%s: Got bogus FastCGI header "
569 APLOGNO(02504) "%s: script header "