Home
last modified time | relevance | path

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

/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c128 static int request_body_fd; variable
484 if (request_body_fd == -1) { in sapi_cgi_read_post()
488 request_body_fd = open(request_body_filename, O_RDONLY); in sapi_cgi_read_post()
490 if (0 > request_body_fd) { in sapi_cgi_read_post()
499 if (request_body_fd < 0) { in sapi_cgi_read_post()
502 tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes); in sapi_cgi_read_post()
1897 request_body_fd = -1;
1974 if (UNEXPECTED(request_body_fd != -1)) {
1975 close(request_body_fd);
1977 request_body_fd = -2;

Completed in 8 milliseconds