Lines Matching refs:my_param_ret

23 static long        my_param_ret[MAXCOUNT];  variable
37 my_param_ret[my_param_count] = ret; in my_bio_cb_ex()
71 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
78 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
90 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
97 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
110 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
117 || !TEST_int_eq((int)my_param_ret[1], -1)) in test_bio_callback_ex()
130 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
136 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
147 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
154 || !TEST_int_eq((int)my_param_ret[1], 0)) in test_bio_callback_ex()
166 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
173 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
185 || !TEST_int_eq((int)my_param_ret[0], 1)) in test_bio_callback_ex()
212 my_param_ret[my_param_count] = ret; in my_bio_callback()
243 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()
249 || !TEST_long_eq(my_param_ret[1], (long)test1len)) in test_bio_callback()
261 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()
267 || !TEST_long_eq(my_param_ret[1], (long)test1len)) in test_bio_callback()
280 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()
286 || !TEST_long_eq(my_param_ret[1], -1L)) in test_bio_callback()
300 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()
306 || !TEST_long_eq(my_param_ret[1], 0L)) in test_bio_callback()
318 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()
324 || !TEST_long_eq(my_param_ret[1], (long)test2len)) in test_bio_callback()
336 || !TEST_long_eq(my_param_ret[0], 1L)) in test_bio_callback()