Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c68 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local
340 int iCur, /* Cursor number for the table */ in sqliteGenerateRowDelete()
371 int iCur, /* Cursor number for the table */ in sqliteGenerateRowIndexDelete()
H A Dupdate.c42 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local
H A Dwhere.c484 int iCur = pTabList->a[i].iCursor; /* The cursor for this table */ in sqliteWhereBegin() local
722 int iCur = pTabList->a[i].iCursor; in sqliteWhereBegin() local
H A Dinsert.c636 int iCur; in sqliteGenerateConstraintChecks() local
H A Dbtree.c2194 int iCur; /* apCell[iCur] is the cell of the cursor */ in balance() local
H A DsqliteInt.h803 int iCur; /* Cursor number used for this index */ member