Lines Matching defs:state
74 static bool prepareSocket(JdwpState* state, const JdwpStartupParams* pParams) in prepareSocket()
113 static bool awaitingHandshake(JdwpState* state) in awaitingHandshake()
228 static void netShutdownExtern(JdwpState* state) in netShutdownExtern()
256 static void netFreeExtern(JdwpState* state) in netFreeExtern()
264 static bool isConnected(JdwpState* state) in isConnected()
336 static bool acceptConnection(JdwpState* state) in acceptConnection()
388 static bool establishConnection(JdwpState* state) in establishConnection()
481 static void closeConnection(JdwpState* state) in closeConnection()
578 static bool handlePacket(JdwpState* state) in handlePacket()
661 static bool processIncoming(JdwpState* state) in processIncoming()
827 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
864 static bool sendBufferedRequest(JdwpState* state, const struct iovec* iov, in sendBufferedRequest()