Home
last modified time | relevance | path

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

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_stdio.c117 static const int max_buf_size = 1024; local
119 char buf[max_buf_size];
167 res = read(fd, buf + in_buf, max_buf_size - 1 - in_buf);
201 } else if (in_buf == max_buf_size - 1 || !fifo_in) {

Completed in 5 milliseconds