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

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c268 * bio_nread0: return number of available bytes
270 * (example usage: bio_nread0(), read from buffer, bio_nread()
277 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) function
324 available = bio_nread0(bio, buf);
586 ret = (long)bio_nread0(bio, ptr);

Completed in 74 milliseconds