Searched refs:accept_socket_ (Results 1 – 4 of 4) sorted by relevance
41 accept_socket_(NULL), in TCPServerSocketLibevent()132 accept_socket_ = socket; in Accept()183 int result = AcceptInternal(accept_socket_); in OnFileCanReadWithoutBlocking()187 accept_socket_ = NULL; in OnFileCanReadWithoutBlocking()
22 accept_socket_(NULL), in TCPServerSocketWin()117 accept_socket_ = socket; in Accept()177 int result = AcceptInternal(accept_socket_); in OnObjectSignaled()181 accept_socket_ = NULL; in OnObjectSignaled()
45 scoped_ptr<ClientSocket>* accept_socket_; variable
47 scoped_ptr<ClientSocket>* accept_socket_; variable