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
void axl_stream_trim_with_size
(
char *
chunk
,
int *
trimmed
)
The function works like
axl_stream_trim
, but providing the count of bytes trimmed from the string.
Parameters:
chunk
The chunk to trim.
trimmed
An optional reference that returns the count of bytes trimmed by the operation.