Searched refs:pPg (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 56767 PgHdr *pPg; local 56773 pPg = (PgHdr*)pLower->pExtra; 56774 printf("%3d: nRef %2lld flgs %02x data ", i, pPg->nRef, pPg->flags); 56777 printf(" ptr %p\n", pPg); 56808 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ argument 56811 if( p==pPg ) return 1; 56815 static int pageNotOnDirtyList(PCache *pCache, PgHdr *pPg){ argument 56818 if( p==pPg ) return 0; 56837 SQLITE_PRIVATE int sqlite3PcachePageSanity(PgHdr *pPg){ argument 56839 assert( pPg!=0 ); [all …]
|
| H A D | shell.c | 4286 sqlite3_pcache_page *pPg, in pcachetraceUnpin() argument 4291 p, pPg, bDiscard); in pcachetraceUnpin() 4293 pcacheBase.xUnpin(p, pPg, bDiscard); in pcachetraceUnpin() 4297 sqlite3_pcache_page *pPg, in pcachetraceRekey() argument 4303 p, pPg, oldKey, newKey); in pcachetraceRekey() 4305 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|