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.