comparison src/lib/test-lib.c @ 22553:7db517071db5

lib: Add multiplex stream support This allows having multiple channels of data in single stream.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Tue, 22 Aug 2017 10:14:22 +0300
parents 691b5466edb3
children 708b4dda62dc
comparison
equal deleted inserted replaced
22552:7b8e95de2bff 22553:7db517071db5
31 test_istream_base64_encoder, 31 test_istream_base64_encoder,
32 test_istream_chain, 32 test_istream_chain,
33 test_istream_concat, 33 test_istream_concat,
34 test_istream_crlf, 34 test_istream_crlf,
35 test_istream_failure_at, 35 test_istream_failure_at,
36 test_istream_multiplex,
36 test_istream_seekable, 37 test_istream_seekable,
37 test_istream_tee, 38 test_istream_tee,
38 test_istream_unix, 39 test_istream_unix,
39 test_json_parser, 40 test_json_parser,
40 test_json_tree, 41 test_json_tree,
48 test_pkcs5_pbkdf2, 49 test_pkcs5_pbkdf2,
49 test_ostream_buffer, 50 test_ostream_buffer,
50 test_ostream_escaped, 51 test_ostream_escaped,
51 test_ostream_failure_at, 52 test_ostream_failure_at,
52 test_ostream_file, 53 test_ostream_file,
54 test_ostream_multiplex,
55 test_multiplex,
53 test_primes, 56 test_primes,
54 test_printf_format_fix, 57 test_printf_format_fix,
55 test_priorityq, 58 test_priorityq,
56 test_seq_range_array, 59 test_seq_range_array,
57 test_str, 60 test_str,