Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c211030 int nThisLcs = 0; /* LCS for the current iterator positions */ local
211036 nThisLcs = 0;
211041 if( nThisLcs==0 || pIter->iPos==pIter[-1].iPos ){
211042 nThisLcs++;
211044 nThisLcs = 1;
211046 if( nThisLcs>nLcs ) nLcs = nThisLcs;