Lines Matching refs:pPgno
74240 static int ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno){ argument
74264 if( pPgno ) *pPgno = get4byte(&pPtrmap[offset+1]);
79623 Pgno *pPgno, /* Store the page number here */ argument
79722 *pPgno = iTrunk;
79726 TRACE(("ALLOCATE: %u trunk - %u free pages left\n", *pPgno, n-1));
79738 *pPgno = iTrunk;
79792 TRACE(("ALLOCATE: %u trunk - %u free pages left\n", *pPgno, n-1));
79836 *pPgno = iPage;
79839 *pPgno, closest+1, k, pTrunk->pgno, n-1));
79846 noContent = !btreeGetHasContent(pBt, *pPgno)? PAGER_GET_NOCONTENT : 0;
79847 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, noContent);
79907 *pPgno = pBt->nPage;
79909 assert( *pPgno!=PENDING_BYTE_PAGE(pBt) );
79910 rc = btreeGetUnusedPage(pBt, *pPgno, ppPage, bNoContent);
79917 TRACE(("ALLOCATE: %u from end of file\n", *pPgno));
79920 assert( CORRUPT_DB || *pPgno!=PENDING_BYTE_PAGE(pBt) );