BIO_meth_set_create
|| !BIO_meth_set_create(methods_ebcdic, ebcdic_new)
int BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *));
|| !BIO_meth_set_create(corebiometh, bio_core_new)
|| !BIO_meth_set_create(methods_async, async_new)
|| !BIO_meth_set_create(method_noisy_dgram, noisy_dgram_new)
|| !TEST_true(BIO_meth_set_create(meth_mem, mempacket_test_new))
|| !BIO_meth_set_create(method_tls_dump, tls_dump_new)
|| !TEST_true(BIO_meth_set_create(meth_always_retry,
|| !TEST_true(BIO_meth_set_create(meth_maybe_retry,
|| !BIO_meth_set_create(method_tls_corrupt, tls_corrupt_new)
|| !BIO_meth_set_create(method_watchccs, watchccs_new)