HomeSort by relevance Sort by last modified time
    Searched defs:BIO_nwrite0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 426 * 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);
893 int BIO_nwrite0(BIO *bio, char **buf)
  /external/openssl/crypto/bio/
bss_bio.c 426 * 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);
893 int BIO_nwrite0(BIO *bio, char **buf)

Completed in 904 milliseconds