Home
last modified time | relevance | path

Searched defs:iFrom (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c1103 i64 iFrom in fts5ExprNodeNext_STRING()
1196 i64 iFrom in fts5ExprNodeNext_TERM()
1239 i64 iFrom in fts5ExprNodeNext_OR()
1323 i64 iFrom in fts5ExprNodeNext_AND()
1366 i64 iFrom in fts5ExprNodeNext_NOT()
H A Dfts5_index.c2918 i64 iFrom /* Advance at least as far as this */ in fts5MultiIterNext()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1202 int iFrom = pRedir->a[i].iFrom; in lsmFsRedirectPage() local
2373 int iFrom, /* Source block */ in fsMovePage()
2392 int lsmFsMoveBlock(FileSystem *pFS, Segment *pSeg, int iTo, int iFrom){ in lsmFsMoveBlock()
H A DlsmInt.h225 int iFrom; member
H A Dlsm_sorted.c4767 int iFrom; /* Total number of blocks in file */ member
4791 int iFrom; /* Block to move */ in sortedMoveBlock() local
/sqlite-3.40.0/tool/
H A Dshowdb.c1085 u32 iFrom = decodeInt32(&a[i+1]); in ptrmap_coverage_report() local
/sqlite-3.40.0/src/
H A Dwhereexpr.c241 int iFrom, iTo; in isLikeOrGlob() local
H A DwhereInt.h91 u8 iFrom; /* Which entry in the FROM clause */ member
H A Dbuild.c3218 void sqlite3RootPageMoved(sqlite3 *db, int iDb, Pgno iFrom, Pgno iTo){ in sqlite3RootPageMoved()
H A Dexpr.c3857 void sqlite3ExprCodeMove(Parse *pParse, int iFrom, int iTo, int nReg){ in sqlite3ExprCodeMove()
H A Dselect.c4229 int iFrom, /* Index in p->pSrc->a[] of the inner subquery */ in flattenSubquery()
H A Dbtree.c3712 static int modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType){ in modifyPagePointer()
H A Dtest1.c7177 int iFrom = sqlite3_column_int(pExplain, 2); in printExplainQueryPlan() local
H A DsqliteInt.h2434 int iFrom; /* Index of column in pFrom */ member