Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c238 int iLastColumn; /* the last column written */ member
260 d->iLastColumn = 0; in docListInit()
300 d->iLastColumn = 0; in docListAddDocid()
309 if( iColumn!=d->iLastColumn ){ in addPos()
310 assert( iColumn>d->iLastColumn ); in addPos()
313 d->iLastColumn = iColumn; in addPos()
370 int iLastColumn; member
382 r->iLastColumn = -1; in readerInit()
412 pReader->iLastColumn = 0; in readDocid()
434 pReader->iLastColumn = pReader->iLastPos = -1; in readPosition()
[all …]