Home
last modified time | relevance | path

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

/curl/scripts/
H A Dcdall30 opendir(my $dh, $dir) || die "could not open $dir";
31 my @cd = grep { /\.md\z/ && -f "$dir/$_" } readdir($dh);
32 closedir $dh;
/curl/tests/
H A Dtest1119.pl95 opendir(my $dh, $d) ||
97 my @headers = grep { /.h\z/ } readdir($dh);
98 closedir $dh;
128 opendir(my $dh, $d) ||
130 my @mans = grep { /.3\z/ } readdir($dh);
131 closedir $dh;
H A Dtest1132.pl86 opendir(my $dh, $dir) || die "can't opendir $dir: $!";
87 my @cfiles = grep { /\.c\z/ && -f "$dir/$_" } readdir($dh);
88 closedir $dh;
H A Dtest1477.pl80 opendir(my $dh, $curlh) || die "Can't opendir $curlh: $!";
81 my @hfiles = grep { /\.h$/ } readdir($dh);
82 closedir $dh;
H A Dtest971.pl39 opendir(my $dh, $dir) || die "Can't opendir $dir: $!";
40 my @opts = grep { /[a-z0-9].*\.md$/ && -f "$dir/$_" } readdir($dh);
41 closedir $dh;
H A Dtest1167.pl140 opendir(my $dh, $incdir) || die "Can't opendir $incdir: $!";
141 my @hfiles = grep { /\.h$/ } readdir($dh);
142 closedir $dh;
H A Dtest1165.pl100 opendir(my $dh, $dir) || die "Can't opendir $dir: $!";
101 my @cfiles = grep { /\.[ch]\z/ && -f "$dir/$_" } readdir($dh);
102 closedir $dh;
H A Dtest1222.pl255 opendir(my $dh, $incdir) || die "Can't opendir $incdir";
256 my @hfiles = grep { /\.h$/ } readdir($dh);
257 closedir $dh;
H A Druntests.pl332 open(my $dh, "<", "$TESTDIR/Makefile.inc") or return;
333 while(<$dh>) {
340 close($dh);
353 opendir(my $dh, $dir) ||
355 while($file = readdir($dh)) {
376 closedir $dh;
/curl/lib/vtls/
H A Dopenssl.c591 DH *dh; in Curl_ossl_certchain() local
593 dh = EVP_PKEY_get0_DH(pubkey); in Curl_ossl_certchain()
595 dh = pubkey->pkey.dh; in Curl_ossl_certchain()
610 DH_get0_pqg(dh, &p, &q, &g); in Curl_ossl_certchain()
611 DH_get0_key(dh, &pub_key, NULL); in Curl_ossl_certchain()
613 print_pubkey_BN(dh, p, i); in Curl_ossl_certchain()
614 print_pubkey_BN(dh, q, i); in Curl_ossl_certchain()
615 print_pubkey_BN(dh, g, i); in Curl_ossl_certchain()
617 print_pubkey_BN(dh, p, i); in Curl_ossl_certchain()
618 print_pubkey_BN(dh, g, i); in Curl_ossl_certchain()
[all …]
/curl/
H A D.mailmap20 Patrick Monnerat <patrick@monnerat.net> <patrick.monnerat@dh.com>

Completed in 48 milliseconds