HomeSort by: relevance | last modified time | path
    Searched defs:BIO_nread (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 191 * bio_nread: also advance index
192 * (example usage: bio_nread0(), read from buffer, bio_nread()
193 * or just bio_nread(), read from buffer)
236 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
508 ret = (long)bio_nread(bio, ptr, (size_t)num);
754 int BIO_nread(BIO *bio, char **buf, int num)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 192 * bio_nread: also advance index
193 * (example usage: bio_nread0(), read from buffer, bio_nread()
194 * or just bio_nread(), read from buffer)
237 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
512 ret = (long)bio_nread(bio, ptr, (size_t)num);
762 int BIO_nread(BIO *bio, char **buf, int num)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 194 * bio_nread: also advance index
195 * (example usage: bio_nread0(), read from buffer, bio_nread()
196 * or just bio_nread(), read from buffer)
239 static ossl_ssize_t bio_nread(BIO *bio, char **buf, size_t num_) function
514 ret = (long)bio_nread(bio, ptr, (size_t)num);
764 int BIO_nread(BIO *bio, char **buf, int num)

Completed in 218 milliseconds