Searched refs:aPgno (Results 1 – 1 of 1) sorted by relevance
66475 u32 *aPgno; /* Array of page numbers. */ member67027 volatile u32 *aPgno; /* aPgno[1] is the page of first frame indexed */ member67052 rc = walIndexPage(pWal, iHash, &pLoc->aPgno);67055 if( pLoc->aPgno ){67056 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE];67058 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)];67147 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);67149 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);67159 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){67194 int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno);[all …]