Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 133) sorted by relevance

123456

/curl/tests/libtest/
H A Dlib1912.c38 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 Dlib1918.c32 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 Dlib1911.c38 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, buffer); in test()
89 o->name, result); in test()
H A Dtest613.pl115 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);
/curl/
H A DRELEASE-NOTES22 o cmake: fix brotli lib order [3]
23 o cmake: fix building in unity mode [4]
31 o examples: delete unused includes [10]
32 o examples: fix compiling with MSVC [34]
33 o http: write last header line late [44]
36 o mbedtls: check version for cipher id [12]
37 o mbedtls: send close-notify on close [11]
40 o pytest: add ftp upload tests [16]
48 o tests: use exec when spawning nghttpx [45]
51 o transfer: conn close on paused upload [8]
[all …]
H A DGIT-INFO.md33 o autoconf 2.57 (or later)
34 o automake 1.7 (or later)
35 o libtool 1.4.2 (or later)
36 o GNU m4 (required by autoconf)
37 o perl
/curl/lib/
H A Deasygetopt.c37 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 Doptiontable.pl106 my ($o, $n)=($1, $2);
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 Doutput.md6 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 …]
H A Dparallel.md15 - --parallel $URL -o file1 $URL -o file2
/curl/scripts/
H A Dcd2nroff89 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";
116 push @o, "\n";
117 return @o;
123 my @o;
136 push @o, "\n";
[all …]
H A Drelease-notes.pl61 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 Dcd2cd67 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 Dgnv_link_curl.com399 [.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, -
407 [.src]curl-tool_getpass.o, [.src]curl-tool_help.o, -
411 [.src]curl-tool_msgs.o, [.src]curl-tool_operate.o, -
414 [.src]curl-tool_setopt.o, [.src]curl-tool_sleep.o, -
415 [.src]curl-tool_urlglob.o, [.src]curl-tool_util.o, -
416 [.src]curl-tool_vms.o, [.src]curl-tool_writeenv.o, -
418 [.src]curl-strtoofft.o, [.src]curl-strdup.o, [.src]curl-strcase.o, -
[all …]
/curl/tests/data/
H A Dtest4214 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 Dtest2625 specify more -o than URLs
28 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -o - -o -
H A Dtest39041 …ftp://%HOSTIP:%FTPPORT/%TESTNUMBER0002 --parallel -o %LOGDIR/%TESTNUMBER.a -o %LOGDIR/%TESTNUMBER.…
H A Dtest37135 using more -o than URLs in the command line
38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/dump -o %LOGDIR/dump2 --no-progress-meter
/curl/tests/
H A Dvalgrind.pm43 my @o;
45 @o = <$val>;
47 return @o;
H A Dtest1222.pl156 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);
/curl/tests/server/
H A Dfake_ntlm.c58 size_t i, o = 0; in printable() local
87 if(o > outsize - (HEX_STR_LEN + 1)) { in printable()
99 outbuf[o] = inbuf[i]; in printable()
100 o++; in printable()
103 msnprintf(&outbuf[o], outsize - o, HEX_FMT_STR, inbuf[i]); in printable()
104 o += HEX_STR_LEN; in printable()
108 outbuf[o] = '\0'; in printable()
/curl/src/
H A Dtool_writeout_json.c75 char o = (char)*i; in jsonquoted() local
76 if(lowercase && (o >= 'A' && o <= 'Z')) in jsonquoted()
78 o |= ('a' - 'A'); in jsonquoted()
79 result = curlx_dyn_addn(out, &o, 1); in jsonquoted()
H A Dtool_easysrc.c178 char *o = config->libcurl; in dumpeasysrc() local
182 if(strcmp(o, "-")) { in dumpeasysrc()
183 out = fopen(o, FOPEN_WRITETEXT); in dumpeasysrc()
189 warnf(config, "Failed to open %s to write libcurl code", o); in dumpeasysrc()
/curl/docs/examples/
H A DMakefile.example29 OBJS= ftpget.o
54 ftpget.o : ftpget.c
/curl/tests/unit/
H A Dunit1650.c203 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;

Completed in 51 milliseconds

123456