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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c95608 int iIdxCur; /* Cursor open on index being analyzed */ local
102529 int iIdxCur = 0; /* Cursor number of the first index */ local
102934 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, Trigger *pTrigger, int iDataCur, int iIdxCur, int iPk, i16 nPk, u8 count, u8 onconf, u8 eMode, int iIdxNoSeek ) argument
103078 sqlite3GenerateRowIndexDelete( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int *aRegIdx, int iIdxNoSeek ) argument
106960 int iIdxCur = 0; /* First index cursor */ local
107685 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 ) argument
108126 sqlite3CompleteInsertion( Parse *pParse, Table *pTab, int iDataCur, int iIdxCur, int regNewData, int *aRegIdx, int isUpdate, int appendBias, int useSeekResult ) argument
108247 int iIdxCur = iBase++; local
112136 int iDataCur, iIdxCur; local
120608 int iIdxCur; /* Cursor for the first index */ local
123029 int iIdxCur; /* The VDBE cursor used to access pIdx */ member in struct:WhereLevel
123995 int iIdxCur = pLevel->iIdxCur; local
124101 int iIdxCur; /* Cursor for the index, if pIdx!=0. Unused otherwise */ member in struct:CCurHint
124690 int iIdxCur; /* The VDBE cursor for the index */ local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10566 int iIdxCur; /* The VDBE cursor used to access pIdx */ member in struct:WhereLevel
77718 int iIdxCur; /* Cursor open on index being analyzed */ local
104374 int iIdxCur; /* The VDBE cursor for the index */ local
105323 int iIdxCur = pLevel->iIdxCur; local
[all...]

Completed in 1080 milliseconds