Searched refs:iCur (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10578 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon702::__anon703::InLoop
11390 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
63201 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, int isBtreeCursor ) argument
83633 int iCur; /* VDBE Cursor number for pTab */ local
83879 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
83985 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iCur, int *aRegIdx ) argument
84013 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
85987 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
86900 sqlite3OpenTable( Parse *p, int iCur, int iDb, Table *pTab, int opcode ) argument
88037 int iCur; /* Table cursor number */ local
98362 int iCur; /* VDBE Cursor number of pTab */ local
100920 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
102144 const int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
103217 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
103899 int iCur = pLevel->iTabCur; /* The cursor of the table */ local
104127 int iCur; /* The VDBE cursor for the table */ local
105294 int iCur = pTabItem->iCursor; local
[all...]

Completed in 393 milliseconds