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

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
125 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
184 pcache1.nSlot = pcache1.nFreeSlot = n;
254 assert( pcache1.nFreeSlot<=pcache1.nSlot );
355 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){
H A Dwhere.c137 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
268 pWC->nSlot = ArraySize(pWC->aStatic);
338 if( pWC->nTerm>=pWC->nSlot ){
341 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
353 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35039 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
97791 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38690 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
110759 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38710 int nSlot; /* The number of pcache slots */ member in struct:PCacheGlobal
110779 int nSlot; /* Number of entries in a[] */ member in struct:WhereClause
[all...]

Completed in 2366 milliseconds