Lines Matching refs:TEST_int_eq

64     if (!TEST_int_eq(i, test1len)  in test_bio_callback_ex()
65 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
67 || !TEST_int_eq(my_param_oper[0], BIO_CB_WRITE) in test_bio_callback_ex()
71 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
73 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback_ex()
78 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
84 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
86 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
90 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
92 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
97 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
103 if (!TEST_int_eq(i, -1) in test_bio_callback_ex()
104 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
106 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
110 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
112 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
117 || !TEST_int_eq((int)my_param_ret[1], -1)) in test_bio_callback_ex()
123 if (!TEST_int_eq(i, 1) in test_bio_callback_ex()
124 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
126 || !TEST_int_eq(my_param_oper[0], BIO_CB_CTRL) in test_bio_callback_ex()
128 || !TEST_int_eq(my_param_argi[0], BIO_C_SET_BUF_MEM_EOF_RETURN) in test_bio_callback_ex()
130 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
132 || !TEST_int_eq(my_param_oper[1], BIO_CB_CTRL | BIO_CB_RETURN) in test_bio_callback_ex()
134 || !TEST_int_eq(my_param_argi[1], BIO_C_SET_BUF_MEM_EOF_RETURN) in test_bio_callback_ex()
136 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
140 if (!TEST_int_eq(i, 0) in test_bio_callback_ex()
141 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
143 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback_ex()
147 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
149 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback_ex()
154 || !TEST_int_eq((int)my_param_ret[1], 0)) in test_bio_callback_ex()
159 if (!TEST_int_eq(i, 5) in test_bio_callback_ex()
160 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback_ex()
164 || !TEST_int_eq(my_param_argi[0], 0) in test_bio_callback_ex()
166 || !TEST_int_eq((int)my_param_ret[0], 1) in test_bio_callback_ex()
168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback_ex()
170 || !TEST_int_eq(my_param_argi[1], 0) in test_bio_callback_ex()
173 || !TEST_int_eq((int)my_param_ret[1], 1)) in test_bio_callback_ex()
178 if (!TEST_int_eq(i, 1) in test_bio_callback_ex()
179 || !TEST_int_eq(my_param_count, 1) in test_bio_callback_ex()
181 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback_ex()
183 || !TEST_int_eq(my_param_argi[0], 0) in test_bio_callback_ex()
185 || !TEST_int_eq((int)my_param_ret[0], 1)) in test_bio_callback_ex()
236 if (!TEST_int_eq(i, test1len) in test_bio_callback()
237 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
239 || !TEST_int_eq(my_param_oper[0], BIO_CB_WRITE) in test_bio_callback()
241 || !TEST_int_eq(my_param_argi[0], test1len) in test_bio_callback()
245 || !TEST_int_eq(my_param_oper[1], BIO_CB_WRITE | BIO_CB_RETURN) in test_bio_callback()
247 || !TEST_int_eq(my_param_argi[1], test1len) in test_bio_callback()
255 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
257 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
259 || !TEST_int_eq(my_param_argi[0], sizeof(buf)) in test_bio_callback()
263 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
265 || !TEST_int_eq(my_param_argi[1], sizeof(buf)) in test_bio_callback()
273 if (!TEST_int_eq(i, -1) in test_bio_callback()
274 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
276 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
278 || !TEST_int_eq(my_param_argi[0], sizeof(buf)) in test_bio_callback()
282 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
284 || !TEST_int_eq(my_param_argi[1], sizeof(buf)) in test_bio_callback()
293 if (!TEST_int_eq(i, 0) in test_bio_callback()
294 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
296 || !TEST_int_eq(my_param_oper[0], BIO_CB_READ) in test_bio_callback()
298 || !TEST_int_eq(my_param_argi[0], sizeof(buf)) in test_bio_callback()
302 || !TEST_int_eq(my_param_oper[1], BIO_CB_READ | BIO_CB_RETURN) in test_bio_callback()
304 || !TEST_int_eq(my_param_argi[1], sizeof(buf)) in test_bio_callback()
311 if (!TEST_int_eq(i, 5) in test_bio_callback()
312 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS) in test_bio_callback()
316 || !TEST_int_eq(my_param_argi[0], 0) in test_bio_callback()
320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN) in test_bio_callback()
322 || !TEST_int_eq(my_param_argi[1], 0) in test_bio_callback()
329 if (!TEST_int_eq(i, 1) in test_bio_callback()
330 || !TEST_int_eq(my_param_count, 1) in test_bio_callback()
332 || !TEST_int_eq(my_param_oper[0], BIO_CB_FREE) in test_bio_callback()
334 || !TEST_int_eq(my_param_argi[0], 0) in test_bio_callback()