Searched refs:bio_read (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_bio.c | 30 static int bio_read(BIO *bio, char *buf, int size); 44 bio_read, 109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() function 223 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */ in bio_nread0()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_bio.c | 30 static int bio_read(BIO *bio, char *buf, int size); 44 bio_read, 109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() function 223 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */ in bio_nread0()
|
Completed in 3 milliseconds