Searched refs:writebuf1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_bio.c | 683 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, in BIO_new_bio_pair() argument 697 if (writebuf1) { in BIO_new_bio_pair() 698 r = BIO_set_write_buf_size(bio1, writebuf1); in BIO_new_bio_pair()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 23 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2); 75 with write buffer sizes B<writebuf1> and B<writebuf2>. If either size is
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
|
H A D | bio.h.in | 783 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
|