Searched refs:hash_function (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dhash.c157 hashfun_t hash_function; member in struct:hash_table
274 unsigned long (*hash_function) (const void *),
280 ht->hash_function = hash_function ? hash_function : hash_pointer;
324 struct cell *c = cells + HASH_POSITION (key, ht->hash_function, size);
385 hashfun_t hasher = ht->hash_function;
464 hashfun_t hasher = ht->hash_function;
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcomp_hash.c55 static int hash_function(const char *);
81 hashvalue = hash_function(table[i].nte_name);
97 * int hash_function(string)
107 hash_function(const char *string) function
138 hashvalue = hash_function(string);

Completed in 95 milliseconds