Home
last modified time | relevance | path

Searched refs:x (Results 101 – 125 of 472) sorted by relevance

12345678910>>...19

/curl/tests/data/
H A Dtest197267 …00101/us-east-1/s3/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, …
69 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
H A Dtest55277 Content-Type: application/x-www-form-urlencoded
79 %repeat[7000 x test data%00]%POST http://test.remote.example.com/path/%TESTNUMBER HTTP/1.1
85 Content-Type: application/x-www-form-urlencoded
87 %repeat[7000 x test data%00]%
H A Dtest36434 %repeat[200 x banana]%
47 %repeat[200 x banana]%
H A Dtest41036 Long: %repeat[3500 x header content]%
51 Long: %repeat[3500 x header content]%
H A Dtest43174 Content-Type: application/x-www-form-urlencoded
82 Content-Type: application/x-www-form-urlencoded
90 Content-Type: application/x-www-form-urlencoded
H A Dtest43279 Content-Type: application/x-www-form-urlencoded
87 Content-Type: application/x-www-form-urlencoded
95 Content-Type: application/x-www-form-urlencoded
H A Dtest47620 %repeat[1750 x a line of text used for verifying this !%0d%0a]%
33 %repeat[1750 x a line of text used for verifying this !%0a]%
H A Dtest124442 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -x %HOSTIP:%HTTPPORT --next http://%HOSTIP:%HTTPPORT/%TESTNUMB…
H A Dtest43080 Content-Type: application/x-www-form-urlencoded
88 Content-Type: application/x-www-form-urlencoded
96 Content-Type: application/x-www-form-urlencoded
H A Dtest44748 %repeat[100 x hello]%
62 %repeat[99 x hello]%hel
H A Dtest94135 %repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234…
64 %repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234…
/curl/lib/
H A Dhttp2.h71 #define Curl_http2_request_upgrade(x,y) CURLE_UNSUPPORTED_PROTOCOL argument
74 #define Curl_h2_http_1_1_error(x) 0 argument
H A Dtelnet.c69 #define CURL_SB_CLEAR(x) x->subpointer = x->subbuffer argument
72 x->subend = x->subpointer; \
77 if(x->subpointer < (x->subbuffer + sizeof(x->subbuffer))) \
81 #define CURL_SB_GET(x) ((*x->subpointer++)&0xff) argument
82 #define CURL_SB_LEN(x) (x->subend - x->subpointer) argument
876 unsigned long x = strtoul(arg, &p, 10); in check_telnet_options() local
878 if(x && (x <= 0xffff) && Curl_raw_tolower(*p) == 'x') { in check_telnet_options()
882 tn->subopt_wsx = (unsigned short)x; in check_telnet_options()
1018 unsigned short x, y; in sendsuboption() local
1032 x = htons(tn->subopt_wsx); in sendsuboption()
[all …]
H A Drand.c152 #define _random(x,y,z) Curl_ssl_random(x,y,z) argument
154 #define _random(x,y,z) weak_random(x,y,z) argument
H A Dllist.c41 #define VERIFYNODE(x) verifynode(x) argument
48 #define VERIFYNODE(x) x argument
H A Dmd5.c307 #define MD5_F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
308 #define MD5_G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
309 #define MD5_H(x, y, z) (((x) ^ (y)) ^ (z)) argument
310 #define MD5_H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
311 #define MD5_I(x, y, z) ((y) ^ ((x) | ~(z))) argument
316 #define MD5_STEP(f, a, b, c, d, x, t, s) \ argument
317 (a) += f((b), (c), (d)) + (x) + (t); \
/curl/m4/
H A Dcurl-schannel.m427 if test "x$OPT_SCHANNEL" != xno; then
29 if test "x$OPT_SCHANNEL" != "xno" &&
30 test "x$curl_cv_native_windows" = "xyes"; then
H A Dcurl-sectransp.m427 if test "x$OPT_SECURETRANSPORT" != xno; then
28 if test "x$OPT_SECURETRANSPORT" != "xno" &&
29 …(test "x$cross_compiling" != "xno" || test -d "/System/Library/Frameworks/Security.framework"); th…
H A Dcurl-mbedtls.m430 if test "x$OPT_MBEDTLS" != xno; then
61 if test "x$USE_MBEDTLS" != "xyes"; then
87 if test "x$USE_MBEDTLS" = "xyes"; then
98 if test "x$cross_compiling" != "xyes"; then
H A Dcurl-bearssl.m430 if test "x$OPT_BEARSSL" != xno; then
61 if test "x$USE_BEARSSL" != "xyes"; then
87 if test "x$USE_BEARSSL" = "xyes"; then
98 if test "x$cross_compiling" != "xyes"; then
/curl/lib/vquic/
H A Dcurl_quiche.c375 struct cb_ctx *x = argp; in cb_each_header() local
384 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRIu64 "] status: %.*s", in cb_each_header()
386 result = write_resp_raw(x->cf, x->data, "HTTP/3 ", sizeof("HTTP/3 ") - 1); in cb_each_header()
388 result = write_resp_raw(x->cf, x->data, value, value_len); in cb_each_header()
390 result = write_resp_raw(x->cf, x->data, " \r\n", 3); in cb_each_header()
393 CURL_TRC_CF(x->data, x->cf, "[%" FMT_PRIu64 "] header: %.*s: %.*s", in cb_each_header()
396 result = write_resp_raw(x->cf, x->data, name, name_len); in cb_each_header()
398 result = write_resp_raw(x->cf, x->data, ": ", 2); in cb_each_header()
400 result = write_resp_raw(x->cf, x->data, value, value_len); in cb_each_header()
402 result = write_resp_raw(x->cf, x->data, "\r\n", 2); in cb_each_header()
[all …]
/curl/
H A Dacinclude.m41228 if test "x$want_ca" != "xno" -a "x$want_ca" != "xunset" -a \
1229 "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
1233 elif test "x$want_ca" != "xno" -a "x$want_ca" != "xunset"; then
1237 elif test "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
1302 if test "x$capath" = "xno"; then
1306 if test "x$ca" != "xno"; then
1317 if test "x$ca" = "xno" && test "x$capath" = "xno"; then
1326 if test "x$with_ca_fallback" != "xyes" -a "x$with_ca_fallback" != "xno"; then
1333 if test "x$OPENSSL_ENABLED" != "x1" -a "x$GNUTLS_ENABLED" != "x1"; then
1362 if test "x$want_ca_embed" != "xno" -a "x$want_ca_embed" != "xunset" -a -f "$want_ca_embed"; then
[all …]
/curl/src/
H A Dtool_binmode.h34 #define set_binmode(x) Curl_nop_stmt argument
/curl/docs/cmdline-opts/
H A Dproxy-header.md14 - --proxy-header "X-First-Name: Joe" -x http://proxy $URL
15 - --proxy-header "User-Agent: surprise" -x http://proxy $URL
16 - --proxy-header "Host:" -x http://proxy $URL

Completed in 35 milliseconds

12345678910>>...19