Lines Matching defs:iCur
8542 int iCur; /* The VDBE cursor used by this IN operator */ member
42344 int iCur, in allocateCursor()
56909 int iCur, /* The cursor number of the table */ in sqlite3OpenTable()
56935 int iCur /* Cursor number for ephemerial table */ in sqlite3MaterializeView()
56975 int iCur; /* VDBE Cursor number for pTab */ in sqlite3DeleteFrom() local
57287 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowDelete()
57323 int iCur, /* Cursor number for the table */ in sqlite3GenerateRowIndexDelete()
57351 int iCur, /* Cursor number for the pIdx->pTable table */ in sqlite3GenerateIndexKey()
59021 int iCur = pParse->nTab; in autoIncBegin() local
59069 int iCur = pParse->nTab; in autoIncEnd() local
59885 int iCur; in sqlite3GenerateConstraintChecks() local
68557 int iCur; /* VDBE Cursor number of pTab */ in sqlite3Update() local
70694 int iCur, /* Cursor number of LHS */ in findTerm()
71723 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ in bestIndex() local
72096 int iCur = pLevel->iTabCur; /* The cursor of the table */ in codeAllEqualityTerms() local
72517 int iCur = pTabItem->iCursor; in sqlite3WhereBegin() local
72555 int iCur = pTabItem->iCursor; /* The VDBE cursor for the table */ in sqlite3WhereBegin() local