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

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_bio.c 274 * bio_nread: also advance index
275 * (example usage: bio_nread0(), read from buffer, bio_nread()
276 * or just bio_nread(), read from buffer)
318 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
602 ret = (long) bio_nread(bio, ptr, (size_t) num);
877 int BIO_nread(BIO *bio, char **buf, int num)
  /external/openssl/crypto/bio/
bss_bio.c 274 * bio_nread: also advance index
275 * (example usage: bio_nread0(), read from buffer, bio_nread()
276 * or just bio_nread(), read from buffer)
318 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
602 ret = (long) bio_nread(bio, ptr, (size_t) num);
877 int BIO_nread(BIO *bio, char **buf, int num)

Completed in 707 milliseconds