Home
last modified time | relevance | path

Searched defs:iTabCur (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c289 int iTabCur; /* Cursor number for the table */ in sqlite3DeleteFrom() local
H A Dwherecode.c915 int iTabCur; /* Cursor for the main table */ member
1229 int iTabCur, in whereApplyPartialIndexConstraints()
H A Dwhere.c670 int iTabCur, /* OP_Column/OP_Rowid references to this table */ in translateColumnToCopy()
3255 int iTabCur; /* Cursor number for the corresponding table */ member
3308 int iTabCur /* Cursor for the table being indexed */ in whereIsCoveringIndex()
H A Danalyze.c981 int iTabCur; /* Table cursor */ in analyzeOneTable() local
H A Dpragma.c2329 int iTabCur; /* Cursor for a table whose size needs checking */ in sqlite3Pragma() local
H A DwhereInt.h75 int iTabCur; /* The VDBE cursor used to access the table */ member
H A Dexpr.c3732 int iTabCur, /* Cursor pointing to a table row */ in sqlite3ExprCodeLoadIndexColumn()
3783 int iTabCur, /* The table cursor. Or the PK cursor for WITHOUT ROWID */ in sqlite3ExprCodeGetColumnOfTable()