Home
last modified time | relevance | path

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

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.h25 struct fpm_event_s ev_stdout, ev_stderr; member
H A Dfpm_stdio.c136 event = &child->ev_stdout;
278 fpm_event_set(&child->ev_stdout, child->fd_stdout, FPM_EV_READ, fpm_stdio_child_said, child);
279 fpm_event_add(&child->ev_stdout, 0);
H A Dfpm_children.c71 fpm_event_fire(&child->ev_stdout); in fpm_child_close()

Completed in 8 milliseconds