int axl_stream_peek ( axlStream stream,
const char *  chunk,
int  inspected_size 
)

Allows to perform a stream inspection without automatically accept content properly inspected.

Parameters:
stream The stream where the peek operation will be performed.
chunk The chunk to lookup.
inspected_size The size of the chunk provided to be inspected.
Returns:
See axl_stream_inspect.