CK_HS_HASH (3) - Linux Manuals
CK_HS_HASH: invoke hash function with hash set seed
NAME
CK_HS_HASH - invoke hash function with hash set seedLIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_hs.h Ft unsigned long Fn CK_HS_HASH ck_hs_t *hs ck_hs_hash_cb_t *hf const void *keyDESCRIPTION
The Fn CK_HS_HASH 3 macro will invoke the hash function pointed to by the Fa hf argument with the seed value associated with Fa hs and the key pointer specified by the Fa key argument.RETURN VALUES
This function will return the value returned by the Fa hf function.ERRORS
It is expected Fa hs was previously initialized via Fn ck_hs_init 3 .SEE ALSO
ck_hs_init3, ck_hs_destroy3, ck_hs_iterator_init3, ck_hs_next3, ck_hs_get3, ck_hs_put3, ck_hs_set3, ck_hs_remove3, ck_hs_grow3, ck_hs_count3, ck_hs_reset3, ck_hs_stat3Additional information available at http://concurrencykit.org/