Searched refs:expandBufAddSpace (Results 1 – 5 of 5) sorted by relevance
57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);
106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace() function
1407 uint8_t* ptr = expandBufAddSpace(pReply, width+1); in SF_GetValues()1478 memcpy(expandBufAddSpace(pReply, replyLen), replyBuf, replyLen); in DDM_Chunk()1690 expandBufAddSpace(pReply, kJDWPHeaderLen); in ProcessRequest()
638 expandBufAddSpace(pReq, kJDWPHeaderLen); in eventPrep()
1019 uint8_t* dst = expandBufAddSpace(pReply, count * width); in OutputArray()