Lines Matching refs:sock
95 ares_process_fd(channel->cares_channel(), task->sock, task->sock);
101 events & UV_READABLE ? task->sock : ARES_SOCKET_BAD,
102 events & UV_WRITABLE ? task->sock : ARES_SOCKET_BAD);
113 void ares_sockstate_cb(void* data, ares_socket_t sock, int read, int write) {
118 lookup_task.sock = sock;
128 task = NodeAresTask::Create(channel, sock);
695 NodeAresTask* NodeAresTask::Create(ChannelWrap* channel, ares_socket_t sock) {
699 task->sock = sock;
702 &task->poll_watcher, sock) < 0) {