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