Searched refs:meth2 (Results 1 – 1 of 1) sorted by relevance
16 BIO_METHOD *meth1 = NULL, *meth2 = NULL, *meth3 = NULL; in test_bio_meth() local24 || !TEST_ptr(meth2 = BIO_meth_new(BIO_TYPE_NONE, "Method2")) in test_bio_meth()27 || !TEST_ptr(bio2 = BIO_new(meth2)) in test_bio_meth()62 BIO_meth_free(meth2); in test_bio_meth()
Completed in 4 milliseconds