Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c81004 int nShift = pageFreeArray(pPg, iOld, iNew-iOld, pCArray); local
81005 if( NEVER(nShift>nCell) ) return SQLITE_CORRUPT_BKPT;
81006 memmove(pPg->aCellIdx, &pPg->aCellIdx[nShift*2], nCell*2);
81007 nCell -= nShift;
210529 int nShift; /* Number of tokens to shift snippet by */ local
210550 nShift = (rc==SQLITE_DONE)+iCurrent-nSnippet;
210551 assert( nShift<=nDesired );
210552 if( nShift>0 ){
210553 *piPos += nShift;
210554 *pHlmask = hlmask >> nShift;
[all …]