Searched refs:bio_nwrite0 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c417 * bio_nwrite0: check how much space is available
419 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
422 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
480 space = bio_nwrite0(bio, buf);
596 ret = (long)bio_nwrite0(bio, ptr);

Completed in 49 milliseconds