Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c341 * bio_nwrite: also increase length
342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
343 * or just bio_nwrite(), write to buffer)
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) in bio_nwrite() function
522 ret = (long)bio_nwrite(bio, ptr, (size_t)num); in bio_ctrl()
/third_party/openssl/crypto/bio/
H A Dbss_bio.c341 * bio_nwrite: also increase length
342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
343 * or just bio_nwrite(), write to buffer)
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) in bio_nwrite() function
522 ret = (long)bio_nwrite(bio, ptr, (size_t)num); in bio_ctrl()

Completed in 3 milliseconds