Searched refs:bio_nwrite0 (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_bio.c | 340 * bio_nwrite0: check how much space is available 342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite() 345 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) in bio_nwrite0() function 403 space = bio_nwrite0(bio, buf); in bio_nwrite() 517 ret = (long)bio_nwrite0(bio, ptr); in bio_ctrl()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_bio.c | 340 * bio_nwrite0: check how much space is available 342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite() 345 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) in bio_nwrite0() function 403 space = bio_nwrite0(bio, buf); in bio_nwrite() 517 ret = (long)bio_nwrite0(bio, ptr); in bio_ctrl()
|
Completed in 3 milliseconds