Lines Matching defs:state
120 static bool startup(struct JdwpState* state, const JdwpStartupParams* pParams) in startup()
194 static bool acceptConnection(struct JdwpState* state) in acceptConnection()
291 static bool establishConnection(struct JdwpState* state) in establishConnection()
300 static void closeConnection(struct JdwpState* state) in closeConnection()
350 static void netShutdown(JdwpState* state) in netShutdown()
359 static void netFree(struct JdwpState* state) in netFree()
369 static bool isConnected(struct JdwpState* state) in isConnected()
378 static bool awaitingHandshake(struct JdwpState* state) in awaitingHandshake()
424 static bool handlePacket(JdwpState* state) in handlePacket()
505 static bool processIncoming(JdwpState* state) in processIncoming()
669 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) in sendRequest()
705 static bool sendBufferedRequest(JdwpState* state, const struct iovec* iov, in sendBufferedRequest()