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_equal_int
(
axlPointer
keya
,
axlPointer
keyb
)
Convenience hash function to compare two keys that holds integers values.
Parameters:
keya
The first key to compare.
keyb
The second key to compare.
Returns:
0 if both keys are equal, 1 if not.