Home
last modified time | relevance | path

Searched refs:writebuf1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/bio/
Dbss_bio.c759 int BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, in BIO_new_bio_pair() argument
773 if (writebuf1) { in BIO_new_bio_pair()
774 r = BIO_set_write_buf_size(bio1, writebuf1); in BIO_new_bio_pair()
Dbio.h771 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
/freebsd-10-stable/crypto/openssl/doc/crypto/
DBIO_s_bio.pod24 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1, BIO **bio2, size_t writebuf2);
78 with write buffer sizes B<writebuf1> and B<writebuf2>. If either size is