Main Page
Modules
Related Pages
S
earch for
Axl Hash: A hash table used by Axl Library
axl_hash_copy
axl_hash_equal_int
axl_hash_equal_string
axl_hash_exists
axl_hash_foreach
axl_hash_foreach2
axl_hash_foreach3
axl_hash_foreach4
axl_hash_free
axl_hash_get
axl_hash_insert
axl_hash_insert_full
axl_hash_int
axl_hash_items
axl_hash_new
axl_hash_new_full
axl_hash_remove
axl_hash_string
int axl_hash_items
(
axlHash
*
hash
)
Returns the number of items already stored on the provided hash.
Parameters:
hash
The hash that is being requested for the number of indexed data items.
Returns:
The number of items or -1 if it fails.