Searched refs:BIO_f_prefix (Results 1 – 12 of 12) sorted by relevance
33 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams()34 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()36 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams()37 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.
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()
176 bio = BIO_new(BIO_f_prefix()); in setup_trace_category()
47 if ((bio = BIO_new(BIO_f_prefix())) == NULL in asn1_print_info()
170 /* BIO_f_prefix controls */579 /* ctrl macros for BIO_f_prefix */663 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.pod2884 html/man3/BIO_f_prefix.html \3480 man/man3/BIO_f_prefix.3 \
1132 BIO *prefbio = BIO_new(BIO_f_prefix()); in print_set_indent()
2949 b = BIO_push(BIO_new(BIO_f_prefix()), b); in dup_bio_out()
4861 BIO_f_prefix 4989 3_0_0 EXIST::FUNCTION: