Searched defs:iCur (Results 1 – 6 of 6) sorted by relevance
71 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local 343 sqliteGenerateRowDelete(sqlite * db,Vdbe * v,Table * pTab,int iCur,int count) sqliteGenerateRowDelete() argument 374 sqliteGenerateRowIndexDelete(sqlite * db,Vdbe * v,Table * pTab,int iCur,char * aIdxUsed) sqliteGenerateRowIndexDelete() argument [all...]
45 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local [all...]
487 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ in sqliteWhereBegin() local 725 int iCur = pTabList->a[i].iCursor; sqliteWhereBegin() local [all...]
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 [all...]