Lines Matching refs:MAXCOUNT
16 #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()
205 if (my_param_count >= MAXCOUNT) in my_bio_callback()