Searched defs:iTabCur (Results 1 – 7 of 7) sorted by relevance
289 int iTabCur; /* Cursor number for the table */ in sqlite3DeleteFrom() local
915 int iTabCur; /* Cursor for the main table */ member1229 int iTabCur, in whereApplyPartialIndexConstraints()
670 int iTabCur, /* OP_Column/OP_Rowid references to this table */ in translateColumnToCopy()3255 int iTabCur; /* Cursor number for the corresponding table */ member3308 int iTabCur /* Cursor for the table being indexed */ in whereIsCoveringIndex()
981 int iTabCur; /* Table cursor */ in analyzeOneTable() local
2329 int iTabCur; /* Cursor for a table whose size needs checking */ in sqlite3Pragma() local
75 int iTabCur; /* The VDBE cursor used to access the table */ member
3732 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()