Searched refs:fcgi_read (Results 1 – 4 of 4) sorted by relevance
115 int fcgi_read(fcgi_request *req, char *str, int len);
1204 int fcgi_read(fcgi_request *req, char *str, int len) in fcgi_read() function
457 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
520 tmp_read_bytes = fcgi_read(request, buffer + read_bytes, to_read); in sapi_fcgi_read_post()
Completed in 24 milliseconds