Searched refs:max_buf_size (Results 1 – 1 of 1) sorted by relevance
88 static const int max_buf_size = 1024; in fpm_stdio_child_said() local90 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 3 milliseconds