Searched refs:bio_nread (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_bio.c | 192 * bio_nread: also advance index 193 * (example usage: bio_nread0(), read from buffer, bio_nread() 194 * or just bio_nread(), read from buffer) 237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) in bio_nread() function 512 ret = (long)bio_nread(bio, ptr, (size_t)num); in bio_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_bio.c | 192 * bio_nread: also advance index 193 * (example usage: bio_nread0(), read from buffer, bio_nread() 194 * or just bio_nread(), read from buffer) 237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) in bio_nread() function 512 ret = (long)bio_nread(bio, ptr, (size_t)num); in bio_ctrl()
|
Completed in 2 milliseconds