| socket.c | 425 fd_set *write_fds; member in struct:isc__socketthread 768 FD_SET(fd, thread->write_fds); 861 FD_CLR(fd, thread->write_fds); 3569 memmove(thread->write_fds_copy, thread->write_fds, 3799 thread->write_fds = isc_mem_get(thread->manager->mctx, 3804 memset(thread->write_fds, 0, thread->fd_bufsize); 3844 if (thread->write_fds != NULL) { 3845 isc_mem_put(mctx, thread->write_fds, thread->fd_bufsize);
|