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()86 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()106 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()126 || !TEST_int_eq(my_param_oper[0], BIO_CB_CTRL) in test_bio_callback_ex()143 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) 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()[all …]
Completed in 7 milliseconds