Searched refs:skip_reply (Results 1 – 3 of 3) sorted by relevance
521 bool skip_reply = false; in HandlePacket() local522 size_t replyLength = ProcessRequest(&request, pReply, &skip_reply); in HandlePacket()524 if (!skip_reply) { in HandlePacket()
307 size_t ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply)
1617 size_t JdwpState::ProcessRequest(Request* request, ExpandBuf* pReply, bool* skip_reply) { in ProcessRequest() argument1619 *skip_reply = false; in ProcessRequest()1676 *skip_reply = true; in ProcessRequest()