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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c413 * bio_nwrite0: check how much space is available
415 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
418 static ssize_t bio_nwrite0(BIO *bio, char **buf) function
476 space = bio_nwrite0(bio, buf);
592 ret = (long)bio_nwrite0(bio, ptr);

Completed in 105 milliseconds