Home | History | Annotate | Download | only in sockets_tcp_server

Lines Matching defs:socket_id

26 linked_ptr<SocketInfo> CreateSocketInfo(int socket_id,
31 socket_info->socket_id = socket_id;
73 int socket_id) {
74 return static_cast<ResumableTCPServerSocket*>(GetSocket(socket_id));
98 create_info.socket_id = AddSocket(socket);
113 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
143 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
153 params_->socket_id);
180 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
204 params_->socket_id);
221 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
242 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
248 RemoveSocket(params_->socket_id);
263 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
270 CreateSocketInfo(params_->socket_id, socket);
287 int socket_id = *it;
288 ResumableTCPServerSocket* socket = GetTcpSocket(socket_id);
290 socket_infos.push_back(CreateSocketInfo(socket_id, socket));