Home | History | Annotate | Download | only in impl

Lines Matching defs:socket_

181         socket_(sock),
191 socket_(other.socket_),
201 socket_(other.socket_),
220 socket_.close(ec);
221 socket_.async_connect(*iter_,
229 socket_.get_io_service().post(detail::bind_handler(*this, ec));
238 if (!socket_.is_open())
256 basic_socket<Protocol, SocketService>& socket_;