Lines Matching defs:page0
65757 volatile u32 *page0; /* Chunk of wal-index containing header */
65763 rc = walIndexPage(pWal, 0, &page0);
65773 assert( page0==0 );
65783 /* page0 can be NULL if the SHM is zero bytes in size and pWal->writeLock
65785 testcase( page0!=0 );
65787 assert( page0!=0 || pWal->writeLock==0 );
65794 badHdr = (page0 ? walIndexTryHdr(pWal, pChanged) : 1);
65809 if( SQLITE_OK==(rc = walIndexPage(pWal, 0, &page0)) ){