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

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 339 * bio_nwrite: also increase length
340 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
341 * or just bio_nwrite(), write to buffer)
379 * the promise by BIO_ctrl_get_write_guarantee, BIO_nwrite may have
391 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
518 ret = (long)bio_nwrite(bio, ptr, (size_t)num);
785 int BIO_nwrite(BIO *bio, char **buf, int num)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 341 * bio_nwrite: also increase length
342 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
343 * or just bio_nwrite(), write to buffer)
381 * the promise by BIO_ctrl_get_write_guarantee, BIO_nwrite may have
393 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
522 ret = (long)bio_nwrite(bio, ptr, (size_t)num);
793 int BIO_nwrite(BIO *bio, char **buf, int num)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 343 * bio_nwrite: also increase length
344 * (example usage: bio_nwrite0(), write to buffer, bio_nwrite()
345 * or just bio_nwrite(), write to buffer)
383 * the promise by BIO_ctrl_get_write_guarantee, BIO_nwrite may have
395 static ossl_ssize_t bio_nwrite(BIO *bio, char **buf, size_t num_) function
524 ret = (long)bio_nwrite(bio, ptr, (size_t)num);
795 int BIO_nwrite(BIO *bio, char **buf, int num)

Completed in 16 milliseconds