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

  /src/crypto/external/bsd/openssl/dist/test/helpers/
ssltestlib.c 53 static BIO_METHOD *meth_always_retry = NULL; variable
733 if (meth_always_retry == NULL) {
734 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
736 || !TEST_true(BIO_meth_set_write(meth_always_retry,
738 || !TEST_true(BIO_meth_set_read(meth_always_retry,
740 || !TEST_true(BIO_meth_set_puts(meth_always_retry,
742 || !TEST_true(BIO_meth_set_gets(meth_always_retry,
744 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry,
746 || !TEST_true(BIO_meth_set_create(meth_always_retry,
748 || !TEST_true(BIO_meth_set_destroy(meth_always_retry,
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltestlib.c 69 static BIO_METHOD *meth_always_retry = NULL; variable
660 if (meth_always_retry == NULL) {
661 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
663 || !TEST_true(BIO_meth_set_write(meth_always_retry,
665 || !TEST_true(BIO_meth_set_read(meth_always_retry,
667 || !TEST_true(BIO_meth_set_puts(meth_always_retry,
669 || !TEST_true(BIO_meth_set_gets(meth_always_retry,
671 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry,
673 || !TEST_true(BIO_meth_set_create(meth_always_retry,
675 || !TEST_true(BIO_meth_set_destroy(meth_always_retry,
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 49 static BIO_METHOD *meth_always_retry = NULL; variable
762 if (meth_always_retry == NULL) {
763 if (!TEST_ptr(meth_always_retry = BIO_meth_new(BIO_TYPE_ALWAYS_RETRY,
765 || !TEST_true(BIO_meth_set_write(meth_always_retry,
767 || !TEST_true(BIO_meth_set_read(meth_always_retry,
769 || !TEST_true(BIO_meth_set_puts(meth_always_retry,
771 || !TEST_true(BIO_meth_set_gets(meth_always_retry,
773 || !TEST_true(BIO_meth_set_ctrl(meth_always_retry,
775 || !TEST_true(BIO_meth_set_create(meth_always_retry,
777 || !TEST_true(BIO_meth_set_destroy(meth_always_retry,
    [all...]

Completed in 27 milliseconds