Home
last modified time | relevance | path

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

/PHP-5.3/sapi/cgi/
H A Dfastcgi.h71 } fcgi_begin_request; typedef
75 fcgi_begin_request body;
H A Dfastcgi.c704 if (hdr.type == FCGI_BEGIN_REQUEST && len == sizeof(fcgi_begin_request)) { in fcgi_read_request()
711 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
712 switch ((((fcgi_begin_request*)buf)->roleB1 << 8) + ((fcgi_begin_request*)buf)->roleB0) { in fcgi_read_request()
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.h71 } fcgi_begin_request; typedef
75 fcgi_begin_request body;
H A Dfastcgi.c537 if (hdr.type == FCGI_BEGIN_REQUEST && len == sizeof(fcgi_begin_request)) { in fcgi_read_request()
544 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
545 switch ((((fcgi_begin_request*)buf)->roleB1 << 8) + ((fcgi_begin_request*)buf)->roleB0) { in fcgi_read_request()

Completed in 14 milliseconds