NonStop SOAP 4.1 User's Manual
The axutil_array_list_remove() Function
Synopsis:
AXIS2_EXTERN void* axutil_array_list_remove
( struct axutil_array_list * array_list,
const axutil_env_t * env,
int index )
Description:
This function removes the element at the user-supplied index.
Parameters:
array_list
is a pointer to the array list.
env
is a pointer to an environment structure. It cannot have a NULL value.
index
is the index at which the element is being added.
Return Values:
This function returns the the removed void* pointer.
The axutil_array_list_free() Function
Synopsis:
AXIS2_EXTERN void axutil_array_list_free
( struct axutil_array_list * array_list,
const axutil_env_t * env )
Parameters:
array_list
is a pointer to the array list.
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
Void.
Utilities For Hash Tables
The axutil_hash_first()Function
Synopsis:
AXIS2_EXTERN axutil_hash_index_t* axutil_hash_first
( axutil_hash_t * ht,
const axutil_env_t * env )
Description:
Parameters:
Return Values:
The axutil_hash_next()Function
Synopsis:
AXIS2_EXTERN axutil_hash_index_t* axutil_hash_next
( const axutil_env_t * env,
axutil_hash_index_t * hi )
Description:
Continue iterating over the entries in a hash table.
390 NonStop SOAP 4 APIs










