Searched refs:my_param_oper (Results 1 – 1 of 1) sorted by relevance
19 static int my_param_oper[MAXCOUNT]; variable33 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()[all …]