Searched refs:fts5LeafFirstRowidOff (Results 1 – 1 of 1) sorted by relevance
481 #define fts5LeafFirstRowidOff(x) (fts5GetU16((x)->p)) macro1880 iRowidOff = fts5LeafFirstRowidOff(pNew); in fts5SegIterReverseNewPage()2096 if( (iOff = fts5LeafFirstRowidOff(pLeaf)) && iOff<pLeaf->szLeaf ){ in fts5SegIterNext()2197 iRowid = fts5LeafFirstRowidOff(pNew); in fts5SegIterReverse()2224 iOff = fts5LeafFirstRowidOff(pLast); in fts5SegIterReverse()2748 iOff = fts5LeafFirstRowidOff(pIter->pLeaf); in fts5SegIterGotoPage()6025 if( i>=iNoRowid && 0!=fts5LeafFirstRowidOff(pLeaf) ) p->rc = FTS5_CORRUPT; in fts5IndexIntegrityCheckEmpty()6129 iRowidOff = fts5LeafFirstRowidOff(pLeaf); in fts5IndexIntegrityCheckSegment()6169 if( fts5LeafFirstRowidOff(pLeaf)!=0 ) p->rc = FTS5_CORRUPT; in fts5IndexIntegrityCheckSegment()6181 int iRowidOff = fts5LeafFirstRowidOff(pLeaf); in fts5IndexIntegrityCheckSegment()