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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c427 * bio_nwrite: also increase length
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
429 * or just bio_nwrite(), write to buffer)
479 static ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
612 ret = (long) bio_nwrite(bio, ptr, (size_t) num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c414 * bio_nwrite: also increase length
415 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
416 * or just bio_nwrite(), write to buffer)
466 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
597 ret = (long)bio_nwrite(bio, ptr, (size_t)num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c414 * bio_nwrite: also increase length
415 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
416 * or just bio_nwrite(), write to buffer)
466 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
597 ret = (long)bio_nwrite(bio, ptr, (size_t)num);

Completed in 67 milliseconds