Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libsqlite/src/
H A Ddelete.c71 int iCur; /* VDBE Cursor number for pTab */ in sqliteDeleteFrom() local
343 sqliteGenerateRowDelete(sqlite * db,Vdbe * v,Table * pTab,int iCur,int count) sqliteGenerateRowDelete() argument
374 sqliteGenerateRowIndexDelete(sqlite * db,Vdbe * v,Table * pTab,int iCur,char * aIdxUsed) sqliteGenerateRowIndexDelete() argument
[all...]
H A Dupdate.c45 int iCur; /* VDBE Cursor number of pTab */ in sqliteUpdate() local
[all...]
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; sqliteWhereBegin() local
[all...]
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
[all...]