Searched refs:my_param_argp (Results 1 – 1 of 1) sorted by relevance
20 static const char *my_param_argp[MAXCOUNT]; variable34 my_param_argp[my_param_count] = argp; in my_bio_cb_ex()68 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback_ex()87 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()93 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback_ex()107 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()113 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback_ex()144 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()197 memset(my_param_argp, 0, sizeof(my_param_argp)); in test_bio_callback_ex()209 my_param_argp[my_param_count] = argp; in my_bio_callback()[all …]
Completed in 6 milliseconds