afc_hash_master_find

Name

afc_hash_master_find  -- Returns the data associated to the given hash_value

Synopsis

void * afc_hash_master_find ( HashMaster * hash_master, unsigned long int hash_value );

Description

This function returns the data associated to the given hash_value. If the hash_value cannot be found, you'll get a NULL return value.

Inputs

hash_master

Pointer to a valid afc_hash_master class.

hash_value

Value key for the data being added

Result

Note

See Also