Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c780 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */ in fts5ExprAdvanceto() argument
784 i64 iLast = *piLast; in fts5ExprAdvanceto()
798 *piLast = iRowid; in fts5ExprAdvanceto()
806 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */ in fts5ExprSynonymAdvanceto() argument
810 i64 iLast = *piLast; in fts5ExprSynonymAdvanceto()
827 *piLast = fts5ExprSynonymRowid(pTerm, bDesc, &bEof); in fts5ExprSynonymAdvanceto()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1893 sqlite3_int64 *piLast /* OUT: Selected child node */ in fts3ScanInteriorNode() argument
1923 while( zCsr<zEnd && (piFirst || piLast) ){ in fts3ScanInteriorNode()
1975 if( piLast && cmp<0 ){ in fts3ScanInteriorNode()
1976 *piLast = (i64)iChild; in fts3ScanInteriorNode()
1977 piLast = 0; in fts3ScanInteriorNode()
1984 if( piLast ) *piLast = (i64)iChild; in fts3ScanInteriorNode()
H A Dfts3_write.c2171 sqlite3_int64 *piLast, /* OUT: Block id of last entry written */ in fts3NodeWrite() argument
2180 *piLast = iFree-1; in fts3NodeWrite()
2198 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot in fts3NodeWrite()