Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dpcache1.c125 int nSlot; /* The number of pcache slots */ member
184 pcache1.nSlot = pcache1.nFreeSlot = n; in sqlite3PCacheBufferSetup()
254 assert( pcache1.nFreeSlot<=pcache1.nSlot ); in pcache1Free()
355 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){ in pcache1UnderMemoryPressure()
Dwhere.c137 int nSlot; /* Number of entries in a[] */ member
268 pWC->nSlot = ArraySize(pWC->aStatic); in whereClauseInit()
338 if( pWC->nTerm>=pWC->nSlot ){ in whereClauseInsert()
341 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 ); in whereClauseInsert()
353 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]); in whereClauseInsert()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c35039 int nSlot; /* The number of pcache slots */
35098 pcache1.nSlot = pcache1.nFreeSlot = n;
35168 assert( pcache1.nFreeSlot<=pcache1.nSlot );
35269 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){
97791 int nSlot; /* Number of entries in a[] */
97922 pWC->nSlot = ArraySize(pWC->aStatic);
97992 if( pWC->nTerm>=pWC->nSlot ){
97995 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
98007 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
/external/sqlite/dist/
Dsqlite3.c38716 int nSlot; /* The number of pcache slots */
38760 pcache1.nSlot = pcache1.nFreeSlot = n;
38833 assert( pcache1.nFreeSlot<=pcache1.nSlot );
38959 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
110827 int nSlot; /* Number of entries in a[] */
111102 pWC->nSlot = ArraySize(pWC->aStatic);
111171 if( pWC->nTerm>=pWC->nSlot ){
111174 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
111186 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);
/external/sqlite/dist/orig/
Dsqlite3.c38696 int nSlot; /* The number of pcache slots */
38740 pcache1.nSlot = pcache1.nFreeSlot = n;
38813 assert( pcache1.nFreeSlot<=pcache1.nSlot );
38939 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){
110807 int nSlot; /* Number of entries in a[] */
111082 pWC->nSlot = ArraySize(pWC->aStatic);
111151 if( pWC->nTerm>=pWC->nSlot ){
111154 pWC->a = sqlite3DbMallocRaw(db, sizeof(pWC->a[0])*pWC->nSlot*2 );
111166 pWC->nSlot = sqlite3DbMallocSize(db, pWC->a)/sizeof(pWC->a[0]);