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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10806 int iCur; /* The VDBE cursor used by this IN operator */ member in struct:WhereLevel::__anon2854::__anon2855::InLoop
11642 SQLITE_PRIVATE void sqlite3OpenTable(Parse*, int iCur, int iDb, Table*, int);
64417 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, int isBtreeCursor ) argument
85590 int iCur; /* VDBE Cursor number for pTab */ local
85836 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
85942 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iCur, int *aRegIdx ) argument
85970 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
87942 int iCur = pParse->nTab - 1; /* Cursor number to use */ local
88856 sqlite3OpenTable( Parse *p, int iCur, int iDb, Table *pTab, int opcode ) argument
89994 int iCur; /* Table cursor number */ local
100373 int iCur; /* VDBE Cursor number of pTab */ local
102945 findTerm( WhereClause *pWC, int iCur, int iColumn, Bitmask notReady, u32 op, Index *pIdx ) argument
104172 const int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
105240 int iCur = pSrc->iCursor; /* The cursor of the table to be accessed */ local
105933 int iCur = pLevel->iTabCur; /* The cursor of the table */ local
106164 int iCur; /* The VDBE cursor for the table */ local
107351 int iCur = pTabItem->iCursor; local
[all...]

Completed in 324 milliseconds