Searched refs:BIO_f_buffer (Results 1 – 20 of 20) 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.
104 supported by adding a buffering BIO L<BIO_f_buffer(3)> to the chain.
233 bbio = BIO_new(BIO_f_buffer());
64 L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>,
2152 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2200 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2227 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2321 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2481 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()2521 BIO *fbio = BIO_new(BIO_f_buffer()); in s_client_main()
3005 io = BIO_new(BIO_f_buffer()); in www_body()3421 io = BIO_new(BIO_f_buffer()); in rev_body()
224 bufbio = BIO_new(BIO_f_buffer()); in http_server_init_bio()
301 btmp = BIO_new(BIO_f_buffer()); in app_get_pass()
100 # define BIO_CTRL_PEEK 29/* BIO_f_buffer special */520 /* For the BIO_f_buffer() type */544 /* For the BIO_f_buffer() type */657 const BIO_METHOD *BIO_f_buffer(void);
40 const BIO_METHOD *BIO_f_buffer(void) in BIO_f_buffer() function
426 if ((buf = BIO_new(BIO_f_buffer())) == NULL) in BIO_new_buffer_ssl_connect()
4201 bbio = BIO_new(BIO_f_buffer()); in ssl_init_wbio_buffer()
523 if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) { in PKCS7_decrypt()
517 bf = BIO_new(BIO_f_buffer()); in SMIME_crlf_copy()
1219 BIO *fbio = BIO_new(BIO_f_buffer()); in OSSL_HTTP_proxy_connect()
936 if ((buff = BIO_new(BIO_f_buffer())) == NULL) in file_find_type()
570 DEPEND[html/man3/BIO_f_buffer.html]=man3/BIO_f_buffer.pod571 GENERATE[html/man3/BIO_f_buffer.html]=man3/BIO_f_buffer.pod572 DEPEND[man/man3/BIO_f_buffer.3]=man3/BIO_f_buffer.pod573 GENERATE[man/man3/BIO_f_buffer.3]=man3/BIO_f_buffer.pod2864 html/man3/BIO_f_buffer.html \3456 man/man3/BIO_f_buffer.3 \
185 BIO_f_buffer 189 3_0_0 EXIST::FUNCTION:
8147 * Fix the BIO_f_buffer() implementation (which was mixing different18670 * BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.
Completed in 84 milliseconds