OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withargs
(Results
1 - 13
of
13
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/Configurations/
00-base-templates.conf
62
push @incs, $
withargs
{jitter_include}
63
if !$disabled{jitter} && $
withargs
{jitter_include};
64
push @incs, $
withargs
{brotli_include}
65
if !$disabled{brotli} && $
withargs
{brotli_include};
66
push @incs, $
withargs
{zlib_include}
67
if !$disabled{zlib} && $
withargs
{zlib_include};
68
push @incs, $
withargs
{zstd_include}
69
if !$disabled{zstd} && $
withargs
{zstd_include};
101
push(@libs, "-L".$
withargs
{jitter_lib}) if $
withargs
{jitter_lib}
[
all
...]
10-main.conf
154
$vms_info->{zlib} = $
withargs
{zlib_lib} || "$default_zlib/SHARE";
156
$vms_info->{def_zlib} = $
withargs
{zlib_lib} || $default_zlib;
/src/crypto/external/bsd/openssl/dist/Configurations/
00-base-templates.conf
58
push @incs, $
withargs
{zlib_include}
59
if !$disabled{zlib} && $
withargs
{zlib_include};
72
sub { $
withargs
{zlib_lib} ? "-L".$
withargs
{zlib_lib} : () },
96
my $zlib = $
withargs
{zlib_lib} // "ZLIB1";
105
return $
withargs
{zlib_lib} // "ZLIB1";
132
if !$disabled{zlib} && !$
withargs
{zlib_include};
10-main.conf
154
$vms_info->{zlib} = $
withargs
{zlib_lib} || "$default_zlib/SHARE";
156
$vms_info->{def_zlib} = $
withargs
{zlib_lib} || $default_zlib;
/src/crypto/external/bsd/openssl.old/dist/Configurations/
00-base-templates.conf
81
push @incs, $
withargs
{zlib_include}
82
if !$disabled{zlib} && $
withargs
{zlib_include};
95
sub { $
withargs
{zlib_lib} ? "-L".$
withargs
{zlib_lib} : () },
119
my $zlib = $
withargs
{zlib_lib} // "ZLIB1";
128
return $
withargs
{zlib_lib} // "ZLIB1";
163
if !$disabled{zlib} && !$
withargs
{zlib_include};
10-main.conf
149
$vms_info->{zlib} = $
withargs
{zlib_lib} || "$default_zlib/SHARE";
151
$vms_info->{def_zlib} = $
withargs
{zlib_lib} || $default_zlib;
/src/crypto/external/apache2/openssl/dist/util/
dofile.pl
88
withargs
=> \%
withargs
,
/src/crypto/external/bsd/openssl/dist/util/
dofile.pl
88
withargs
=> \%
withargs
,
/src/crypto/external/apache2/openssl/dist/
configdata.pm.in
52
%config %target %disabled %
withargs
%unified_info
61
our %
withargs
= ({- dump_data(\%
withargs
, indent => 0); -});
106
withargs
=> \%
withargs
,
428
%
withargs
All data given through --with-THING options.
Configure
251
our %
withargs
= ();
1051
$
withargs
{jitter_include}=$1;
1055
$
withargs
{jitter_lib}=$1;
1059
$
withargs
{zlib_lib}=$1;
1063
$
withargs
{zlib_include}=$1;
1067
$
withargs
{brotli_lib}=$1;
1071
$
withargs
{brotli_include}=$1;
1075
$
withargs
{zstd_lib}=$1;
1079
$
withargs
{zstd_include}=$1;
1083
$
withargs
{fuzzer_lib}=$1
[
all
...]
/src/crypto/external/bsd/openssl/dist/
configdata.pm.in
52
%config %target %disabled %
withargs
%unified_info
61
our %
withargs
= ({- dump_data(\%
withargs
, indent => 0); -});
106
withargs
=> \%
withargs
,
428
%
withargs
All data given through --with-THING options.
Configure
234
our %
withargs
= ();
954
$
withargs
{zlib_lib}=$1;
958
$
withargs
{zlib_include}=$1;
962
$
withargs
{fuzzer_lib}=$1;
966
$
withargs
{fuzzer_include}=$1;
2087
withargs
=> \%
withargs
,
2819
withargs
=> \%
withargs
,
/src/crypto/external/bsd/openssl.old/dist/
Configure
194
our %
withargs
= ();
824
$
withargs
{zlib_lib}=$1;
828
$
withargs
{zlib_include}=$1;
832
$
withargs
{fuzzer_lib}=$1;
836
$
withargs
{fuzzer_include}=$1;
1820
withargs
=> \%
withargs
,
2396
our \@EXPORT = qw(\%config \%target \%disabled \%
withargs
\%unified_info \@disablables);
2466
print OUT "our %
withargs
= (\n";
2467
foreach (sort keys %
withargs
) {
[
all
...]
Completed in 35 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026