Lines Matching refs:my_param_oper

19 static int         my_param_oper[MAXCOUNT];  variable
33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex()
67 || !TEST_int_eq(my_param_oper[0], BIO_CB_WRITE) in test_bio_callback_ex()
73 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback_ex()
86 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
92 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
106 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
112 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
126 || !TEST_int_eq(my_param_oper[0], BIO_CB_CTRL) in test_bio_callback_ex()
132 || !TEST_int_eq(my_param_oper[1], BIO_CB_CTRL | BIO_CB_RETURN) in test_bio_callback_ex()
143 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
149 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback_ex()
168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback_ex()
181 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback_ex()
208 my_param_oper[my_param_count] = oper; in my_bio_callback()
239 || !TEST_int_eq(my_param_oper[0], BIO_CB_WRITE) in test_bio_callback()
245 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback()
257 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
263 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
276 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
282 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
296 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
302 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback()
320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback()
332 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback()