Searched refs:expandBufGetLength (Results 1 – 8 of 8) sorted by relevance
36 size_t expandBufGetLength(ExpandBuf* pBuf);
462 if (expandBufGetLength(pReply) > 0) { in handlePacket()465 if (cc != (ssize_t) expandBufGetLength(pReply)) { in handlePacket()678 if (cc != (ssize_t) expandBufGetLength(pReq)) { in sendRequest()680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq)); in sendRequest()
76 size_t expandBufGetLength(ExpandBuf* pBuf) in expandBufGetLength() function
620 if (expandBufGetLength(pReply) > 0) { in handlePacket()623 if (cc != (ssize_t) expandBufGetLength(pReply)) { in handlePacket()838 if (cc != (ssize_t) expandBufGetLength(pReq)) { in sendRequest()840 strerror(errno), (int) cc, (int) expandBufGetLength(pReq)); in sendRequest()
49 expandBufGetLength(pReply)); in writePacket()
1949 set4BE(replyBuf + 0, expandBufGetLength(pReply)); in dvmJdwpProcessRequest()1953 respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; in dvmJdwpProcessRequest()
724 set4BE(buf, expandBufGetLength(pReq)); in eventFinish()
1325 size_t numLinesOffset = expandBufGetLength(pReply); in dvmDbgOutputLineTable()1422 size_t numLocalsOffset = expandBufGetLength(pReply); in dvmDbgOutputVariableTable()