Searched refs:szSlot (Results 1 - 4 of 4) 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
124 int szSlot; /* Size of each free slot */ member in struct:PCacheGlobal
183 pcache1.szSlot = sz;
212 if( nByte<=pcache1.szSlot ){
274 return pcache1.szSlot;
355 if( pcache1.nSlot && pCache->szPage<=pcache1.szSlot ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c35038 int szSlot; /* Size of each free slot */ member in struct:PCacheGlobal
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38689 int szSlot; /* Size of each free slot */ member in struct:PCacheGlobal
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38709 int szSlot; /* Size of each free slot */ member in struct:PCacheGlobal
[all...]

Completed in 514 milliseconds