CK_RHS_HASH (3) - Linux Manuals
CK_RHS_HASH: invoke hash function with hash set seed
NAME
CK_RHS_HASH - invoke hash function with hash set seedLIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_rhs.h Ft unsigned long Fn CK_RHS_HASH ck_rhs_t *hs ck_rhs_hash_cb_t *hf const void *keyDESCRIPTION
The Fn CK_RHS_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_rhs_init 3 .SEE ALSO
ck_rhs_init3, ck_rhs_destroy3, ck_rhs_iterator_init3, ck_rhs_next3, ck_rhs_get3, ck_rhs_put3, ck_rhs_set3, ck_rhs_remove3, ck_rhs_grow3, ck_rhs_count3, ck_rhs_reset3, ck_rhs_stat3Additional information available at http://concurrencykit.org/