/curl/packages/OS400/ |
H A D | curl.inc.in | 35 d LIBCURL_VERSION... 48 d CURL_SOCKET_BAD... 65 d CURLINFO_STRING... 68 d CURLINFO_DOUBLE... 72 d CURLINFO_SOCKET... 74 d CURLINFO_OFF_T... 80 d CURL_GLOBAL_SSL... 84 d CURL_GLOBAL_ALL... 217 d CURLAUTH_ONLY... 2418 d cainfo... [all …]
|
/curl/scripts/ |
H A D | nroff2cd | 55 my $d = $_; 93 if($d =~ /^\.SH/) { 107 push @desc, $d; 130 elsif($d =~ /^\.IP/) { 153 elsif($d =~ /^\.nf/) { 166 $d =~ s/\\fI/*/g; 168 $d =~ s/\\fB/**/g; 170 $d =~ s/\\&//g; 172 $d =~ s/\\//g; 174 $d =~ s/\(aq/'/g; [all …]
|
H A D | delta | 146 printf "Commits: %d (total %d)\n", 148 printf "Commit authors: %d, %d new (total %d)\n", 150 printf "Contributors: %d, %d new (total %d)\n", 152 printf "New public functions: %d (total %d)\n", 154 printf "New curl_easy_setopt() options: %d (total %d)\n", 156 printf "New command line options: %d (total %d)\n", 158 printf "Changes logged: %d\n", $numchanges; 161 printf "Added files: %d (total %d)\n", 163 printf "Deleted files: %d (delta: %d)\n", $deletes, 167 printf "Lines inserted: %d\n", $insertions; [all …]
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 37 d pi 67 d main pi 141 d out_data_cb pi 10u 0 149 d linelen s 10u 0 173 d numsysval 10u 0 175 d 100 185 d ts z 194 d name 10 195 d type 1 196 d status 1 [all …]
|
/curl/lib/ |
H A D | md5.c | 292 MD5_u32plus a, b, c, d; member 319 #define MD5_STEP(f, a, b, c, d, x, t, s) \ argument 320 (a) += f((b), (c), (d)) + (x) + (t); \ 356 MD5_u32plus a, b, c, d; in my_md5_body() local 363 d = ctx->d; in my_md5_body() 371 saved_d = d; in my_md5_body() 448 d += saved_d; in my_md5_body() 456 ctx->d = d; in my_md5_body() 467 ctx->d = 0x10325476; in my_md5_init() 556 result[12] = curlx_ultouc((ctx->d)&0xff); in my_md5_final() [all …]
|
H A D | md4.c | 267 MD4_u32plus a, b, c, d; member 290 #define MD4_STEP(f, a, b, c, d, x, s) \ argument 291 (a) += f((b), (c), (d)) + (x); \ 326 MD4_u32plus a, b, c, d; in my_md4_body() local 333 d = ctx->d; in my_md4_body() 341 saved_d = d; in my_md4_body() 400 d += saved_d; in my_md4_body() 408 ctx->d = d; in my_md4_body() 418 ctx->d = 0x10325476; in MD4_Init() 503 result[12] = curlx_ultouc((ctx->d)&0xff); in MD4_Final() [all …]
|
/curl/tests/data/ |
H A D | test144 | 39 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 40 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test103 | 41 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 42 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test119 | 41 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 42 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test145 | 41 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 42 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test108 | 39 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 40 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test146 | 37 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 38 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test148 | 36 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 37 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test525 | 44 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 45 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test116 | 46 s/^(PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},)\d{1,3},\d{1,3}/$1/ 47 s/^(EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|)\d{1,5}\|/$1/
|
H A D | test531 | 47 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 48 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test147 | 39 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 40 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test149 | 35 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 36 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test529 | 44 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 45 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test408 | 40 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 41 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test1217 | 40 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 41 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test101 | 46 ^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3} 47 ^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
|
H A D | test212 | 47 s/^(EPRT \|1\|)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|/$1/ 48 s/^(PORT )\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}/$1/
|
/curl/tests/ |
H A D | test1119.pl | 94 my $d = "$root/include/curl"; 95 opendir(my $dh, $d) || 100 scanenum("$d/$h"); 101 scanheader("$d/$h"); 127 my ($d) = @_; 128 opendir(my $dh, $d) || 133 checkmanpage("$d/$m"); 232 printf "%d symbols in headers (out of which %d are ignored)\n", scalar(@syms), 234 printf "%d symbols in headers are interesting\n", 236 …printf "%d symbols are listed in symbols-in-versions\n (out of which %d are listed as removed)\n",… [all …]
|
/curl/tests/certs/ |
H A D | Server-localhost-firstSAN-sv.crt | 21 00:aa:14:6e:3d:82:1c:28:cd:8f:80:af:50:ed:17: 22 97:6d:e6:a8:61:3e:ac:a8:ac:13:ce:99:eb:29:2c: 23 49:73:f9:12:40:35:c4:79:84:0d:9e:b0:28:c4:9f: 24 64:e3:c1:6d:2d:71:11:5d:4b:14:61:20:4b:18:a1: 25 cb:21:6d:9e:78:1b:11:d2:83:1c:89:75:d5:77:3d: 31 2b:12:07:12:0d:59:cc:bb:4d:1a:33:c0:7a:7e:e5: 33 ae:b9:ab:0d:36:ef:0a:d5:6d:07:5b:25:58:20:0d: 60 75:0d:9b:eb:8a:df:ca:a7:7c:9d:9e:6a:eb:30:10:24:12:1b: 61 81:f6:cd:b0:a0:f8:de:10:f1:6e:b8:57:3a:3a:b0:a4:8c:1d: 62 c1:8f:95:22:e3:1f:8b:3a:21:89:e5:96:08:3d:83:33:37:66: [all …]
|