Allows to perform several, not excluyen inspect operations, over the given stream. Here is an example: if (axl_stream_inspect_several (stream, // the stream 2, // two chunks to recognize "or", 2, // first chunk and its length "||", 2) > 0) { // second chunk and its length // chunk matched!! }
|