Home
last modified time | relevance | path

Searched refs:my_param_count (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_callback_test.c17 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()
[all …]