PCache1          34936 third_party/sqlite/amalgamation/sqlite3.c typedef struct PCache1 PCache1;
PCache1          35013 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache;               /* Cache that currently owns this page */
PCache1          35203 third_party/sqlite/amalgamation/sqlite3.c static PgHdr1 *pcache1AllocPage(PCache1 *pCache){
PCache1          35227 third_party/sqlite/amalgamation/sqlite3.c     PCache1 *pCache = p->pCache;
PCache1          35268 third_party/sqlite/amalgamation/sqlite3.c static int pcache1UnderMemoryPressure(PCache1 *pCache){
PCache1          35285 third_party/sqlite/amalgamation/sqlite3.c static int pcache1ResizeHash(PCache1 *p){
PCache1          35332 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache;
PCache1          35367 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = pPage->pCache;
PCache1          35401 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache,             /* The cache to truncate */
PCache1          35461 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache;      /* The newly created page cache */
PCache1          35487 third_party/sqlite/amalgamation/sqlite3.c   sz = sizeof(PCache1) + sizeof(PGroup)*separateCache;
PCache1          35488 third_party/sqlite/amalgamation/sqlite3.c   pCache = (PCache1 *)sqlite3_malloc(sz);
PCache1          35517 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1          35535 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1*)p;
PCache1          35598 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1          35655 third_party/sqlite/amalgamation/sqlite3.c     PCache1 *pOtherCache;
PCache1          35706 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1          35747 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1          35782 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1          35797 third_party/sqlite/amalgamation/sqlite3.c   PCache1 *pCache = (PCache1 *)p;
PCache1            22 third_party/sqlite/src/src/pcache1.c typedef struct PCache1 PCache1;
PCache1            99 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache;               /* Cache that currently owns this page */
PCache1           289 third_party/sqlite/src/src/pcache1.c static PgHdr1 *pcache1AllocPage(PCache1 *pCache){
PCache1           313 third_party/sqlite/src/src/pcache1.c     PCache1 *pCache = p->pCache;
PCache1           354 third_party/sqlite/src/src/pcache1.c static int pcache1UnderMemoryPressure(PCache1 *pCache){
PCache1           371 third_party/sqlite/src/src/pcache1.c static int pcache1ResizeHash(PCache1 *p){
PCache1           418 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache;
PCache1           453 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = pPage->pCache;
PCache1           487 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache,             /* The cache to truncate */
PCache1           547 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache;      /* The newly created page cache */
PCache1           573 third_party/sqlite/src/src/pcache1.c   sz = sizeof(PCache1) + sizeof(PGroup)*separateCache;
PCache1           574 third_party/sqlite/src/src/pcache1.c   pCache = (PCache1 *)sqlite3_malloc(sz);
PCache1           603 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;
PCache1           621 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1*)p;
PCache1           684 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;
PCache1           741 third_party/sqlite/src/src/pcache1.c     PCache1 *pOtherCache;
PCache1           792 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;
PCache1           833 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;
PCache1           868 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;
PCache1           883 third_party/sqlite/src/src/pcache1.c   PCache1 *pCache = (PCache1 *)p;