Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h40 FCGI_STDIN = 5, /* [in] post data */ enumerator
H A Dfastcgi.c529 while (hdr.type == FCGI_STDIN && len == 0) { in fcgi_read_request()
682 hdr.type != FCGI_STDIN) { in fcgi_read()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h57 FCGI_STDIN = 5, /* [in] post data */ enumerator
H A Dfastcgi.c903 while (hdr.type == FCGI_STDIN && len == 0) { in fcgi_read_request()
1056 hdr.type != FCGI_STDIN) { in fcgi_read()

Completed in 12 milliseconds