Home
last modified time | relevance | path

Searched refs:x (Results 76 – 100 of 465) sorted by relevance

12345678910>>...19

/curl/lib/
H A Dcurl_setup.h584 # define select(n,r,w,x,t) select_s(n,r,w,x,t) argument
585 # define ioctl(x,y,z) ioctlsocket(x,y,(char *)(z)) argument
835 #define CURLMAX(x,y) ((x)>(y)?(x):(y)) argument
836 #define CURLMIN(x,y) ((x)<(y)?(x):(y)) argument
841 #define STRCONST(x) x,sizeof(x)-1 argument
H A Didn.h36 #define Curl_free_idnconverted_hostname(x) argument
37 #define Curl_idn_decode(x) NULL argument
H A Durl.h61 #define Curl_verboseconnect(x,y,z) Curl_nop_stmt argument
70 #define Curl_data_priority_clear_state(x) argument
78 #define Curl_data_priority_add_child(x, y, z) CURLE_NOT_BUILT_IN argument
H A Dcurl_ntlm_core.c84 # define DESKEY(x) x argument
85 # define DESKEYARG(x) x argument
88 # define DESKEYARG(x) *x argument
89 # define DESKEY(x) &x argument
91 # define DESKEYARG(x) *x argument
92 # define DESKEY(x) &x argument
H A Dtransfer.h27 #define Curl_headersep(x) ((((x)==':') || ((x)==';'))) argument
H A Dws.h86 #define Curl_ws_request(x,y) CURLE_OK argument
87 #define Curl_ws_free(x) Curl_nop_stmt argument
/curl/tests/data/
H A Dtest153351 Content-Type: application/x-www-form-urlencoded
57 Content-Type: application/x-www-form-urlencoded
63 Content-Type: application/x-www-form-urlencoded
69 Content-Type: application/x-www-form-urlencoded
H A Dtest17334 …TESTNUMBER -F field1=contents1 -F "fileupload=@-;filename=/dev/null;type=text/x-null;format=x-curl"
68 Content-Type: text/x-null;format=x-curl
H A Dtest42128 x-request-id: 375b343b3d2ecf9b442c0daf00fc4a9a
30 x-content-type-options: nosniff
31 x-xss-protection: 1; mode=block
77 "x-request-id":["375b343b3d2ecf9b442c0daf00fc4a9a"],
79 "x-content-type-options":["nosniff"],
80 "x-xss-protection":["1; mode=block"],
H A Dtest39018 %repeat[1000 x hellohttp!]%
22 %repeat[1000 x hello ftp!]%
31 %repeat[1000 x hellofile!]%
H A Dtest117831 # 400 x 'A' : 600 x 'B' ...
33 http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x http://%HOSTIP:%HTTPPORT -U AAAAAAAAAAAAA…
H A Dtest5637 -A "%repeat[99999 x a]%"
50 User-Agent: %repeat[99999 x a]%
53 Content-Type: application/x-www-form-urlencoded
H A Dtest113044 # 100 x 'x'
85 Content-Type: application/x-www-form-urlencoded
93 Content-Type: application/x-www-form-urlencoded
H A Dtest197467 …ntial=xxx/19700101/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, …
69 x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
H A Dtest197539 HTTP AWS_SIGV4 for AWS S3: UPLOAD with given x-amz-content-sha256
60 …00101/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, …
H A Dtest197160 …00101/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, …
62 x-amz-content-sha256: UNSIGNED-PAYLOAD
H A Dtest197367 …00101/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, …
69 x-amz-content-sha256: 4b02e333ccf7cf530ddee3e10ebe54e935500b5e570e68650d63d743e8bbc045
/curl/
H A Dconfigure.ac346 if test "x$APXS" = "x"; then
352 if test "x$HTTPD" = "x"; then
357 if test "x$HTTPD" = "x" -o "x$APACHECTL" = "x"; then
361 if test "x$APXS" = "x"; then
393 if test "x$TEST_NGHTTPX" != "x" -a "x$TEST_NGHTTPX" != "xnghttpx"; then
402 if test "x$TEST_CADDY" != "x"; then
2035 x)
2800 elif test x"$want_nghttp2_path" != x; then
2991 if test "x$NGTCP2_ENABLED" = "x1" -a "x$OPENSSL_ENABLED" = "x1" -a "x$OPENSSL_IS_BORINGSSL" = "x1";…
3951 if test x"$COMPILER_VERSION" = "x"; then
[all …]
/curl/src/
H A Dtool_setup.h53 # define main(x,y) curl_main(x,y) argument
H A Dtool_doswin.c510 int x = (curl_strnequal(p, "CON", 3) || in rename_if_reserved_dos_device_name() local
518 if(!x) in rename_if_reserved_dos_device_name()
524 for(; p[x] == ' '; ++x) in rename_if_reserved_dos_device_name()
527 if(p[x] == '.') { in rename_if_reserved_dos_device_name()
528 p[x] = '_'; in rename_if_reserved_dos_device_name()
531 else if(p[x] == ':') { in rename_if_reserved_dos_device_name()
533 p[x] = '_'; in rename_if_reserved_dos_device_name()
536 ++x; in rename_if_reserved_dos_device_name()
538 else if(p[x]) /* no match */ in rename_if_reserved_dos_device_name()
/curl/tests/unit/
H A Dunit1303.c56 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y argument
58 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y argument
/curl/docs/cmdline-opts/
H A Dproxy-tlsv1.md12 - --proxy-tlsv1 -x https://proxy $URL
17 Use at least TLS version 1.x when negotiating with an HTTPS proxy. That means
/curl/CMake/
H A DCurlTests.c422 #define enquote(x) #x argument
423 #define expand(x) enquote(x) argument
/curl/tests/http/testenv/
H A Dcurl.py252 for idx, x in enumerate(self.stats):
253 if 'exitcode' in x:
269 assert 'http_code' in x, \
310 for idx, x in enumerate(self.stats):
311 assert 'http_code' in x, \
317 for idx, x in enumerate(self.stats):
318 if 'exitcode' in x:
331 def dump_stat(self, x): argument
334 json.JSONEncoder(indent=2).encode(x),
336 if 'xfer_id' in x:
[all …]
/curl/m4/
H A Dxc-lt-iface.m452 case "x$enable_shared" in @%:@ (
57 case "x$enable_static" in @%:@ (
62 if test "x$xc_lt_want_enable_shared" = 'xno' &&
74 if test "x$xc_lt_want_enable_shared" = 'xyes' &&
103 case "x$with_pic" in @%:@ ((
190 case "x$enable_shared" in @%:@ ((
203 case "x$enable_static" in @%:@ ((
232 if test "x$version_type" = 'xnone'; then
262 if test "x$allow_undefined" = 'xno'; then
296 if test "x$GCC" = 'xyes'; then
[all …]

Completed in 83 milliseconds

12345678910>>...19