Home
last modified time | relevance | path

Searched refs:fcgi_read (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.h128 int fcgi_read(fcgi_request *req, char *str, int len);
H A Dfastcgi.c670 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read() function
H A Dfpm_main.c522 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.h132 int fcgi_read(fcgi_request *req, char *str, int len);
H A Dfastcgi.c1044 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read() function
H A Dcgi_main.c530 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_fcgi_read_post()

Completed in 27 milliseconds