Searched refs:nMove (Results 1 – 2 of 2) sorted by relevance
2893 int nMove = pIn->buf.nBuf - pIn->iNext; in sessionDiscardData() local2894 assert( nMove>=0 ); in sessionDiscardData()2895 if( nMove>0 ){ in sessionDiscardData()2896 memmove(pIn->buf.aBuf, &pIn->buf.aBuf[pIn->iNext], nMove); in sessionDiscardData()
1027 int nMove = pLvl->nSeg * sizeof(Fts5StructureSegment); in fts5StructureExtendLevel() local1028 memmove(&aNew[nExtra], aNew, nMove); in fts5StructureExtendLevel()4411 int nMove = (pLvl->nSeg - nInput) * sizeof(Fts5StructureSegment); in fts5IndexMergeLevel() local4412 memmove(pLvl->aSeg, &pLvl->aSeg[nInput], nMove); in fts5IndexMergeLevel()