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