Home
last modified time | relevance | path

Searched refs:writebuf2 (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/bio/
H A Dbss_bio.c680 BIO **bio2_p, size_t writebuf2) in BIO_new_bio_pair() argument
698 if (writebuf2) { in BIO_new_bio_pair()
699 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
H A Dbss_dgram_pair.c786 BIO **pbio2, size_t writebuf2) in BIO_new_bio_dgram_pair() argument
806 if (writebuf2 > 0) { in BIO_new_bio_dgram_pair()
807 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_dgram_pair()
/openssl/doc/man3/
H A DBIO_s_bio.pod23 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
H A DBIO_s_dgram_pair.pod16 BIO **bio2, size_t writebuf2);
49 B<writebuf2>. If either size is zero then the default size is used.
/openssl/include/openssl/
H A Dbio.h.in895 BIO **bio2, size_t writebuf2);
898 BIO **bio2, size_t writebuf2);

Completed in 78 milliseconds