Searched refs:slowcgi_request (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.sbin/bgplgd/ |
| H A D | slowcgi.c | 152 void slowcgi_request(int, short, void *); 496 event_set(&c->ev, s, EV_READ | EV_PERSIST, slowcgi_request, c); in slowcgi_accept() 650 slowcgi_request(int fd, short events, void *arg) in slowcgi_request() function
|
| /openbsd-src/usr.sbin/slowcgi/ |
| H A D | slowcgi.c | 168 void slowcgi_request(int, short, void *); 507 event_set(&c->ev, s, EV_READ | EV_PERSIST, slowcgi_request, c); in slowcgi_accept() 624 slowcgi_request(int fd, short events, void *arg) in slowcgi_request() function
|