NonStop SOAP 4.1 User's Manual

Parameters:
hi
The iteration state.
Return Values:
This function returns a pointer to the updated iteration state. It returns NULL if there are no more
entries.
The axutil_hash_count()Function
Synopsis:
AXIS2_EXTERN unsigned int axutil_hash_count
( axutil_hash_t * ht )
Description:
This function gets the number of key/value pairs in the hash table.
Parameters:
ht
is the hash table.
Return Values:
This function returns the number of key/value pairs in the hash table.
The axutil_hash_free()Function
Synopsis:
AXIS2_EXTERN void axutil_hash_free
( axutil_hash_t * ht,
const axutil_env_t * env )
Description:
Parameters:
ht
hash table to be freed
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns the status code.
The axutil_hash_contains_key()Function
Synopsis:
AXIS2_EXTERN axis2_bool_t axutil_hash_contains_key
( axutil_hash_t * ht,
const axutil_env_t * env,
const axis2_char_t * key )
Description:
Query whether the hash table provided as parameter contains the key provided as parameter.
Parameters:
ht
hash table to be queried for key
Return Values:
This function returns whether the hash table contains key
Utilities 391