NonStop SOAP 4.1 User's Manual

Parameters:
s
is the string passed.
Return Values:
This function returns the length of the string.
The axutil_strcasecmp() Function
Synopsis:
AXIS2_EXTERN int axutil_strcasecmp
(const axis2_char_t *s1,
const axis2_char_t *s2)
Description:
This function compares two strings.
Parameters:
s1
is the first string to be compared.
s2
is the second string to be compared.
Return Values:
The function returns zero if the two strings are identical.
The function returns a non-zero integer if the two strings are different.
The axutil_strncasecmp() Function
Synopsis:
AXIS2_EXTERN int axutil_strncasecmp
(const axis2_char_t *s1,
const axis2_char_t *s2, const int n)
Description:
This function compares two strings. It ignores the case of both arguments.
Parameters:
s1
is the first string to be compared.
s2
is the second string to be compared.
Return Values:
The function returns zero if the two strings are identical.
The function returns a non-zero integer if the two strings are different.
The axutil_stracat() Function
Synopsis:
AXIS2_EXTERN axis2_char_t * axutil_stracat
(const axutil_env_t *env,
const axis2_char_t *s1,
const axis2_char_t *s2)
Description:
This function concatenates two strings.
382 NonStop SOAP 4 APIs