Home
last modified time | relevance | path

Searched refs:w (Results 26 – 50 of 84) sorted by relevance

1234

/curl/tests/data/
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 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}'
H A Dtest19341 HTTP GET -w num_connects with redirected fetch (2 connects)
44 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n" -L
H A Dtest205235 …P -w "%{num_connects}\n" --next --resolve -www.example.com:%HTTPPORT --connect-to ::%HOSTIP:%HTTPP…
H A Dtest43526 verify -w local/remote port+ip after connection reuse
29 http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w 'local port == %{local…
H A Dtest145423 --connect-to with IPv6 address w/o IPv6 support!
H A Dtest19625 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --retry 1 -w '%{num_retries}\n'
H A Dtest5729 -w "%{content_type}\n" http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/out%TESTNUMBER
H A Dtest127130 http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w @%LOGDIR/blank%TESTNUMBER
H A Dtest41738 --insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER -w '%{certs}'
H A Dtest127837 …PORT/%TESTNUMBER --no-progress-meter -o %LOGDIR/out%TESTNUMBER --no-remote-name -w '%{stderr}yes\n'
H A Dtest116436 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%{size_download}\n' --http0.9
H A Dtest168136 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/exist%TESTNUMBER --no-clobber -w '%{filename_effect…
H A Dtest118829 -f -s -w '%{onerror}%{stderr}%{urlnum} says %{exitcode} %{errormsg}\n' http://%HOSTIP:%HTTPPORT/we/…
H A Dtest21735 …TPPORT/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT --proxytunnel -w "%{http_code} %{http…
H A Dtest115933 http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url}\n'
H A Dtest44941 Environment variables in config file w/o [expand]
H A Dtest126133 http://%HOSTIP:%HTTPPORT/we/want/our/%TESTNUMBER -w '%{redirect_url}\n' --location --max-redirs 0
H A Dtest49344 -x http://%HOSTIP:%HTTPPORT http://this.hsts.example/%TESTNUMBER --hsts %LOGDIR/input%TESTNUMBER -w
/curl/tests/certs/
H A DServer-localhost-firstSAN-sv.pub.pem7 SdfySnhS0sX8TxFj8U53rgqHZUVJtqwhG8iUwQznE+a+8/+ivWhMxjQEK/z/w+gj
/curl/lib/
H A Dmprintf.c689 char *w; in formatf() local
791 w = workend; in formatf()
795 *w-- = (char)('0' + (num % 10)); in formatf()
801 *w-- = digits[num % base]; in formatf()
806 width -= (int)(workend - w); in formatf()
807 prec -= (int)(workend - w); in formatf()
810 *w-- = '0'; in formatf()
816 while(prec-- > 0 && w >= work) in formatf()
817 *w-- = '0'; in formatf()
850 while(++w <= workend) { in formatf()
[all …]
H A Dcurl_sha512_256.c596 #define Wgen(w,t) \ in MHDx_sha512_256_transform() argument
597 (curl_uint64_t)( (w)[(t - 16) & 15] + sig1((w)[((t) - 2) & 15]) \ in MHDx_sha512_256_transform()
598 + (w)[((t) - 7) & 15] + sig0((w)[((t) - 15) & 15]) ) in MHDx_sha512_256_transform()
H A Dcookie.h125 #define Curl_cookie_init(x,y,z,w) NULL argument
H A Dsendf.c418 struct Curl_cwriter *w; in Curl_cwriter_count() local
421 for(w = data->req.writer_stack; w; w = w->next) { in Curl_cwriter_count()
422 if(w->phase == phase) in Curl_cwriter_count()
507 struct Curl_cwriter *w = (*anchor); in Curl_cwriter_remove_by_name() local
508 *anchor = w->next; in Curl_cwriter_remove_by_name()
509 Curl_cwriter_free(data, w); in Curl_cwriter_remove_by_name()
/curl/packages/vms/
H A Dstage_curl_install.com113 $ copy [--.src]curl.exe 'new_gnu'[usr.bin]gnv$curl.exe/prot=w:re
114 $ copy [--]curl-config. 'new_gnu'[usr.bin]curl-config./prot=w:re
115 $ copy sys$disk:[]gnv$libcurl.exe 'new_gnu'[usr.lib]gnv$libcurl.exe/prot=w:re

Completed in 44 milliseconds

1234