Go to the source code of this file.
Typedefs | |
typedef struct isc_socketwait | isc_socketwait_t |
Functions | |
int | isc__socketmgr_waitevents (isc_socketmgr_t *, struct timeval *, isc_socketwait_t **) |
isc_result_t | isc__socketmgr_dispatch (isc_socketmgr_t *, isc_socketwait_t *) |
Definition in file socket_p.h.
typedef struct isc_socketwait isc_socketwait_t |
Definition at line 29 of file socket_p.h.
int isc__socketmgr_waitevents | ( | isc_socketmgr_t * | , | |
struct timeval * | , | |||
isc_socketwait_t ** | ||||
) |
Definition at line 6274 of file socket.c.
References isc__socketmgr::fd_bufsize, ISC_R_SUCCESS, isc_resource_getcurlimit(), isc_resource_openfiles, isc_socketwait::maxfd, isc_socketwait::readset, REQUIRE, timeout, and isc_socketwait::writeset.
Referenced by evloop(), and waitbody().
isc_result_t isc__socketmgr_dispatch | ( | isc_socketmgr_t * | , | |
isc_socketwait_t * | ||||
) |