Searched refs:my_param_ret (Results 1 – 1 of 1) sorted by relevance
23 static long my_param_ret[MAXCOUNT]; variable37 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()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()261 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()280 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()300 || !TEST_long_eq(my_param_ret[0], 1L) in test_bio_callback()[all …]
Completed in 5 milliseconds