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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c19412 int iIdxCur; /* Index of the first index cursor */ member in struct:Upsert
19680 int iIdxCur; /* The index cursor */ member in struct:IndexedExpr
118705 int iIdxCur; /* Cursor open on index being analyzed */ local
127166 int iIdxCur = 0; /* Cursor number of the first index */ local
127609 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, Trigger *pTrigger, int iDataCur, int iIdxCur, int iPk, i16 nPk, u8 count, u8 onconf, u8 eMode, int iIdxNoSeek ) argument
127763 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int *aRegIdx, int iIdxNoSeek ) argument
132843 int iIdxCur = 0; /* First index cursor */ local
133810 sqlite3GenerateConstraintChecks( Parse *pParse, Table *pTab, int *aRegIdx, int iDataCur, int iIdxCur, int regNewData, int regOldData, u8 pkChng, u8 overrideError, int ignoreDest, int *pbMayReplace, int *aiChng, Upsert *pUpsert ) argument
134697 sqlite3CompleteInsertion( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int regNewData, int *aRegIdx, int update_flags, int appendBias, int useSeekResult ) argument
134825 int iIdxCur = iBase++; local
139521 int iDataCur, iIdxCur; local
152359 int iIdxCur; /* Cursor for the first index */ local
155610 int iIdxCur; /* The VDBE cursor used to access pIdx */ member in struct:WhereLevel
156983 int iIdxCur = pLevel->iIdxCur; local
157098 int iIdxCur; /* Cursor for the index, if pIdx!=0. Unused otherwise */ member in struct:CCurHint
157912 int iIdxCur; /* The VDBE cursor for the index */ local
158881 int iIdxCur; local
164420 wherePartIdxExpr( Parse *pParse, Index *pIdx, Expr *pPart, Bitmask *pMask, int iIdxCur, SrcItem *pItem ) argument
166659 whereAddIndexedExpr( Parse *pParse, Index *pIdx, int iIdxCur, SrcItem *pTabItem ) argument
[all...]

Completed in 589 milliseconds