OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_keep_alive
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
78
static int
opt_keep_alive
= 1;
variable
218
OPT_KEEP_ALIVE
, OPT_MSG_TIMEOUT, OPT_TOTAL_TIMEOUT,
366
{"keep_alive",
OPT_KEEP_ALIVE
, 'N',
571
{&opt_recipient}, {&opt_path}, {(char **)&
opt_keep_alive
},
1929
if (
opt_keep_alive
!= 1)
1931
opt_keep_alive
);
2366
case
OPT_KEEP_ALIVE
:
2367
opt_keep_alive
= opt_int_arg();
2368
if (
opt_keep_alive
> 2) {
/src/crypto/external/apache2/openssl/dist/apps/
cmp.c
79
static int
opt_keep_alive
= 1;
variable
275
OPT_KEEP_ALIVE
,
491
{ "keep_alive",
OPT_KEEP_ALIVE
, 'N',
735
{ &opt_recipient }, { &opt_path }, { (char **)&
opt_keep_alive
},
2321
if (
opt_keep_alive
!= 1)
2323
opt_keep_alive
);
2899
case
OPT_KEEP_ALIVE
:
2900
opt_keep_alive
= opt_int_arg();
2901
if (
opt_keep_alive
> 2) {
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026