Searched refs:hash_func (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Do_names.c32 unsigned long (*hash_func) (const char *name); member in struct:name_funcs_st
66 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
93 name_funcs->hash_func = lh_strhash;
104 if (hash_func != NULL)
105 name_funcs->hash_func = hash_func;
142 a->type)->hash_func(a->name);
H A Dobjects.h994 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
/freebsd-10-stable/contrib/apr/tables/
H A Dapr_hash.c80 apr_hashfunc_t hash_func; member in struct:apr_hash_t
109 ht->hash_func = NULL;
115 apr_hashfunc_t hash_func)
118 ht->hash_func = hash_func;
293 if (ht->hash_func)
294 hash = ht->hash_func(key, &klen);
339 ht->hash_func = orig->hash_func;
458 res->hash_func
114 apr_hash_make_custom(apr_pool_t *pool, apr_hashfunc_t hash_func) argument
[all...]
/freebsd-10-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c77 info.hash_func = my_hash;
/freebsd-10-stable/contrib/apr/include/
H A Dapr_hash.h83 * @param hash_func A custom hash function.
87 apr_hashfunc_t hash_func);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c152 static apr_uint32_t hash_func(apr_uint32_t sum)
175 apr_uint32_t h = hash_func(adlersum) & blocks->max;
197 apr_uint32_t h = hash_func(adlersum) & blocks->max;
151 static apr_uint32_t hash_func(apr_uint32_t sum) function
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_iconv.c191 hash_func(const char *key) function
218 hashval = hash_func(convname);
H A Dcitrus_mapper.c288 * hash_func
291 hash_func(const char *key) function
326 hashval = hash_func(mapname);
/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_memcache.h106 apr_memcache_hash_func hash_func; member in struct:apr_memcache_t
/freebsd-10-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h336 uint16_t hash_func; member in struct:vmxnet3_rss_shared
H A Dif_vmx.c1644 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ;
/freebsd-10-stable/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c416 uint32_t hash_func = 0, hash_types = 0; local
506 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */
524 sc->hn_rss_hcap = hash_func | hash_types;
/freebsd-10-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c460 mc->hash_func = NULL;
570 if (mc->hash_func) {
571 return mc->hash_func(mc->hash_baton, data, data_len);
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestmemcache.c215 memcache->hash_func = my_hash_func;

Completed in 320 milliseconds