Main Page
Modules
Related Pages
S
earch for
Axl Stream Document: Abstract stream where a xml document is expected (also provided string functions)
axl_stream_accept
axl_stream_casecmp
axl_stream_consume_white_spaces
axl_stream_free
axl_stream_get_following
axl_stream_get_global_index
axl_stream_get_index
axl_stream_get_near_to
axl_stream_get_size
axl_stream_get_until
axl_stream_get_until_ref
axl_stream_get_until_zero
axl_stream_get_untilv
axl_stream_inspect
axl_stream_inspect_several
axl_stream_is_white_space
axl_stream_link
axl_stream_move
axl_stream_new
axl_stream_nullify
axl_stream_peek
axl_stream_push
axl_stream_remains
axl_stream_set_buffer_alloc
axl_stream_unlink
NullifyItem
enum
NullifyItem
Enum value that allows to configure which item to nullify inside the provided
axlStream
reference.
Enumerator:
LAST_CHUNK
Nullify the last chunk returned due to call from
axl_stream_get_until
.
LAST_NEAR_TO
Nullify the last chunk returned by
axl_stream_get_near_to
function.
LAST_GET_FOLLOWING
Nullify the last chunk returned by
axl_stream_get_following
function.