Searched refs:nHash (Results 1 – 5 of 5) sorted by relevance
386 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed() argument392 + (nHash - 1) * sizeof (FICL_WORD *); in dictCreateHashed()401 dictEmpty(pDict, nHash); in dictCreateHashed()442 void dictEmpty(FICL_DICT *pDict, unsigned nHash) in dictEmpty() argument451 sizeof (FICL_HASH) + (nHash - 1) * sizeof (FICL_WORD *)); in dictEmpty()453 pHash->size = nHash; in dictEmpty()
219 unsigned nHash = pHash->size; in spewHash() local231 for (i=0; i < nHash; i++) in spewHash()
762 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);765 void dictEmpty (FICL_DICT *pDict, unsigned nHash);
36397 nNew = p->nHash*2;36405 if( p->nHash ){ sqlite3EndBenignMalloc(); }36409 for(i=0; i<p->nHash; i++){36421 p->nHash = nNew;36476 h = pPage->iKey % pCache->nHash;36512 for(h=0; h<pCache->nHash; h++){36710 if( pCache->nHash>0 ){36711 unsigned int h = iKey % pCache->nHash;36779 unsigned int h = iKey % pCache->nHash;36855 h = iOld%pCache->nHash;[all …]
50211 nNew = p->nHash*2;50222 for(i=0; i<p->nHash; i++){50234 p->nHash = nNew;50321 assert( pCache->nHash > 0 );50333 h = pCache->nHash/2;50339 assert( h<pCache->nHash );50353 h = (h+1) % pCache->nHash;50468 if( pCache->nHash==0 ){50722 assert( pCache->nHash>0 );50789 h = iOld%pCache->nHash;[all …]