Searched defs:iCur (Results 1 – 6 of 6) sorted by relevance
71 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local343 int iCur, /* Cursor number for the table */ in sqliteGenerateRowDelete()374 int iCur, /* Cursor number for the table */ in sqliteGenerateRowIndexDelete()
45 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local
487 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ in sqliteWhereBegin() local725 int iCur = pTabList->a[i].iCursor; in sqliteWhereBegin() local
639 int iCur; in sqliteGenerateConstraintChecks() local
806 int iCur; /* Cursor number used for this index */ member
2196 int iCur; /* apCell[iCur] is the cell of the cursor */ in balance() local