Lines Matching refs:PAGE_TO_PGHDR1
33531 ** bytes. The PAGE_TO_PGHDR1() macro does the opposite: its argument is
33535 ** assert( PGHDR1_TO_PAGE(PAGE_TO_PGHDR1(pCache, X))==X );
33538 #define PAGE_TO_PGHDR1(c, p) (PgHdr1*)(((char*)p) + c->szPage)
33662 p = PAGE_TO_PGHDR1(pCache, pPg);
34094 PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache, pPg);
34138 PgHdr1 *pPage = PAGE_TO_PGHDR1(pCache, pPg);