Home
last modified time | relevance | path

Searched refs:pPg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c56814 PgHdr *pPg; local
56820 pPg = (PgHdr*)pLower->pExtra;
56821 printf("%3d: nRef %2lld flgs %02x data ", i, pPg->nRef, pPg->flags);
56824 printf(" ptr %p\n", pPg);
56855 static int pageOnDirtyList(PCache *pCache, PgHdr *pPg){ argument
56858 if( p==pPg ) return 1;
56862 static int pageNotOnDirtyList(PCache *pCache, PgHdr *pPg){ argument
56865 if( p==pPg ) return 0;
56884 SQLITE_PRIVATE int sqlite3PcachePageSanity(PgHdr *pPg){ argument
56886 assert( pPg!=0 );
[all …]
H A Dshell.c4286 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()