Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c78 static int opt_keep_alive = 1; variable
571 {&opt_recipient}, {&opt_path}, {(char **)&opt_keep_alive},
1929 if (opt_keep_alive != 1) in setup_client_ctx()
1931 opt_keep_alive); in setup_client_ctx()
2367 opt_keep_alive = opt_int_arg(); in get_opts()
2368 if (opt_keep_alive > 2) { in get_opts()