Searched refs:nHash (Results 1 – 4 of 4) sorted by relevance
385 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash) in dictCreateHashed() argument391 + (nHash - 1) * sizeof (FICL_WORD *); in dictCreateHashed()400 dictEmpty(pDict, nHash); in dictCreateHashed()441 void dictEmpty(FICL_DICT *pDict, unsigned nHash) in dictEmpty() argument450 sizeof (FICL_HASH) + (nHash - 1) * sizeof (FICL_WORD *)); in dictEmpty()452 pHash->size = nHash; in dictEmpty()
218 unsigned nHash = pHash->size; in spewHash() local230 for (i=0; i < nHash; i++) in spewHash()
761 FICL_DICT *dictCreateHashed(unsigned nCells, unsigned nHash);764 void dictEmpty (FICL_DICT *pDict, unsigned nHash);
55355 unsigned int nHash; /* Number of slots in apHash[] */55700 nNew = p->nHash*2;55706 if( p->nHash ){ sqlite3BeginBenignMalloc(); }55708 if( p->nHash ){ sqlite3EndBenignMalloc(); }55711 for(i=0; i<p->nHash; i++){55723 p->nHash = nNew;55765 h = pPage->iKey % pCache->nHash;55810 assert( pCache->nHash > 0 );55811 if( pCache->iMaxKey - iLimit < pCache->nHash ){55816 h = iLimit % pCache->nHash;[all …]