Home
last modified time | relevance | path

Searched refs:out_hdr (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c291 req->out_hdr = NULL; in fcgi_init_request()
508 req->out_hdr = NULL; in fcgi_read_request()
911 return req->out_hdr;
916 if (req->out_hdr) {
920 req->out_hdr = NULL;
961 if (req->out_hdr && req->out_hdr->type != type) {
967 if (!req->out_hdr) {
973 if (!req->out_hdr) {
979 if (!req->out_hdr) {
1002 req->out_hdr = NULL;
[all …]
H A Dfastcgi.h107 fcgi_header *out_hdr; member
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c520 req->out_hdr = NULL; in fcgi_init_request()
675 req->out_hdr = NULL; in fcgi_read_request()
1069 return req->out_hdr;
1074 if (req->out_hdr) {
1078 req->out_hdr = NULL;
1119 if (req->out_hdr && req->out_hdr->type != type) {
1128 if (!req->out_hdr) {
1154 if (!req->out_hdr) {
1160 if (!req->out_hdr) {
1166 if (!req->out_hdr) {
[all …]
H A Dfastcgi.h107 fcgi_header *out_hdr; member

Completed in 12 milliseconds