Searched defs:iLastColumn (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c238 int iLastColumn; /* the last column written */ member in struct:DocList
260 d->iLastColumn = 0;
300 d->iLastColumn = 0;
309 if( iColumn!=d->iLastColumn ){
310 assert( iColumn>d->iLastColumn );
313 d->iLastColumn = iColumn;
370 int iLastColumn; member in struct:DocListReader
382 r->iLastColumn = -1;
412 pReader->iLastColumn = 0;
434 pReader->iLastColumn
[all...]

Completed in 154 milliseconds