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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c265 * bio_nread: also advance index
266 * (example usage: bio_nread0(), read from buffer, bio_nread()
267 * or just bio_nread(), read from buffer)
310 static ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
587 ret = (long)bio_nread(bio, ptr, (size_t)num);

Completed in 50 milliseconds