Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c81123 int nShift = pageFreeArray(pPg, iOld, iNew-iOld, pCArray); local
81124 if( NEVER(nShift>nCell) ) return SQLITE_CORRUPT_BKPT;
81125 memmove(pPg->aCellIdx, &pPg->aCellIdx[nShift*2], nCell*2);
81126 nCell -= nShift;
210847 int nShift; /* Number of tokens to shift snippet by */ local
210868 nShift = (rc==SQLITE_DONE)+iCurrent-nSnippet;
210869 assert( nShift<=nDesired );
210870 if( nShift>0 ){
210871 *piPos += nShift;
210872 *pHlmask = hlmask >> nShift;
[all …]