Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_callback_test.c16 #define MAXCOUNT 5 macro
18 static BIO *my_param_b[MAXCOUNT];
19 static int my_param_oper[MAXCOUNT];
20 static const char *my_param_argp[MAXCOUNT];
21 static int my_param_argi[MAXCOUNT];
22 static long my_param_argl[MAXCOUNT];
23 static long my_param_ret[MAXCOUNT];
24 static size_t my_param_len[MAXCOUNT];
25 static size_t my_param_processed[MAXCOUNT];
30 if (my_param_count >= MAXCOUNT) in my_bio_cb_ex()
[all …]

Completed in 8 milliseconds