Searched refs:test2 (Results 1 – 2 of 2) sorted by relevance
52 char test2[] = "hello"; in test_bio_callback_ex() local53 const size_t test2len = sizeof(test2) - 1; in test_bio_callback_ex()158 i = BIO_puts(bio, test2); in test_bio_callback_ex()163 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback_ex()169 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback_ex()224 char test2[] = "hello"; in test_bio_callback() local225 const int test2len = sizeof(test2) - 1; in test_bio_callback()310 i = BIO_puts(bio, test2); in test_bio_callback()315 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback()321 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback()
81 ok(test2, "test1");88 sub test2
Completed in 6 milliseconds