Home
last modified time | relevance | path

Searched refs:mem_bio (Results 1 – 1 of 1) sorted by relevance

/test/
A Djson_test.c21 BIO *mem_bio; member
29 if (!TEST_ptr(h->mem_bio = BIO_new(BIO_s_mem()))) in helper_ensure()
32 if (!ossl_json_init(&h->j, h->mem_bio, h->flags)) { in helper_ensure()
33 BIO_free_all(h->mem_bio); in helper_ensure()
34 h->mem_bio = NULL; in helper_ensure()
44 BIO_free_all(h->mem_bio); in helper_cleanup()
45 h->mem_bio = NULL; in helper_cleanup()
661 if (!TEST_true(BIO_get_mem_ptr(h.mem_bio, &bufp))) in run_script()

Completed in 5 milliseconds