Searched refs:pPg (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 53929 PgHdr *pPg; 53935 pPg = (PgHdr*)pLower->pExtra; 53936 printf("%3d: nRef %2lld flgs %02x data ", i, pPg->nRef, pPg->flags); 53939 printf(" ptr %p\n", pPg); 53970 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ 53973 if( p==pPg ) return 1; 53977 static int pageNotOnDirtyList(PCache *pCache, PgHdr *pPg){ 53980 if( p==pPg ) return 0; 53999 SQLITE_PRIVATE int sqlite3PcachePageSanity(PgHdr *pPg){ 54001 assert( pPg!=0 ); [all …]
|
| H A D | shell.c | 2735 sqlite3_pcache_page *pPg, in pcachetraceUnpin() argument 2740 p, pPg, bDiscard); in pcachetraceUnpin() 2742 pcacheBase.xUnpin(p, pPg, bDiscard); in pcachetraceUnpin() 2746 sqlite3_pcache_page *pPg, in pcachetraceRekey() argument 2752 p, pPg, oldKey, newKey); in pcachetraceRekey() 2754 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|