| /freebsd-12.1/contrib/apr/tables/ |
| H A D | apr_hash.c | 80 apr_hashfunc_t hash_func; member 109 ht->hash_func = NULL; in apr_hash_make() 115 apr_hashfunc_t hash_func) in apr_hash_make_custom() argument 118 ht->hash_func = hash_func; in apr_hash_make_custom() 293 if (ht->hash_func) in find_entry() 294 hash = ht->hash_func(key, &klen); in find_entry() 339 ht->hash_func = orig->hash_func; in apr_hash_copy() 458 res->hash_func = base->hash_func; in apr_hash_merge() 486 if (res->hash_func) in apr_hash_merge() 487 hash = res->hash_func(iter->key, &iter->klen); in apr_hash_merge()
|
| /freebsd-12.1/crypto/openssl/crypto/objects/ |
| H A D | o_names.c | 50 unsigned long (*hash_func) (const char *name); member 81 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), in OBJ_NAME_new_index() 113 name_funcs->hash_func = openssl_lh_strcasehash; in OBJ_NAME_new_index() 128 if (hash_func != NULL) in OBJ_NAME_new_index() 129 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index() 164 a->type)->hash_func(a->name); in obj_name_hash()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | xdelta.c | 151 static apr_uint32_t hash_func(apr_uint32_t sum) in hash_func() function 174 apr_uint32_t h = hash_func(adlersum) & blocks->max; in add_block() 196 apr_uint32_t h = hash_func(adlersum) & blocks->max; in find_block()
|
| /freebsd-12.1/lib/libc/db/hash/ |
| H A D | Makefile.inc | 6 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
| /freebsd-12.1/lib/libc/iconv/ |
| H A D | citrus_iconv.c | 193 hash_func(const char *key) in hash_func() function 220 hashval = hash_func(convname); in get_shared()
|
| H A D | citrus_mapper.c | 293 hash_func(const char *key) in hash_func() function 328 hashval = hash_func(mapname); in _citrus_mapper_open()
|
| /freebsd-12.1/lib/libc/db/test/hash.tests/ |
| H A D | driver2.c | 79 info.hash_func = my_hash;
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_hash.h | 87 apr_hashfunc_t hash_func);
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | objects.h | 45 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
|
| /freebsd-12.1/contrib/apr-util/include/ |
| H A D | apr_memcache.h | 106 apr_memcache_hash_func hash_func; member
|
| /freebsd-12.1/sys/dev/hyperv/netvsc/ |
| H A D | hn_rndis.c | 415 uint32_t hash_func = 0, hash_types = 0; in hn_rndis_query_rsscaps() local 505 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */ in hn_rndis_query_rsscaps() 523 sc->hn_rss_hcap = hash_func | hash_types; in hn_rndis_query_rsscaps()
|
| /freebsd-12.1/sys/dev/vmware/vmxnet3/ |
| H A D | if_vmxreg.h | 336 uint16_t hash_func; member
|
| H A D | if_vmx.c | 1152 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
|
| /freebsd-12.1/sys/contrib/ena-com/ |
| H A D | ena_com.c | 2238 if (get_resp.u.flow_hash_func.supported_func & (1 << rss->hash_func)) { in ena_com_set_hash_function() 2240 rss->hash_func); in ena_com_set_hash_function() 2251 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function() 2270 rss->hash_func, ret); in ena_com_set_hash_function() 2349 rss->hash_func = get_resp.u.flow_hash_func.selected_func; in ena_com_get_hash_function() 2351 *func = rss->hash_func; in ena_com_get_hash_function()
|
| H A D | ena_com.h | 315 enum ena_admin_hash_functions hash_func; member
|
| /freebsd-12.1/contrib/apr-util/memcache/ |
| H A D | apr_memcache.c | 460 mc->hash_func = NULL; in apr_memcache_create() 570 if (mc->hash_func) { in apr_memcache_hash() 571 return mc->hash_func(mc->hash_baton, data, data_len); in apr_memcache_hash()
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testmemcache.c | 215 memcache->hash_func = my_hash_func; in test_memcache_user_funcs()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 216 hash_func(svn_revnum_t revision, in hash_func() function 300 hash_value = hash_func(revision, path, path_len); in cache_lookup() 345 hash_value = hash_func(revision, path, path_len); in cache_insert()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 3196 (hash_func): New function. 3197 (hash_enter): Replace HASHFUNCTION with hash_func. 3198 (hash_lookup): Replace HASHFUNCTION with hash_func.
|