Procedures

ProcedureLocationProcedure TypeDescription
fhash_containerfhash_data_containerInterface

Create a fhash_container object from a polymorphic value

fhash_iter_tfhash_tbl_iterInterface
fhash_keyfhash_key_charInterface
fhash_keyfhash_key_int64_1dInterface
fhash_keyfhash_key_int64Interface
fhash_keyfhash_key_int32Interface
fhash_keyfhash_key_int32_1dInterface
fnv_1afhash_fnvInterface

Generic interface to perform hashing

Read more…
hash_stringfhash_fnvFunction

Help fcn to convert hash to hex representation

node_depthfhash_sllFunction

Determine depth of SLL

sll_cleanfhash_sllSubroutine

Deallocate node components and those of its children

sll_find_infhash_sllSubroutine

Search for a node with a specific key. Returns a pointer to the 'data' component of the corresponding node. Pointer is not associated if node cannot be found

sll_get_atfhash_sllSubroutine

Return a node at a specific depth in the sll

sll_node_setfhash_sllSubroutine

Set container value in node

sll_push_nodefhash_sllSubroutine

Append node to SLL

sll_removefhash_sllSubroutine

Search for a node with a specific key and remove