Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2.c5618 sqlite_int64 iStartChild, iEndChild; in loadSegmentInt() local
5624 &iStartChild, &iEndChild); in loadSegmentInt()
5632 if( iStartChild!=iEndChild ){ in loadSegmentInt()
5634 rc = loadAndGetChildrenContaining(v, iEndChild, pTerm, nTerm, isPrefix, in loadSegmentInt()
5641 iEndChild = iNextEnd; in loadSegmentInt()
5644 assert( iEndChild<=iLeavesEnd ); in loadSegmentInt()
5647 return loadSegmentLeaves(v, iStartChild, iEndChild, in loadSegmentInt()