Home
last modified time | relevance | path

Searched refs:my_param_ret (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_callback_test.c23 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()
[all …]