| /sqlite-3.40.0/test/ |
| H A D | startup.c | 556 int iCur, iHi; in main() local 583 int iCur, iHi; in main() local
|
| H A D | wordcount.c | 286 int iCur, iHiwtr; /* Statistics values, current and "highwater" */ in main() local
|
| H A D | kvtest.c | 720 int iCur; in display_stats() local
|
| H A D | speedtest1.c | 2228 int iCur, iHi; /* Stats values, current and "highwater" */ in main() local
|
| /sqlite-3.40.0/src/ |
| H A D | where.c | 311 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 D | wherecode.c | 1029 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 D | upsert.c | 259 int iCur /* Cursor for pIdx (or pTab if pIdx==NULL) */ in sqlite3UpsertDoUpdate()
|
| H A D | status.c | 160 sqlite3_int64 iCur = 0, iHwtr = 0; in sqlite3_status() local
|
| H A D | insert.c | 28 int iCur, /* The cursor number of the table */ in sqlite3OpenTable() 2527 int iCur, /* Cursor number for table */ in codeWithoutRowidPreupdate()
|
| H A D | update.c | 755 int iCur = aiCurOnePass[1]; in sqlite3Update() local
|
| H A D | delete.c | 144 int iCur /* Cursor number for ephemeral table */ in sqlite3MaterializeView()
|
| H A D | expr.c | 2251 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 D | fkey.c | 333 int iCur = pParse->nTab - 1; /* Cursor number to use */ in fkLookupParent() local
|
| H A D | whereexpr.c | 983 int iCur; in exprMightBeIndexed2() local
|
| H A D | alter.c | 2204 int iCur; in sqlite3AlterDropColumn() local
|
| H A D | whereInt.h | 98 int iCur; /* The VDBE cursor used by this IN operator */ member
|
| H A D | vdbe.c | 242 int iCur, /* Index of the new VdbeCursor */ in allocateCursor()
|
| H A D | shell.c.in | 2806 sqlite3_int64 iCur = -1; local 2830 int iCur; local
|
| H A D | sqliteInt.h | 4089 int iCur; /* A cursor number */ member 4198 int iCur; /* Ephemeral table holding the materialization */ member
|