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

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 338 * bio_nwrite0: check how much space is available
340 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
343 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
401 space = bio_nwrite0(bio, buf);
513 ret = (long)bio_nwrite0(bio, ptr);
769 int BIO_nwrite0(BIO *bio, char **buf)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 340 * bio_nwrite0: check how much space is available
342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
345 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
403 space = bio_nwrite0(bio, buf);
517 ret = (long)bio_nwrite0(bio, ptr);
777 int BIO_nwrite0(BIO *bio, char **buf)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 342 * bio_nwrite0: check how much space is available
344 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
347 static ossl_ssize_t bio_nwrite0(BIO *bio, char **buf) function
405 space = bio_nwrite0(bio, buf);
519 ret = (long)bio_nwrite0(bio, ptr);
779 int BIO_nwrite0(BIO *bio, char **buf)

Completed in 27 milliseconds