Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/bio/
H A Dbss_bio.c575 BIO_new_bio_pair(BIO **bio1_p, size_t writebuf1, BIO **bio2_p, size_t writebuf2) in BIO_new_bio_pair() argument
593 if (writebuf2) { in BIO_new_bio_pair()
594 r = BIO_set_write_buf_size(bio2, writebuf2); in BIO_new_bio_pair()
H A Dbio.h623 BIO **bio2, size_t writebuf2);