Searched refs:writebuf2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_bio.c | 676 BIO **bio2_p, size_t writebuf2) in BIO_new_bio_pair() argument 694 if (writebuf2) { in BIO_new_bio_pair() 695 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
|
| H A D | bss_dgram_pair.c | 803 BIO **pbio2, size_t writebuf2) in BIO_new_bio_dgram_pair() argument 823 if (writebuf2 > 0) { in BIO_new_bio_dgram_pair() 824 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_dgram_pair()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_s_dgram_pair.pod | 17 BIO **bio2, size_t writebuf2); 51 B<writebuf2>. If either size is zero then the default size is used.
|
| H A D | BIO_s_bio.pod | 24 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2); 81 with write buffer sizes B<writebuf1> and B<writebuf2>. If either size is
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | bio.h | 928 BIO **bio2, size_t writebuf2); 931 BIO **bio2, size_t writebuf2);
|
| H A D | bio.h.in | 905 BIO **bio2, size_t writebuf2); 908 BIO **bio2, size_t writebuf2);
|