Searched refs:my_param_argp (Results 1 – 1 of 1) sorted by relevance
19 static const char *my_param_argp[MAXCOUNT]; variable31 my_param_argp[my_param_count] = argp; in my_bio_callback()62 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback()68 || !TEST_ptr_eq(my_param_argp[1], test1) in test_bio_callback()80 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()86 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback()99 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()105 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback()119 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()125 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback()[all …]