Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 85) sorted by relevance

1234

/curl/scripts/
H A Dciconfig.pl164 for my $w (sort keys %used) {
165 printf " %s: %d %d%s\n", $w, $with{$w}, $without{$w},
170 for my $w (sort keys %avail) {
171 if(!$used{$w}) {
172 printf " %s%s\n", $w,
178 for my $w (sort keys %avail) {
179 if(!$with{$w} && !$defaulton{$w}) {
180 printf " %s\n", $w;
186 for my $w (sort keys %with) {
187 if(!$avail{$w}) {
[all …]
H A Dchecksrc.pl155 my $w=$error?"error":"warning";
179 if($w) {
188 if($w) {
196 print "$file:$num:$col: $w: $msg ($name)\n";
254 for my $w (sort @allw) {
255 if($warnings{$w}) {
256 printf (" %-18s: %s\n", $w, $warnings{$w});
259 printf (" %-18s: %s[*]\n", $w, $warnings_extended{$w});
/curl/.github/scripts/
H A Dbadwords.pl11 my $w;
19 push @w, $bad;
44 foreach my $w (@w) {
45 my $case = $exactcase{$w};
46 if(($in =~ /^(.*)$w/i && !$case) ||
47 ($in =~ /^(.*)$w/ && $case) ) {
50 print STDERR "$f:$l:$c: error: found bad word \"$w\"\n";
53 "~" x (length($w)-1);
54 printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
/curl/docs/examples/
H A Dversion-check.pl99 for my $w (@recent) {
100 if($doc{$w} eq $newver) {
101 printf " $w\n";
H A Devhiperfifo.c117 static void timer_cb(EV_P_ struct ev_timer *w, int revents);
202 static void event_cb(EV_P_ struct ev_io *w, int revents) in event_cb() argument
204 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in event_cb()
205 GlobalInfo *g = (GlobalInfo*) w->data; in event_cb()
210 rc = curl_multi_socket_action(g->multi, w->fd, action, &g->still_running); in event_cb()
220 static void timer_cb(EV_P_ struct ev_timer *w, int revents) in timer_cb() argument
222 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in timer_cb()
224 GlobalInfo *g = (GlobalInfo *)w->data; in timer_cb()
372 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb() argument
377 GlobalInfo *g = (GlobalInfo *)w->data; in fifo_cb()
/curl/tests/data/
H A Dtest46836 set -w in config, then reset -w to blank on cmdline
39 -w "output\n"
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd%TESTNUMBER -w ""
H A Dtest9906 -w
36 use -w %output{}
39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{%LOGDIR/output}%{http_code}\n'
H A Dtest9916 -w
36 use -w %output{} append
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{>>%LOGDIR/output}%{http_code}'
H A Dtest122330 HTTP GET -w remote_ip and -w remote_port
33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w 'IP %{remote_ip} and PORT %{remote_port}\n'
H A Dtest16706 -w
40 -w individual header output
43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%header{etag} %header{nope} %header{DATE}\n' -o %LOGDIR/%T…
H A Dtest4234 -w
34 -w with url.* variables
37 …f" "local host" "http://u22u:p22p@%HOSTIP:%HTTPPORT/%TESTNUMBER?qqqq#ffff" -w '%{url.host}+%{url.p…
H A Dtest205134w "%{num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER…
H A Dtest16716 -w
43 -w header JSON output
46 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%{header_json}\n' -o %LOGDIR/%TESTNUMBER.out
H A Dtest19229 HTTP GET -w num_connects with one simple connect
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n"
H A Dtest4244 -w
51 -w with urle.* variables
54 …f" "local host" "http://u22u:p22p@%HOSTIP:%HTTPPORT/%TESTNUMBER?qqqq#ffff" -w '%{urle.host}+%{urle…
H A Dtest97835 verify that --stderr works for -w's stderr as well
38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --stderr %LOGDIR/redir --silent -w '%{stderr}nonsense\n'
H A Dtest24038 -w
46 -k --http2 -w '%{header_json}\n' "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER"
H A Dtest301550 HTTP GET -w num_headers with redirected fetch (2 connects)
53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_headers}\n" -L -o/dev/null
H A Dtest25037 -w
45 -w '%{header_json}\n' --http3-only --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --resolve localhost:%…
H A Dtest123934 HTTP with -z + -w response_code and simulated 304
37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "-dec 12 12:00:00 1999 GMT" -w '%{response_code}'
/curl/tests/libtest/
H A Dlib678.c106 CURLcode w = CURLE_OK; in test() local
110 w = curl_easy_setopt(e, CURLOPT_CAINFO_BLOB, &blob); in test()
111 if(w) in test()
115 res = w; in test()
H A Dmk-lib1521.pl237 my $w=" ";
238 my $pref = "${w}res = curl_easy_setopt(curl, $name,";
239 my $i = ' ' x (length($w) + 23);
/curl/
H A DDockerfile13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -…
15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
/curl/lib/
H A Dif2ip.c72 unsigned short w = (unsigned short) ((b[0] << 8) | b[1]); in Curl_ipv6_scope() local
76 switch(w & 0xFFC0) { in Curl_ipv6_scope()
82 w = b[1] | b[2] | b[3] | b[4] | b[5] | b[6] | b[7] | b[8] | b[9] | in Curl_ipv6_scope()
84 if(w || b[15] != 0x01) in Curl_ipv6_scope()
/curl/tests/
H A Dtest1139.pl75 my $w = $1;
77 $w =~ s/\\-/-/g;
78 push @m, $w;

Completed in 60 milliseconds

1234