Searched refs:aPgno (Results 1 – 1 of 1) sorted by relevance
68020 u32 *aPgno; /* Array of page numbers. */ member68572 volatile u32 *aPgno; /* aPgno[1] is the page of first frame indexed */ member68597 rc = walIndexPage(pWal, iHash, &pLoc->aPgno);68600 if( pLoc->aPgno ){68601 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE];68603 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];68692 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);68694 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);68704 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){68739 int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno);[all …]