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

/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/gettingStarted/
H A DSimpleDA.java17 pIdx = store.getPrimaryIndex(
25 pIdx, String.class, "sKey");
27 sec_pcursor = pIdx.entities();
38 PrimaryIndex<String,SimpleEntityClass> pIdx; field in class:SimpleDA
H A DSimpleStorePut.java83 sda.pIdx.put(sec1);
84 sda.pIdx.put(sec2);
85 sda.pIdx.put(sec3);
86 sda.pIdx.put(sec4);
87 sda.pIdx.put(sec5);
H A DSimpleStoreGet.java58 SimpleEntityClass sec1 = sda.pIdx.get("keyone");
59 SimpleEntityClass sec2 = sda.pIdx.get("keytwo");
72 sda.pIdx.delete("keyone");
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c10533 ** Within the union, pIdx is only used when wsFlags&WHERE_INDEXED is true.
10543 Index *pIdx; /* Index when WHERE_INDEXED is true */ member in union:WherePlan::__anon926
10566 int iIdxCur; /* The VDBE cursor used to access pIdx */
48416 Index *pIdx = (Index *)sqliteHashData(p); local
49415 allocateSpace(MemPage *pPage, int nByte, int *pIdx) argument
70025 Index *pIdx; local
74492 Index *pIdx; /* Iterator variable */ local
77717 Index *pIdx; /* An index to being analyzed */ local
78049 Index *pIdx; local
78168 sqlite3DeleteIndexSamples(sqlite3 *db, Index *pIdx) argument
78218 Index *pIdx = sqliteHashData(i); local
78262 Index *pIdx; /* Pointer to the index object */ local
80368 Index *pIdx; local
80479 identPut(char *z, int *pIdx, char *zSignedIdent) argument
81024 Index *pIdx = sqliteHashData(pElem); local
81068 Index *pIdx; local
81887 Index *pIdx; local
82067 sqlite3DefaultRowEst(Index *pIdx) argument
82912 sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx) argument
83632 Index *pIdx; /* For looping over indices of the table */ local
83992 Index *pIdx; local
84013 sqlite3GenerateIndexKey( Parse *pParse, Index *pIdx, int iCur, int regOut, int doMakeRec ) argument
85848 Index *pIdx = 0; /* Value to return via *ppIdx */ local
85974 fkLookupParent( Parse *pParse, int iDb, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr, int isIgnore ) argument
86129 fkScanChildren( Parse *pParse, SrcList *pSrc, Table *pTab, Index *pIdx, FKey *pFKey, int *aiCol, int regData, int nIncr ) argument
86380 Index *pIdx = 0; /* Index on key columns in pTo */ local
86465 Index *pIdx = 0; /* Foreign key index for pFKey */ local
86530 Index *pIdx = 0; local
86647 Index *pIdx = 0; /* Parent key index for this FK */ local
86937 sqlite3IndexAffinityStr(Vdbe *v, Index *pIdx) argument
87327 Index *pIdx; /* For looping over indices of the table */ local
88038 Index *pIdx; /* Pointer to one of the indices */ local
88317 Index *pIdx; local
88372 Index *pIdx; local
90863 Index *pIdx; local
90887 Index *pIdx; local
91080 Index *pIdx; local
91110 Index *pIdx; local
95490 Index *pIdx; local
96692 Index *pIdx; /* Iterator variable */ local
98360 Index *pIdx; /* For looping over indices */ local
101764 findIndexCol( Parse *pParse, ExprList *pList, int iBase, Index *pIdx, int iCol ) argument
101802 isDistinctIndex( Parse *pParse, WhereClause *pWC, Index *pIdx, int base, ExprList *pDistinct, int nEqCol ) argument
101862 Index *pIdx; local
101930 isSortingIndex( Parse *pParse, WhereMaskSet *pMaskSet, Index *pIdx, int base, ExprList *pOrderBy, int nEqCol, int wsFlags, int *pbRev ) argument
102330 Index *pIdx; /* Object describing the transient index */ local
102798 whereRangeRegion( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, int *piRegion ) argument
103219 Index *pIdx; /* Copy of pProbe, or zero for IPK index */ local
103898 Index *pIdx; /* The index being used for this loop */ local
104373 Index *pIdx; /* The index we will be using */ local
104796 Index *pIdx = pWInfo->a[i].plan.u.pIdx; local
105063 Index *pIdx; /* Index for FROM table at pTabItem */ local
105506 Index *pIdx = pLevel->plan.u.pIdx; local
[all...]

Completed in 341 milliseconds