Home
last modified time | relevance | path

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

/openbsd/usr.sbin/slowcgi/
H A Dslowcgi.c169 void slowcgi_response(int, short, void *);
509 event_set(&c->resp_ev, s, EV_WRITE | EV_PERSIST, slowcgi_response, c); in slowcgi_accept()
585 slowcgi_response(int fd, short events, void *arg) in slowcgi_response() function
/openbsd/usr.sbin/bgplgd/
H A Dslowcgi.c153 void slowcgi_response(int, short, void *);
498 event_set(&c->resp_ev, s, EV_WRITE | EV_PERSIST, slowcgi_response, c); in slowcgi_accept()
612 slowcgi_response(int fd, short events, void *arg) in slowcgi_response() function