Main Page
Modules
Related Pages
S
earch for
Axl String: String functions provided by the Axl Stream module.
axl_cmp
axl_memcmp
axl_strdup
axl_strdup_printf
axl_strdup_printfv
axl_stream_concat
axl_stream_freev
axl_stream_split
axl_stream_strdup
axl_stream_strdup_n
axl_stream_strdup_printf
axl_stream_strdup_printf_len
axl_stream_strdup_printfv
axl_stream_strv_num
axl_stream_to_lower
axl_stream_to_lower_copy
axl_stream_to_upper
axl_stream_to_upper_copy
axl_stream_trim
axl_stream_trim_with_size
int axl_stream_strv_num
(
char **
chunks
)
Returns current number of items inside the chunks reference provided.
Parameters:
chunks
The chunks reference, which contains a list of chunks.
Returns:
The number of chunks that the reference has or -1 if it fails.