out_hdr 357 sapi/cgi/fastcgi.c fcgi_header *out_hdr; out_hdr 752 sapi/cgi/fastcgi.c req->out_hdr = NULL; out_hdr 891 sapi/cgi/fastcgi.c req->out_hdr = NULL; out_hdr 1296 sapi/cgi/fastcgi.c req->out_hdr = (fcgi_header*) req->out_pos; out_hdr 1297 sapi/cgi/fastcgi.c req->out_hdr->type = type; out_hdr 1299 sapi/cgi/fastcgi.c return req->out_hdr; out_hdr 1304 sapi/cgi/fastcgi.c if (req->out_hdr) { out_hdr 1305 sapi/cgi/fastcgi.c int len = req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header)); out_hdr 1307 sapi/cgi/fastcgi.c req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len); out_hdr 1308 sapi/cgi/fastcgi.c req->out_hdr = NULL; out_hdr 1350 sapi/cgi/fastcgi.c if (req->out_hdr && req->out_hdr->type != type) { out_hdr 1359 sapi/cgi/fastcgi.c if (!req->out_hdr) { out_hdr 1385 sapi/cgi/fastcgi.c if (!req->out_hdr) { out_hdr 1391 sapi/cgi/fastcgi.c if (!req->out_hdr) { out_hdr 1397 sapi/cgi/fastcgi.c if (!req->out_hdr) { out_hdr 1419 sapi/cgi/fastcgi.c fcgi_make_header(req->out_hdr, type, req->id, 0xfff8); out_hdr 1420 sapi/cgi/fastcgi.c req->out_hdr = NULL; out_hdr 1435 sapi/cgi/fastcgi.c fcgi_make_header(req->out_hdr, type, req->id, (len - pos) - rest); out_hdr 1436 sapi/cgi/fastcgi.c req->out_hdr = NULL; out_hdr 298 sapi/fpm/fpm/fastcgi.c req->out_hdr = NULL; out_hdr 516 sapi/fpm/fpm/fastcgi.c req->out_hdr = NULL; out_hdr 940 sapi/fpm/fpm/fastcgi.c req->out_hdr = (fcgi_header*) req->out_pos; out_hdr 941 sapi/fpm/fpm/fastcgi.c req->out_hdr->type = type; out_hdr 943 sapi/fpm/fpm/fastcgi.c return req->out_hdr; out_hdr 948 sapi/fpm/fpm/fastcgi.c if (req->out_hdr) { out_hdr 949 sapi/fpm/fpm/fastcgi.c int len = req->out_pos - ((unsigned char*)req->out_hdr + sizeof(fcgi_header)); out_hdr 951 sapi/fpm/fpm/fastcgi.c req->out_pos += fcgi_make_header(req->out_hdr, (fcgi_request_type)req->out_hdr->type, req->id, len); out_hdr 952 sapi/fpm/fpm/fastcgi.c req->out_hdr = NULL; out_hdr 994 sapi/fpm/fpm/fastcgi.c if (req->out_hdr && req->out_hdr->type != type) { out_hdr 1000 sapi/fpm/fpm/fastcgi.c if (!req->out_hdr) { out_hdr 1006 sapi/fpm/fpm/fastcgi.c if (!req->out_hdr) { out_hdr 1012 sapi/fpm/fpm/fastcgi.c if (!req->out_hdr) { out_hdr 1034 sapi/fpm/fpm/fastcgi.c fcgi_make_header(req->out_hdr, type, req->id, 0xfff8); out_hdr 1035 sapi/fpm/fpm/fastcgi.c req->out_hdr = NULL; out_hdr 1050 sapi/fpm/fpm/fastcgi.c fcgi_make_header(req->out_hdr, type, req->id, (len - pos) - rest); out_hdr 1051 sapi/fpm/fpm/fastcgi.c req->out_hdr = NULL; out_hdr 107 sapi/fpm/fpm/fastcgi.h fcgi_header *out_hdr;