Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c109 #define FPM_STDIO_CMD_FLUSH "\0fscf" macro
113 return write(STDERR_FILENO, FPM_STDIO_CMD_FLUSH, sizeof(FPM_STDIO_CMD_FLUSH));
177 if ((sizeof(FPM_STDIO_CMD_FLUSH) - cmd_pos) <= in_buf &&
178 !memcmp(buf, &FPM_STDIO_CMD_FLUSH[cmd_pos], sizeof(FPM_STDIO_CMD_FLUSH) - cmd_pos)) {
182 zlog_stream_str(log_stream, &FPM_STDIO_CMD_FLUSH[0], cmd_pos);
194 if (pos + sizeof(FPM_STDIO_CMD_FLUSH) <= in_buf) {
195 if (!memcmp(buf + pos, FPM_STDIO_CMD_FLUSH, sizeof(FPM_STDIO_CMD_FLUSH))) {
198 start = pos + sizeof(FPM_STDIO_CMD_FLUSH);
201 } else if (!memcmp(buf + pos, FPM_STDIO_CMD_FLUSH, in_buf - pos)) {

Completed in 4 milliseconds