Home
last modified time | relevance | path

Searched refs:opt_max_msgs (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c168 static int opt_max_msgs = 0; variable
602 {&opt_port}, {(char **)&opt_max_msgs},
2597 opt_max_msgs = opt_int_arg(); in get_opts()
2691 while (opt_max_msgs <= 0 || msgs < opt_max_msgs) { in cmp_server()
/third_party/openssl/apps/
H A Dcmp.c168 static int opt_max_msgs = 0; variable
602 {&opt_port}, {(char **)&opt_max_msgs},
2596 opt_max_msgs = opt_int_arg(); in get_opts()
2690 while (opt_max_msgs <= 0 || msgs < opt_max_msgs) { in cmp_server()

Completed in 9 milliseconds