HomeSort by: relevance | last modified time | path
    Searched refs:BIO_set_write_buf_size (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 690 r = BIO_set_write_buf_size(bio1, writebuf1);
695 r = BIO_set_write_buf_size(bio2, writebuf2);
bss_dgram_pair.c 457 /* BIO_set_write_buf_size (BIO_C_SET_WRITE_BUF_SIZE) */
660 * BIO_set_write_buf_size: Set the size of the ring buffer used for storing
817 r = BIO_set_write_buf_size(bio1, writebuf1);
823 r = BIO_set_write_buf_size(bio2, writebuf2);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 698 r = BIO_set_write_buf_size(bio1, writebuf1);
703 r = BIO_set_write_buf_size(bio2, writebuf2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 700 r = BIO_set_write_buf_size(bio1, writebuf1);
705 r = BIO_set_write_buf_size(bio2, writebuf2);
  /src/crypto/external/apache2/openssl/dist/test/
bio_dgram_test.c 537 if (!TEST_true(BIO_set_write_buf_size(bio1, bufsz)))
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 499 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 628 #define BIO_set_write_buf_size(b, size) (int)BIO_ctrl(b, BIO_C_SET_WRITE_BUF_SIZE, size, NULL)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 551 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)

Completed in 44 milliseconds