Searched refs:ap_fcgi_fill_in_header (Results 1 - 4 of 4) sorted by relevance
/httpd/include/ |
H A D | util_fcgi.h | 196 AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header,
|
/httpd/modules/proxy/ |
H A D | mod_proxy_fcgi.c | 225 ap_fcgi_fill_in_header(&header, AP_FCGI_BEGIN_REQUEST, request_id, 333 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 351 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 0, 0); 517 ap_fcgi_fill_in_header(&header, AP_FCGI_STDIN, request_id, 547 ap_fcgi_fill_in_header(&header, AP_FCGI_STDIN, request_id,
|
/httpd/server/ |
H A D | util_fcgi.c | 81 AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header, function
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 276 ap_fcgi_fill_in_header(&header, AP_FCGI_BEGIN_REQUEST, request_id, 364 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 382 ap_fcgi_fill_in_header(&header, AP_FCGI_PARAMS, request_id, 0, 0);
|
Completed in 2187 milliseconds