Searched refs:iEndBlock (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 144 sqlite3_int64 iEndBlock; /* Rowid of final block in segment (or 0) */ member 1619 sqlite3_int64 iEndBlock, /* Final block of segment */ in sqlite3Fts3SegReaderNew() argument 1646 pReader->iEndBlock = iEndBlock; in sqlite3Fts3SegReaderNew() 1972 sqlite3_int64 iEndBlock, /* Value for "end_block" field */ in fts3WriteSegdir() argument 1985 sqlite3_bind_int64(pStmt, 5, iEndBlock); in fts3WriteSegdir() 1987 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData); in fts3WriteSegdir() 2541 sqlite3_bind_int64(pDelete, 2, pSeg->iEndBlock); in fts3DeleteSegment()
|
| H A D | fts3.c | 3006 sqlite3_int64 iEndBlock = sqlite3_column_int64(pStmt, 3); in fts3SegReaderCursor() local 3022 iEndBlock, zRoot, nRoot, &pSeg in fts3SegReaderCursor()
|