Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dconnections.c791 static handler_t connection_handle_fdevent(void * const context, const int revents) { in connection_handle_fdevent() function
928 con->fdn = fdevent_register(srv->ev, con->fd, connection_handle_fdevent, con); in connection_accepted()