Searched defs:iDataCur (Results 1 – 7 of 7) sorted by relevance
290 int iDataCur = 0; /* VDBE cursor for the canonical data source */ in sqlite3DeleteFrom() local737 int iDataCur, /* Cursor from which column data is extracted */ in sqlite3GenerateRowDelete()888 int iDataCur, /* Cursor of table holding data. */ in sqlite3GenerateRowIndexDelete()953 int iDataCur, /* Cursor number from which to take column data */ in sqlite3GenerateIndexKey()
698 int iDataCur = 0; /* VDBE cursor that is the main data repository */ in sqlite3Insert() local1670 int iDataCur, /* Canonical data cursor (main table or PK index) */ in sqlite3GenerateConstraintChecks()2555 int iDataCur, /* Cursor of the canonical data source */ in sqlite3CompleteInsertion()2652 int iDataCur; in sqlite3OpenTableAndIndices() local
264 int iDataCur; in sqlite3UpsertDoUpdate() local
304 int iDataCur; /* Cursor for the canonical data btree */ in sqlite3Update() local
1753 int iDataCur, iIdxCur; in sqlite3Pragma() local
4053 int iDataCur = p->iDataCur; in sqlite3IndexedExprLookup() local
3324 int iDataCur; /* Index of the data cursor */ member3591 int iDataCur; /* The data cursor associated with the index */ member