Searched refs:select_poke (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | socket.c | 859 select_poke(isc_socketmgr_t *mgr, int fd, int msg) { function 930 select_poke(isc_socketmgr_t *manager, int fd, int msg) { function 1790 * unwatch_fd() here, rather than defer it via select_poke(). 1799 select_poke(manager, fd, SELECT_POKE_CLOSE); 2538 select_poke(sock->manager, sock->fd, SELECT_POKE_READ); 2540 select_poke(sock->manager, sock->fd, SELECT_POKE_WRITE); 2986 select_poke(sock->manager, sock->fd, SELECT_POKE_ACCEPT); 3057 select_poke(sock->manager, sock->fd, SELECT_POKE_ACCEPT); 3124 select_poke(sock->manager, sock->fd, SELECT_POKE_READ); 3179 select_poke(soc [all...] |
Completed in 17 milliseconds