Searched defs:offMore (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxCPP.cpp1709 size_t const offMore = cchActualReplacement - cchToReplace; local
1712 size_t cbMinBuf = offMore + pExp->StrBuf.cchBuf + 1;
1718 memmove(&pExp->StrBuf.pszBuf[off + cchToReplace + offMore],
1721 pExp->StrBuf.cchBuf += offMore;

Completed in 62 milliseconds