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

/external/openssl/crypto/bio/
H A Dbss_bio.c273 * bio_nread0: return number of available bytes
275 * (example usage: bio_nread0(), read from buffer, bio_nread()
280 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) function
328 available = bio_nread0(bio, buf);
597 ret = (long) bio_nread0(bio, ptr);

Completed in 176 milliseconds