Searched refs:tap_err (Results 1 – 1 of 1) sorted by relevance
23 static BIO *tap_err = NULL; variable32 tap_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT); in test_open_streams()35 tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err); in test_open_streams()38 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()41 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()59 BIO_set_indent(tap_err, level); in test_adjust_streams_tap_level()72 BIO_free_all(tap_err); in test_close_streams()153 r = BIO_vprintf(tap_err, fmt, ap); in test_vprintf_taperr()175 r = BIO_flush(tap_err); in test_flush_taperr()
Completed in 14 milliseconds