Home
last modified time | relevance | path

Searched refs:pLoc (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.c1009 WalHashLoc *pLoc /* OUT: Hash table location */ in walHashGet() argument
1013 rc = walIndexPage(pWal, iHash, &pLoc->aPgno); in walHashGet()
1016 if( pLoc->aPgno ){ in walHashGet()
1017 pLoc->aHash = (volatile ht_slot *)&pLoc->aPgno[HASHTABLE_NPAGE]; in walHashGet()
1019 pLoc->aPgno = &pLoc->aPgno[WALINDEX_HDR_SIZE/sizeof(u32)]; in walHashGet()
1020 pLoc->iZero = 0; in walHashGet()
1022 pLoc->iZero = HASHTABLE_NPAGE_ONE + (iHash-1)*HASHTABLE_NPAGE; in walHashGet()