Searched defs:PCache1 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c22 typedef struct PCache1 PCache1; typedef in typeref:struct:PCache1
66 struct PCache1 { struct
99 PCache1 *pCache; /* Cache that currently owns this page */
147 ** When a PgHdr1 structure is allocated, the associated PCache1.szPage
149 ** size of the allocation is sizeof(PgHdr1)+PCache1.szPage byte). The
289 static PgHdr1 *pcache1AllocPage(PCache1 *pCache){
313 PCache1 *pCache = p->pCache;
354 static int pcache1UnderMemoryPressure(PCache1 *pCache){
371 static int pcache1ResizeHash(PCache1 *
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34936 typedef struct PCache1 PCache1; typedef in typeref:struct:PCache1
34980 struct PCache1 { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38585 typedef struct PCache1 PCache1; typedef in typeref:struct:PCache1
38629 struct PCache1 { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38605 typedef struct PCache1 PCache1; typedef in typeref:struct:PCache1
38649 struct PCache1 { struct
[all...]

Completed in 716 milliseconds