Home | History | Annotate | Download | only in base

Lines Matching refs:socket

38   void OnConnectRequest(AsyncProxyServerSocket* socket,
40 void OnInternalRead(AsyncSocket* socket);
41 void OnInternalWrite(AsyncSocket* socket);
42 void OnInternalClose(AsyncSocket* socket, int err);
43 void OnExternalConnect(AsyncSocket* socket);
44 void OnExternalRead(AsyncSocket* socket);
45 void OnExternalWrite(AsyncSocket* socket);
46 void OnExternalClose(AsyncSocket* socket, int err);
48 static void Read(AsyncSocket* socket, FifoBuffer* buffer);
49 static void Write(AsyncSocket* socket, FifoBuffer* buffer);
71 void OnAcceptEvent(AsyncSocket* socket);
72 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;
92 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override;