Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c252225 int iRowidOff; local
252226 iRowidOff = fts5LeafFirstRowidOff(pNew);
252227 if( iRowidOff ){
252228 if( iRowidOff>=pNew->szLeaf ){
252232 pIter->iLeafOffset = iRowidOff;
258605 int iRowidOff; /* Offset of first rowid on leaf */ local
258610 iRowidOff = fts5LeafFirstRowidOff(pLeaf);
258611 if( iRowidOff>=iOff || iOff>=pLeaf->szLeaf ){
258662 int iRowidOff = fts5LeafFirstRowidOff(pLeaf); local
258664 if( iRowidOff>=pLeaf->szLeaf ){
[all …]