Searched refs:BIO_f_buffer (Results 1 – 19 of 19) sorted by relevance
10 BIO_f_buffer17 const BIO_METHOD *BIO_f_buffer(void);27 BIO_f_buffer() returns the buffering BIO method.50 These functions, other than BIO_f_buffer(), are implemented as macros.63 Do not add more than one BIO_f_buffer() to a BIO chain. The result of65 the top BIO_f_buffer(), which is 4 KiB at a minimum.75 BIO_f_buffer() returns the buffering BIO method.
45 a BIO_f_buffer() buffering BIO will prevent this.
76 work around this by adding a buffering BIO L<BIO_f_buffer(3)>
234 bbio = BIO_new(BIO_f_buffer());
64 L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>,
2204 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2252 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2279 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2371 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2420 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2580 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2616 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
2980 io = BIO_new(BIO_f_buffer()); in www_body()3364 io = BIO_new(BIO_f_buffer()); in rev_body()
1298 bufbio = BIO_new(BIO_f_buffer()); in init_responder()
429 btmp = BIO_new(BIO_f_buffer()); in app_get_pass()
42 const BIO_METHOD *BIO_f_buffer(void) in BIO_f_buffer() function
507 if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) { in PKCS7_decrypt()
426 if ((buf = BIO_new(BIO_f_buffer())) == NULL) in BIO_new_buffer_ssl_connect()
4117 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
496 bf = BIO_new(BIO_f_buffer()); in SMIME_crlf_copy()
21 MAN+= BIO_f_buffer.3621 MLINKS+= BIO_f_buffer.3 BIO_get_buffer_num_lines.3622 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_read_data.3623 MLINKS+= BIO_f_buffer.3 BIO_set_buffer_size.3624 MLINKS+= BIO_f_buffer.3 BIO_set_read_buffer_size.3625 MLINKS+= BIO_f_buffer.3 BIO_set_write_buffer_size.3
624 const BIO_METHOD *BIO_f_buffer(void);
912 if ((buff = BIO_new(BIO_f_buffer())) == NULL in file_open()
289 BIO_f_buffer;
4324 *) Fix the BIO_f_buffer() implementation (which was mixing different13490 *) BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.