Searched refs:tap_err (Results 1 – 1 of 1) sorted by relevance
23 static BIO *tap_err = NULL; variable138 tap_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()141 tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err); in test_open_streams()144 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()147 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()166 BIO_set_indent(tap_err, level); in test_adjust_streams_tap_level()179 BIO_free_all(tap_err); in test_close_streams()262 r = BIO_vprintf(tap_err, fmt, ap); in test_vprintf_taperr()284 r = BIO_flush(tap_err); in test_flush_taperr()