Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dbio_callback_test.c16 static int my_param_count; variable
27 if (my_param_count >= MAXCOUNT) in my_bio_callback()
29 my_param_b[my_param_count] = b; in my_bio_callback()
30 my_param_oper[my_param_count] = oper; in my_bio_callback()
31 my_param_argp[my_param_count] = argp; in my_bio_callback()
32 my_param_argi[my_param_count] = argi; in my_bio_callback()
33 my_param_argl[my_param_count] = argl; in my_bio_callback()
34 my_param_ret[my_param_count] = ret; in my_bio_callback()
35 my_param_count++; in my_bio_callback()
50 my_param_count = 0; in test_bio_callback()
[all …]