Searched refs:gapSize (Results 1 – 2 of 2) sorted by relevance
107 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace() argument110 ensureSpace(pBuf, gapSize); in expandBufAddSpace()113 pBuf->curLen += gapSize; in expandBufAddSpace()
57 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize);