Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c88 static const int max_buf_size = 1024; in fpm_stdio_child_said() local
90 char buf[max_buf_size]; in fpm_stdio_child_said()
112 res = read(fd, buf + in_buf, max_buf_size - 1 - in_buf); in fpm_stdio_child_said()
150 if (in_buf == max_buf_size - 1) { in fpm_stdio_child_said()

Completed in 4 milliseconds