Home
last modified time | relevance | path

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

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c127 static int request_body_fd; variable
501 if (request_body_fd == -1) { in sapi_cgi_read_post()
506 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
508 if (0 > request_body_fd) { in sapi_cgi_read_post()
517 if (request_body_fd < 0) { in sapi_cgi_read_post()
520 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
1857 request_body_fd = -1;
1936 if (request_body_fd != -1) {
1937 close(request_body_fd);
1939 request_body_fd = -2;

Completed in 18 milliseconds