Home
last modified time | relevance | path

Searched defs:iCur (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/test/
H A Dstartup.c556 int iCur, iHi; in main() local
583 int iCur, iHi; in main() local
H A Dwordcount.c286 int iCur, iHiwtr; /* Statistics values, current and "highwater" */ in main() local
H A Dkvtest.c720 int iCur; in display_stats() local
H A Dspeedtest1.c2228 int iCur, iHi; /* Stats values, current and "highwater" */ in main() local
/sqlite-3.40.0/src/
H A Dwhere.c311 int iCur; /* The cursor on the LHS of the term */ in whereScanNext() local
439 int iCur, /* Cursor to scan for */ in whereScanInit()
502 int iCur, /* Cursor number of LHS */ in sqlite3WhereFindTerm()
1068 int iCur; /* Cursor for table getting the filter */ in sqlite3ConstructBloomFilter() local
2712 int iCur, /* Cursor open on pIdx */ in whereRangeVectorLen()
3588 int iCur = pSrc->iCursor; in whereLoopAddBtree() local
4136 int iCur; in whereLoopAddOr() local
4375 int iCur; /* Cursor number for current WhereLoop */ in wherePathSatisfiesOrderBy() local
5184 int iCur; in whereShortCut() local
6004 int iCur = pTabItem->iCursor; in sqlite3WhereBegin() local
[all …]
H A Dwherecode.c1029 int iCur; in codeCursorHint() local
1151 int iCur, /* Cursor for IPK b-tree */ in codeDeferredSeek()
1325 int iCur; /* The VDBE cursor for the table */ in sqlite3WhereCodeOneLoopStart() local
2737 int iCur = pLevel->iTabCur; in sqlite3WhereRightJoinLoop() local
H A Dupsert.c259 int iCur /* Cursor for pIdx (or pTab if pIdx==NULL) */ in sqlite3UpsertDoUpdate()
H A Dstatus.c160 sqlite3_int64 iCur = 0, iHwtr = 0; in sqlite3_status() local
H A Dinsert.c28 int iCur, /* The cursor number of the table */ in sqlite3OpenTable()
2527 int iCur, /* Cursor number for table */ in codeWithoutRowidPreupdate()
H A Dupdate.c755 int iCur = aiCurOnePass[1]; in sqlite3Update() local
H A Ddelete.c144 int iCur /* Cursor number for ephemeral table */ in sqlite3MaterializeView()
H A Dexpr.c2251 static int exprIsConst(Expr *p, int initFlag, int iCur){ in exprIsConst()
2299 int sqlite3ExprIsTableConstant(Expr *p, int iCur){ in sqlite3ExprIsTableConstant()
2627 static void sqlite3SetHasNullFlag(Vdbe *v, int iCur, int regHasNull){ in sqlite3SetHasNullFlag()
5988 int iCur; /* Cursor number for the table corresponding to the index */ member
6019 int iCur, /* The cursor number for the corresponding table */ in sqlite3ExprCoveredByIndex()
H A Dfkey.c333 int iCur = pParse->nTab - 1; /* Cursor number to use */ in fkLookupParent() local
H A Dwhereexpr.c983 int iCur; in exprMightBeIndexed2() local
H A Dalter.c2204 int iCur; in sqlite3AlterDropColumn() local
H A DwhereInt.h98 int iCur; /* The VDBE cursor used by this IN operator */ member
H A Dvdbe.c242 int iCur, /* Index of the new VdbeCursor */ in allocateCursor()
H A Dshell.c.in2806 sqlite3_int64 iCur = -1; local
2830 int iCur; local
H A DsqliteInt.h4089 int iCur; /* A cursor number */ member
4198 int iCur; /* Ephemeral table holding the materialization */ member