Searched defs:iCur (Results 1 – 7 of 7) sorted by relevance
68 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local340 int iCur, /* Cursor number for the table */ in sqliteGenerateRowDelete()371 int iCur, /* Cursor number for the table */ in sqliteGenerateRowIndexDelete()
42 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local
484 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ in sqliteWhereBegin() local722 int iCur = pTabList->a[i].iCursor; in sqliteWhereBegin() local
636 int iCur; in sqliteGenerateConstraintChecks() local
803 int iCur; /* Cursor number used for this index */ member
2189 int iCur; /* apCell[iCur] is the cell of the cursor */ in balance() local
10536 int iCur; /* The VDBE cursor used by this IN operator */ member
Completed in 302 milliseconds