Lines Matching refs:my_param_argp
20 static const char *my_param_argp[MAXCOUNT]; variable
34 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()
74 || !TEST_ptr_eq(my_param_argp[1], 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()
127 || !TEST_ptr_eq(my_param_argp[0], NULL) in test_bio_callback_ex()
133 || !TEST_ptr_eq(my_param_argp[1], NULL) in test_bio_callback_ex()
144 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback_ex()
150 || !TEST_ptr_eq(my_param_argp[1], buf) 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()
182 || !TEST_ptr_eq(my_param_argp[0], NULL) 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()
240 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback()
246 || !TEST_ptr_eq(my_param_argp[1], test1) in test_bio_callback()
258 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()
264 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback()
277 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()
283 || !TEST_ptr_eq(my_param_argp[1], buf) in test_bio_callback()
297 || !TEST_ptr_eq(my_param_argp[0], buf) in test_bio_callback()
303 || !TEST_ptr_eq(my_param_argp[1], buf) 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()
333 || !TEST_ptr_eq(my_param_argp[0], NULL) in test_bio_callback()
348 memset(my_param_argp, 0, sizeof(my_param_argp)); in test_bio_callback()