Lines Matching refs:my_param_count

17 static int         my_param_count;  variable
30 if (my_param_count >= MAXCOUNT) in my_bio_cb_ex()
32 my_param_b[my_param_count] = b; in my_bio_cb_ex()
33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex()
34 my_param_argp[my_param_count] = argp; in my_bio_cb_ex()
35 my_param_argi[my_param_count] = argi; in my_bio_cb_ex()
36 my_param_argl[my_param_count] = argl; in my_bio_cb_ex()
37 my_param_ret[my_param_count] = ret; in my_bio_cb_ex()
38 my_param_len[my_param_count] = len; in my_bio_cb_ex()
39 my_param_processed[my_param_count] = processed != NULL ? *processed : 0; in my_bio_cb_ex()
41 my_param_count++; in my_bio_cb_ex()
56 my_param_count = 0; in test_bio_callback_ex()
65 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
81 my_param_count = 0; in test_bio_callback_ex()
84 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
101 my_param_count = 0; in test_bio_callback_ex()
104 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
121 my_param_count = 0; in test_bio_callback_ex()
124 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
138 my_param_count = 0; in test_bio_callback_ex()
141 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
157 my_param_count = 0; in test_bio_callback_ex()
160 || !TEST_int_eq(my_param_count, 2) in test_bio_callback_ex()
176 my_param_count = 0; in test_bio_callback_ex()
179 || !TEST_int_eq(my_param_count, 1) in test_bio_callback_ex()
205 if (my_param_count >= MAXCOUNT) in my_bio_callback()
207 my_param_b[my_param_count] = b; in my_bio_callback()
208 my_param_oper[my_param_count] = oper; in my_bio_callback()
209 my_param_argp[my_param_count] = argp; in my_bio_callback()
210 my_param_argi[my_param_count] = argi; in my_bio_callback()
211 my_param_argl[my_param_count] = argl; in my_bio_callback()
212 my_param_ret[my_param_count] = ret; in my_bio_callback()
213 my_param_count++; in my_bio_callback()
228 my_param_count = 0; in test_bio_callback()
237 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
252 my_param_count = 0; in test_bio_callback()
255 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
271 my_param_count = 0; in test_bio_callback()
274 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
291 my_param_count = 0; in test_bio_callback()
294 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
309 my_param_count = 0; in test_bio_callback()
312 || !TEST_int_eq(my_param_count, 2) in test_bio_callback()
327 my_param_count = 0; in test_bio_callback()
330 || !TEST_int_eq(my_param_count, 1) in test_bio_callback()