Searched refs:pPg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 54369 assert( pPg->pDirtyNext==0 || pPg->pDirtyNext->pDirtyPrev==pPg ); 54370 assert( pPg->pDirtyPrev==0 || pPg->pDirtyPrev->pDirtyNext==pPg ); 54682 pPg && (pPg->nRef || (pPg->flags&PGHDR_NEED_SYNC)); 54683 pPg=pPg->pDirtyPrev 54687 for(pPg=pCache->pDirtyTail; pPg && pPg->nRef; pPg=pPg->pDirtyPrev); 58373 assert( (pPg->flags&PGHDR_DIRTY) || pPg->pageHash==pager_pagehash(pPg) ); 62877 if( pPg ) sqlite3PagerUnrefNotNull(pPg); 64386 assert( pPg->nRef>0 || pPg->pPager->memDb ); 243761 ((pPg->nn > 16) ? ((pPg->nn-8) / TOMBSTONE_KEYSIZE(pPg)) : 1) 245901 int bEmpty = (pPg && pPg->nn==4); [all …]
|
| H A D | shell.c | 2749 sqlite3_pcache_page *pPg, in pcachetraceUnpin() argument 2754 p, pPg, bDiscard); in pcachetraceUnpin() 2756 pcacheBase.xUnpin(p, pPg, bDiscard); in pcachetraceUnpin() 2760 sqlite3_pcache_page *pPg, in pcachetraceRekey() argument 2766 p, pPg, oldKey, newKey); in pcachetraceRekey() 2768 pcacheBase.xRekey(p, pPg, oldKey, newKey); in pcachetraceRekey()
|