Searched refs:BIO_f_prefix (Results 1 – 13 of 13) sorted by relevance
37 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams()38 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()40 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams()41 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()
79 bio = BIO_new(BIO_f_prefix()); in setup_trace_category()
5 BIO_f_prefix, BIO_set_prefix, BIO_set_indent, BIO_get_indent12 const BIO_METHOD *BIO_f_prefix(void);47 BIO_f_prefix() returns the prefix BIO method.
47 BIO *bio, *pre = BIO_new(BIO_f_prefix()); in log_with_prefix()
3045 b = BIO_push(BIO_new(BIO_f_prefix()), b); in dup_bio_out()
40 const BIO_METHOD *BIO_f_prefix(void) in BIO_f_prefix() function
108 BIO *curr = BIO_new(BIO_f_prefix()); in setup_bio_chain()
47 if ((bio = BIO_new(BIO_f_prefix())) == NULL in asn1_print_info()
176 bio = BIO_new(BIO_f_prefix()); in setup_trace_category()
175 /* BIO_f_prefix controls */674 /* ctrl macros for BIO_f_prefix */769 const BIO_METHOD *BIO_f_prefix(void);
586 DEPEND[html/man3/BIO_f_prefix.html]=man3/BIO_f_prefix.pod587 GENERATE[html/man3/BIO_f_prefix.html]=man3/BIO_f_prefix.pod588 DEPEND[man/man3/BIO_f_prefix.3]=man3/BIO_f_prefix.pod589 GENERATE[man/man3/BIO_f_prefix.3]=man3/BIO_f_prefix.pod3152 html/man3/BIO_f_prefix.html \3815 man/man3/BIO_f_prefix.3 \
1142 BIO *prefbio = BIO_new(BIO_f_prefix()); in print_set_indent()
4861 BIO_f_prefix 4989 3_0_0 EXIST::FUNCTION:
Completed in 86 milliseconds