Searched refs:BIO_get_write_buf_size (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair, 21 size_t BIO_get_write_buf_size(BIO *b, long size); 71 BIO_get_write_buf_size() returns the size of the write buffer. 124 BIO_set_write_buf_size(), BIO_get_write_buf_size(),
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 191 BIO_get_write_buf_size define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 575 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro
|
H A D | bio.h.in | 552 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 835 MLINKS+= BIO_s_bio.3 BIO_get_write_buf_size.3
|