Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c191 * bio_nread0: return number of available bytes
193 * (example usage: bio_nread0(), read from buffer, bio_nread()
200 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) in bio_nread0() function
247 available = bio_nread0(bio, buf); in bio_nread()
507 ret = (long)bio_nread0(bio, ptr); in bio_ctrl()
/third_party/openssl/crypto/bio/
H A Dbss_bio.c191 * bio_nread0: return number of available bytes
193 * (example usage: bio_nread0(), read from buffer, bio_nread()
200 static ossl_ssize_t bio_nread0(BIO *bio, char **buf) in bio_nread0() function
247 available = bio_nread0(bio, buf); in bio_nread()
507 ret = (long)bio_nread0(bio, ptr); in bio_ctrl()

Completed in 2 milliseconds