Searched refs:iMatch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2427 int iMatch; local
2450 iMatch = 0;
2481 while( iMatch<nMatch && aMatch[iMatch].iCol<iCol ){ iMatch++; }
2483 while( iMatch<nMatch && aMatch[iMatch].iStart<iStart
2484 && aMatch[iMatch].iCol<=iCol ){
2485 iMatch++;
2487 if( iMatch<nMatc
[all...]

Completed in 655 milliseconds