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

/external/openssl/crypto/bio/
H A Dbss_bio.c426 * bio_nwrite0: check how much space is available
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
431 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
489 space = bio_nwrite0(bio, buf);
607 ret = (long) bio_nwrite0(bio, ptr);

Completed in 1778 milliseconds