Lines Matching refs:header
219 ap_fcgi_header header;
225 ap_fcgi_fill_in_header(&header, AP_FCGI_BEGIN_REQUEST, request_id,
232 ap_fcgi_header_to_array(&header, farray);
250 ap_fcgi_header header;
333 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id,
335 ap_fcgi_header_to_array(&header, farray);
351 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 0, 0);
352 ap_fcgi_header_to_array(&header, farray);
370 * end fastcgi server. STATE holds the current header parsing state for this
439 ap_fcgi_header header;
517 ap_fcgi_fill_in_header(&header, AP_FCGI_STDIN, request_id,
519 ap_fcgi_header_to_array(&header, farray);
547 ap_fcgi_fill_in_header(&header, AP_FCGI_STDIN, request_id,
549 ap_fcgi_header_to_array(&header, farray);
569 /* First, we grab the header... */
573 "Failed to read FastCGI header");
577 ap_log_rdata(APLOG_MARK, APLOG_TRACE8, r, "FastCGI header",