Searched defs:iCur (Results 1 – 11 of 11) sorted by relevance
93 int iCur /* Cursor number for ephemerial table */ in sqlite3MaterializeView()235 int iCur; /* VDBE Cursor number for pTab */ in sqlite3DeleteFrom() local481 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowDelete()587 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowIndexDelete()615 int iCur, /* Cursor number for the pIdx->pTable table */ in sqlite3GenerateIndexKey()
102 int iCur; /* VDBE Cursor number of pTab */ in sqlite3Update() local
22 int iCur, /* The cursor number of the table */ in sqlite3OpenTable()1156 int iCur; /* Table cursor number */ in sqlite3GenerateConstraintChecks() local
568 int iCur, /* Cursor number of LHS */ in findTerm()1631 const int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ in bestOrClauseIndex() local2694 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ in bestBtreeIndex() local3368 int iCur = pLevel->iTabCur; /* The cursor of the table */ in codeAllEqualityTerms() local3596 int iCur; /* The VDBE cursor for the table */ in codeOneLoopStart() local4743 int iCur = pTabItem->iCursor; in sqlite3WhereBegin() local
327 int iCur = pParse->nTab - 1; /* Cursor number to use */ in fkLookupParent() local
190 int iCur, /* Index of the new VdbeCursor */ in allocateCursor()
975 int iCur; in display_stats() local
1923 int iCur; /* The VDBE cursor used by this IN operator */ member
1091 int iCur; in display_stats() local
1086 int iCur; in display_stats() local
10268 int iCur; /* The VDBE cursor used by this IN operator */ member