Searched refs:tap_err (Results 1 – 1 of 1) sorted by relevance
23 static BIO *tap_err = NULL; variable28 tap_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()31 tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err); in test_open_streams()34 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()37 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()48 BIO_set_indent(tap_err, level); in test_adjust_streams_tap_level()61 BIO_free_all(tap_err); in test_close_streams()91 return BIO_vprintf(tap_err, fmt, ap); in test_vprintf_taperr()101 return BIO_flush(tap_err); in test_flush_taperr()