Home
last modified time | relevance | path

Searched defs:iCur (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Ddelete.c71 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local
343 int iCur, /* Cursor number for the table */ in sqliteGenerateRowDelete()
374 int iCur, /* Cursor number for the table */ in sqliteGenerateRowIndexDelete()
H A Dupdate.c45 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local
H A Dwhere.c487 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ in sqliteWhereBegin() local
725 int iCur = pTabList->a[i].iCursor; in sqliteWhereBegin() local
H A Dinsert.c639 int iCur; in sqliteGenerateConstraintChecks() local
H A DsqliteInt.h806 int iCur; /* Cursor number used for this index */ member
H A Dbtree.c2196 int iCur; /* apCell[iCur] is the cell of the cursor */ in balance() local