Home | History | Annotate | Download | only in src

Lines Matching refs:Socket

42 // Debugger agent which starts a socket listener on the debugger port and
69 void CreateSession(Socket* socket);
77 Socket* server_; // Server socket for listen/accept.
95 DebuggerAgentSession(DebuggerAgent* agent, Socket* client)
108 Socket* client_;
119 static SmartArrayPointer<char> ReceiveMessage(const Socket* conn);
120 static bool SendConnectMessage(const Socket* conn,
122 static bool SendMessage(const Socket* conn, const Vector<uint16_t> message);
123 static bool SendMessage(const Socket* conn,
125 static int ReceiveAll(const Socket* conn, char* data, int len);