Lines Matching refs:configdll
486 my %configdll;
1715 $configdll{"OPENSSL_DLL"} = "$openssl_dll";
1728 my $dll = $configdll{"OPENSSL_DLL"};
2355 $configdll{"GSSAPI_DLL"} = "$gssapi_dll";
2358 $configdll{"KRB5_DLL"} = "$krb5_dll";
2361 $configdll{"COMERR_DLL"} = "$comerr_dll";
2364 $configdll{"K5SPRT_DLL"} = "$k5sprt_dll";
2367 $configdll{"WSHELP_DLL"} = "$wshelp_dll";
2404 $configdll{"GEOIP_DLL"} = "$geoip_dll";
2549 $configdll{"IDN_DLL"} = "$idn_dll";
2552 $configdll{"ICONV_DLL"} = "$iconv_dll";
2555 $configdll{"ICONV_DLL"} = "$iconv_dll";
2626 $configdll{"LIBXML2_DLL"} = "$libxml2_dll";
2655 $configdll{"ZLIB_DLL"} = "$zlib_dll";
3020 if (defined($configdll{$1})) {
3021 $val = kw($configdll{$1});
3140 if (defined($configdll{$1})) {
3141 $val = kw($configdll{$1});
3379 ($v, $d, $name) =File::Spec->splitpath($configdll{"OPENSSL_DLL"});
3537 if (defined($configdll{$name})) {
3538 print "\t\t$configdll{$name}\n";