Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h71 } fcgi_begin_request; typedef
75 fcgi_begin_request body;
H A Dfastcgi.c545 if (hdr.type == FCGI_BEGIN_REQUEST && len == sizeof(fcgi_begin_request)) { in fcgi_read_request()
552 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
553 switch ((((fcgi_begin_request*)buf)->roleB1 << 8) + ((fcgi_begin_request*)buf)->roleB0) { in fcgi_read_request()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h88 } fcgi_begin_request; typedef
92 fcgi_begin_request body;
H A Dfastcgi.c919 if (hdr.type == FCGI_BEGIN_REQUEST && len == sizeof(fcgi_begin_request)) { in fcgi_read_request()
924 req->keep = (((fcgi_begin_request*)buf)->flags & FCGI_KEEP_CONN); in fcgi_read_request()
937 switch ((((fcgi_begin_request*)buf)->roleB1 << 8) + ((fcgi_begin_request*)buf)->roleB0) { in fcgi_read_request()

Completed in 16 milliseconds