Searched defs:iEndBlock (Results 1 – 2 of 2) sorted by relevance
144 sqlite3_int64 iEndBlock; /* Rowid of final block in segment (or 0) */ member1619 sqlite3_int64 iEndBlock, /* Final block of segment */ in sqlite3Fts3SegReaderNew()1972 sqlite3_int64 iEndBlock, /* Value for "end_block" field */ in fts3WriteSegdir()
3006 sqlite3_int64 iEndBlock = sqlite3_column_int64(pStmt, 3); in fts3SegReaderCursor() local