Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c298 req->out_hdr = NULL; in fcgi_init_request()
516 req->out_hdr = NULL; in fcgi_read_request()
943 return req->out_hdr;
948 if (req->out_hdr) {
952 req->out_hdr = NULL;
994 if (req->out_hdr && req->out_hdr->type != type) {
1000 if (!req->out_hdr) {
1006 if (!req->out_hdr) {
1012 if (!req->out_hdr) {
1035 req->out_hdr = NULL;
[all …]
H A Dfastcgi.h107 fcgi_header *out_hdr; member
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c752 req->out_hdr = NULL; in fcgi_init_request()
891 req->out_hdr = NULL; in fcgi_read_request()
1299 return req->out_hdr;
1304 if (req->out_hdr) {
1308 req->out_hdr = NULL;
1350 if (req->out_hdr && req->out_hdr->type != type) {
1359 if (!req->out_hdr) {
1385 if (!req->out_hdr) {
1391 if (!req->out_hdr) {
1397 if (!req->out_hdr) {
[all …]

Completed in 12 milliseconds