/curl/tests/libtest/ |
H A D | lib1912.c | 38 const struct curl_easyoption *o; in test() local 40 o; in test() 41 o = curl_easy_option_next(o)) { in test() 45 (o->type == CURLOT_LONG || o->type == CURLOT_VALUES)) { in test() 49 if(curlcheck_off_t_option(o->id) != (o->type == CURLOT_OFF_T)) { in test() 53 if(curlcheck_string_option(o->id) != (o->type == CURLOT_STRING)) { in test() 57 if(curlcheck_slist_option(o->id) != (o->type == CURLOT_SLIST)) { in test() 61 if(curlcheck_cb_data_option(o->id) != (o->type == CURLOT_CBPTR)) { in test() 66 if(curlcheck_write_cb_option(o->id) && (o->type != CURLOT_FUNCTION)) { in test() 70 if(curlcheck_conv_cb_option(o->id) && (o->type != CURLOT_FUNCTION)) { in test() [all …]
|
H A D | lib1918.c | 32 const struct curl_easyoption *o; in test() local 37 for(o = curl_easy_option_next(NULL); in test() 38 o; in test() 39 o = curl_easy_option_next(o)) { in test() 41 curl_easy_option_by_name(o->name); in test() 43 curl_easy_option_by_id(o->id); in test() 45 if(ename->id != o->id) { in test() 47 ename->id, o->id); in test() 49 else if(eid->id != o->id) { in test() 51 ename->id, o->id); in test()
|
H A D | lib1911.c | 38 const struct curl_easyoption *o; in test() local 56 for(o = curl_easy_option_next(NULL); in test() 57 o; in test() 58 o = curl_easy_option_next(o)) { in test() 59 if(o->type == CURLOT_STRING) { in test() 65 switch(o->id) { in test() 79 result = curl_easy_setopt(easy, o->id, testbuf); in test() 89 o->name, result); in test()
|
H A D | test613.pl | 115 my ($u, $g, $o) = ($2, $3, $4); 119 if($o eq "**") { 120 $o = $u; 124 … my $line = sprintf("%s%s?%s?%s?%5d U U %15d %s %s\n", $1,$u,$g,$o,$5,$6,$7,$8);
|
H A D | mk-lib1521.pl | 86 for my $o (@bad_function_argument) { 88 if(!strcmp("$o", name)) 103 for my $o (@unsupported_protocol) { 105 if(!strcmp("$o", name)) 119 for my $o (@ssl_engine_notfound) { 121 if(!strcmp("$o", name)) 144 for my $o (@unsupported_protocol_num) { 146 if(!strcmp("$o", name)) 158 for my $o (@not_built_in_num) { 160 if(!strcmp("$o", name))
|
/curl/ |
H A D | RELEASE-NOTES | 19 o cmake: typo in comment 22 o cmdline/ech.md: formatting cleanups [13] 25 o configure: replace `$#` shell syntax [25] 28 o curl.h: mark two error codes as obsolete [19] 30 o curl: rename struct var to fix AIX build [24] 32 o duphandle: also init netrc [3] 42 o nghttp2: use custom memory functions [1] 43 o os400: Fix IBMi builds [33] 46 o socket: handle binding to "host!<ip>" [16] 47 o socketpair: fix enabling `USE_EVENTFD` [30] [all …]
|
/curl/lib/ |
H A D | easygetopt.c | 37 struct curl_easyoption *o = &Curl_easyopts[0]; in lookup() local 40 if(strcasecompare(o->name, name)) in lookup() 41 return o; in lookup() 44 if((o->id == id) && !(o->flags & CURLOT_FLAG_ALIAS)) in lookup() 46 return o; in lookup() 48 o++; in lookup() 49 } while(o->name); in lookup()
|
H A D | optiontable.pl | 106 my ($o, $n)=($1, $2); 108 if(($n !~ /OBSOLETE/) && ($o !~ /OBSOLETE/)) { 109 $o =~ s/^CURLOPT_//; 111 $alias{$o} = $n; 112 push @names, $o, 126 $o = sprintf(" {\"%s\", %s, %s, %s},\n", 128 if(length($o) < 80) { 129 print $o;
|
/curl/docs/cmdline-opts/ |
H A D | output.md | 6 Short: o 16 - -o file $URL 17 - "http://{one,two}.example.com" -o "file_#1.txt" 18 - "http://{site,host}.host[1-5].example" -o "#1_#2" 19 - -o file $URL -o file2 https://example.net 29 curl "http://{one,two}.example.com" -o "file_#1.txt" 39 curl -o aa example.com -o bb example.net 45 curl example.com example.net -o aa -o bb 53 curl example.com -o /dev/null 57 curl example.com -o nul [all …]
|
/curl/scripts/ |
H A D | cd2nroff | 89 my @o; 90 push @o, ".SH SEE ALSO\n"; 95 push @o, "\n"; 96 return @o; 102 my @o; 103 push @o, ".SH PROTOCOLS\n"; 126 push @o, "\n"; 127 return @o; 133 my @o; 146 push @o, "\n"; [all …]
|
H A D | release-notes.pl | 61 my @o; # the entire new RELEASE-NOTES 185 push @o, $l; 186 push @o, "\n"; 188 push @o, sprintf " o %s%s\n", $f, 192 push @o, " --- new entries are listed above this ---"; 207 push @o, $b; 217 push @o, $l; 226 push @o, sprintf " [%d] = %s\n", $n, $r; 231 for my $l (@o) {
|
H A D | cd2cd | 67 my @o; 68 push @o, ".SH SEE ALSO\n"; 70 push @o, sprintf "%s.BR $s", $comma ? ",\n": ""; 73 push @o, "\n"; 74 return @o;
|
/curl/packages/vms/ |
H A D | gnv_link_curl.com | 399 [.src]curl-tool_main.o, [.src]curl-tool_binmode.o, - 400 [.src]curl-tool_bname.o, [.src]curl-tool_cb_dbg.o, - 401 [.src]curl-tool_cb_hdr.o, [.src]curl-tool_cb_prg.o, - 402 [.src]curl-tool_cb_rea.o, [.src]curl-tool_cb_see.o, - 408 [.src]curl-tool_getpass.o, [.src]curl-tool_help.o, - 412 [.src]curl-tool_msgs.o, [.src]curl-tool_operate.o, - 415 [.src]curl-tool_setopt.o, [.src]curl-tool_sleep.o, - 416 [.src]curl-tool_urlglob.o, [.src]curl-tool_util.o, - 417 [.src]curl-tool_vms.o, [.src]curl-tool_writeenv.o, - 419 [.src]curl-strtoofft.o, [.src]curl-strdup.o, [.src]curl-strcase.o, - [all …]
|
/curl/tests/data/ |
H A D | test42 | 14 Location: ../m o o.html/%TESTNUMBER0002 30 Location: ../m o o.html/%TESTNUMBER0002 32 Location: ../m o o.html/%TESTNUMBER0002 69 GET /we/are/all/m%20o%20o.html/%TESTNUMBER0002 HTTP/1.1
|
H A D | test26 | 25 specify more -o than URLs 28 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -o - -o -
|
H A D | test390 | 41 …ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o %LOGDIR/%TESTNUMBER.a -o %LOGDIR/%TESTNUMBER.…
|
H A D | test371 | 35 using more -o than URLs in the command line 38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/dump -o %LOGDIR/dump2 --no-progress-meter
|
H A D | test1182 | 19 %SRCDIR/runtests.pl -o TESTDIR=%LOGDIR/data -o LOGDIR=%LOGDIR/log -E %LOGDIR/test%TESTNUMBER-exclud…
|
/curl/tests/ |
H A D | valgrind.pm | 43 my @o; 46 @o = <$val>; 48 return @o;
|
H A D | test1222.pl | 156 my $o = $opt; 166 if($o) { 167 $funcman{$o} = "X"; 170 $funcman{$o} = $1 || "?"; 299 my $o = exists($optman{$sym})? $optman{$sym}: " "; 305 "$f$o$h" =~ /[X ]{3}/ && next; 308 foreach my $k ($s, $f, $o, $h) { 323 printf("%-38s %-11s %-9s %-9s %s\n", $sym, $s, $f, $o, $h);
|
H A D | test1707.pl | 123 my $o = substr($curlout[$i], $c, 1); 125 if($o ne $t) { 126 print "-h col %d: %02x\n", $c, ord($o);
|
/curl/src/ |
H A D | tool_writeout_json.c | 72 char o = (char)*i; in jsonquoted() local 73 if(lowercase && (o >= 'A' && o <= 'Z')) in jsonquoted() 75 o |= ('a' - 'A'); in jsonquoted() 76 result = curlx_dyn_addn(out, &o, 1); in jsonquoted()
|
H A D | tool_easysrc.c | 176 char *o = config->libcurl; in dumpeasysrc() local 180 if(strcmp(o, "-")) { in dumpeasysrc() 181 out = fopen(o, FOPEN_WRITETEXT); in dumpeasysrc() 187 warnf(config, "Failed to open %s to write libcurl code", o); in dumpeasysrc()
|
/curl/docs/examples/ |
H A D | Makefile.example | 29 OBJS= ftpget.o 54 ftpget.o : ftpget.c
|
/curl/tests/unit/ |
H A D | unit1650.c | 203 size_t o; variable 209 o = strlen(ptr); 210 len -= o; 211 ptr += o; 229 size_t o; variable 231 o = strlen(ptr); 232 len -= o; 233 ptr += o;
|