Searched refs:isc_httpd_accept (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c201 static void isc_httpd_accept(isc_task_t *, isc_event_t *);
298 result = isc_socket_accept(sock, task, isc_httpd_accept, httpdmgr);
604 isc_httpd_accept(isc_task_t *task, isc_event_t *ev) { function
681 result = isc_socket_accept(httpdmgr->sock, task, isc_httpd_accept,

Completed in 1995 milliseconds