Home
last modified time | relevance | path

Searched refs:nMove (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c2893 int nMove = pIn->buf.nBuf - pIn->iNext; in sessionDiscardData() local
2894 assert( nMove>=0 ); in sessionDiscardData()
2895 if( nMove>0 ){ in sessionDiscardData()
2896 memmove(pIn->buf.aBuf, &pIn->buf.aBuf[pIn->iNext], nMove); in sessionDiscardData()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c1027 int nMove = pLvl->nSeg * sizeof(Fts5StructureSegment); in fts5StructureExtendLevel() local
1028 memmove(&aNew[nExtra], aNew, nMove); in fts5StructureExtendLevel()
4411 int nMove = (pLvl->nSeg - nInput) * sizeof(Fts5StructureSegment); in fts5IndexMergeLevel() local
4412 memmove(pLvl->aSeg, &pLvl->aSeg[nInput], nMove); in fts5IndexMergeLevel()