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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10761 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10771 Index *pIdx; /* Index when WHERE_INDEXED is true */ member in union:WherePlan::__anon2853
10794 int iIdxCur; /* The VDBE cursor used to access pIdx */
49377 Index *pIdx = (Index *)sqliteHashData(p); local
50374 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
71270 Index *pIdx; local
75761 Index *pIdx; /* Iterator variable */ local
79577 Index *pIdx; /* An index to being analyzed */ local
79920 Index *pIdx; local
80039 sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx) argument
80091 Index *pIdx; /* Pointer to the index object */ local
80123 Index *pIdx; /* Pointer to the index object */ local
80221 Index *pIdx = sqliteHashData(i); local
82305 Index *pIdx; local
82416 identPut(char *z, int *pIdx, char *zSignedIdent) argument
82961 Index *pIdx = sqliteHashData(pElem); local
83005 Index *pIdx; local
83851 Index *pIdx; local
84031 sqlite3DefaultRowEst(Index *pIdx) argument
84870 sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx) argument
85589 Index *pIdx; /* For looping over indices of the table */ local
85949 Index *pIdx; local
85970 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
87803 Index *pIdx = 0; /* Value to return via *ppIdx */ local
87929 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
88084 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
88335 Index *pIdx = 0; /* Index on key columns in pTo */ local
88420 Index *pIdx = 0; /* Foreign key index for pFKey */ local
88485 Index *pIdx = 0; local
88602 Index *pIdx = 0; /* Parent key index for this FK */ local
88893 sqlite3IndexAffinityStr(Vdbe *v, Index *pIdx) argument
89284 Index *pIdx; /* For looping over indices of the table */ local
89995 Index *pIdx; /* Pointer to one of the indices */ local
90274 Index *pIdx; local
90329 Index *pIdx; local
92847 Index *pIdx; local
92871 Index *pIdx; local
93064 Index *pIdx; local
93094 Index *pIdx; local
97500 Index *pIdx; local
98702 Index *pIdx; /* Iterator variable */ local
100371 Index *pIdx; /* For looping over indices */ local
103792 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
103830 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
103890 Index *pIdx; local
103958 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
104363 Index *pIdx; /* Object describing the transient index */ local
104816 whereKeyStats( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, tRowcnt *aStat ) argument
105242 Index *pIdx; /* Copy of pProbe, or zero for IPK index */ local
105932 Index *pIdx; /* The index being used for this loop */ local
106410 Index *pIdx; /* The index we will be using */ local
106852 Index *pIdx = pWInfo->a[i].plan.u.pIdx; local
107119 Index *pIdx; /* Index for FROM table at pTabItem */ local
107563 Index *pIdx = pLevel->plan.u.pIdx; local
[all...]

Completed in 382 milliseconds