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