Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c237187 int nMove = pIn->buf.nBuf - pIn->iCurrent; local
237188 assert( nMove>=0 );
237189 if( nMove>0 ){
237190 memmove(pIn->buf.aBuf, &pIn->buf.aBuf[pIn->iCurrent], nMove);
252081 int nMove = pLvl->nSeg * sizeof(Fts5StructureSegment); local
252082 memmove(&aNew[nExtra], aNew, nMove);
255716 int nMove = (pLvl->nSeg - nInput) * sizeof(Fts5StructureSegment); local
255717 memmove(pLvl->aSeg, &pLvl->aSeg[nInput], nMove);
256322 const int nMove = nPg - iNextOff; /* Number of bytes to move */ local
256328 if( nMove>0 ){
[all …]