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

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 427 * bio_nwrite: also increase length
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
429 * or just bio_nwrite(), write to buffer)
469 * BIO_nwrite may have to be called twice) */
479 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
612 ret = (long) bio_nwrite(bio, ptr, (size_t) num);
910 int BIO_nwrite(BIO *bio, char **buf, int num)
  /external/openssl/crypto/bio/
bss_bio.c 427 * bio_nwrite: also increase length
428 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
429 * or just bio_nwrite(), write to buffer)
469 * BIO_nwrite may have to be called twice) */
479 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
612 ret = (long) bio_nwrite(bio, ptr, (size_t) num);
910 int BIO_nwrite(BIO *bio, char **buf, int num)

Completed in 250 milliseconds