Searched refs:xHash (Results 1 – 1 of 1) sorted by relevance
169 int (*xHash)(const void*,int); /* The hash function */ in rehash() local177 xHash = hashFunction(pH->keyClass); in rehash()179 int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1); in rehash()264 int (*xHash)(const void*,int); /* The hash function */ in sqliteHashFind() local267 xHash = hashFunction(pH->keyClass); in sqliteHashFind()268 assert( xHash!=0 ); in sqliteHashFind()269 h = (*xHash)(pKey,nKey); in sqliteHashFind()295 int (*xHash)(const void*,int); /* The hash function */ in sqliteHashInsert() local298 xHash = hashFunction(pH->keyClass); in sqliteHashInsert()299 assert( xHash!=0 ); in sqliteHashInsert()[all …]