Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79384 int nShift = pageFreeArray(pPg, iOld, iNew-iOld, pCArray); local
79385 if( NEVER(nShift>nCell) ) return SQLITE_CORRUPT_BKPT;
79386 memmove(pPg->aCellIdx, &pPg->aCellIdx[nShift*2], nCell*2);
79387 nCell -= nShift;
205964 int nShift; /* Number of tokens to shift snippet by */
205985 nShift = (rc==SQLITE_DONE)+iCurrent-nSnippet;
205986 assert( nShift<=nDesired );
205987 if( nShift>0 ){
205988 *piPos += nShift;
205989 *pHlmask = hlmask >> nShift;
[all …]