Home
last modified time | relevance | path

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

/openbsd/usr.sbin/slowcgi/
H A Dslowcgi.c135 struct event script_stdin_ev; member
819 if (event_initialized(&c->script_stdin_ev)) in parse_stdin()
820 event_add(&c->script_stdin_ev, NULL); in parse_stdin()
977 event_set(&c->script_stdin_ev, s_in[0], EV_WRITE | EV_PERSIST, in exec_cgi()
979 event_add(&c->script_stdin_ev, NULL); in exec_cgi()
1108 event_del(&c->script_stdin_ev); in script_out()
1118 event_del(&c->script_stdin_ev); in script_out()
1143 if (event_initialized(&c->script_stdin_ev)) { in cleanup_request()
1145 close(EVENT_FD(&c->script_stdin_ev)); in cleanup_request()
1146 event_del(&c->script_stdin_ev); in cleanup_request()