Home
last modified time | relevance | path

Searched refs:x (Results 201 – 225 of 472) sorted by relevance

12345678910>>...19

/curl/lib/
H A Deasy_lock.h56 #define __has_builtin(x) 0 argument
H A Dcurl_addrinfo.h104 #define Curl_addrinfo_set_port(x,y) argument
H A Dcurl_trc.h181 #define Curl_trc_cf_is_verbose(x,y) (FALSE) argument
182 #define Curl_trc_ft_is_verbose(x,y) (FALSE) argument
H A Dhash.c106 #define FETCH_LIST(x,y,z) &x->table[x->hash_func(y, z, x->slots)] argument
H A Daltsvc.h79 #define Curl_altsvc_cleanup(x) argument
H A Durldata.h244 #define GOOD_EASY_HANDLE(x) \ argument
245 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \
246 (DEBUGASSERT(!(x)), FALSE))
248 #define GOOD_EASY_HANDLE(x) \ argument
249 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))
493 #define CONN_IS_PROXIED(x) 0 argument
495 #define CONN_IS_PROXIED(x) x->bits.proxy argument
/curl/docs/cmdline-opts/
H A Dproxy-basic.md14 - --proxy-basic --proxy-user user:passwd -x proxy $URL
H A Dproxy-http2.md16 - --proxy-http2 -x proxy $URL
H A Dproxy-tlsuser.md14 - --proxy-tlsuser smith -x https://proxy $URL
H A Dproxy-crlfile.md14 - --proxy-crlfile rejects.txt -x https://proxy $URL
H A Dproxy-tlspassword.md14 - --proxy-tlspassword passwd -x https://proxy $URL
H A Dproxy-key-type.md14 - --proxy-key-type DER --proxy-key here -x https://proxy $URL
H A Dproxy-tlsauthtype.md15 - --proxy-tlsauthtype SRP -x https://proxy $URL
/curl/tests/data/
H A Dtest23978 Content-Type: application/x-www-form-urlencoded
87 Content-Type: application/x-www-form-urlencoded
H A Dtest30236 -k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test:%TESTNUMBER/slash/%TESTNUMBER
H A Dtest115418 Long: %repeat[102400 x A]%
H A Dtest103537 http://too-long-IDN-name-cürl-rüleß-la-la-la-dee-da-flooby-nooby.local/page/%TESTNUMBER -x %HOSTIP:…
H A Dtest240525 %repeat[1000 x foobar]%
H A Dtest53024 %repeat[1000 x foobar]%
H A Dtest54448 Content-Type: application/x-www-form-urlencoded
H A Dtest133347 Content-Type: application/x-www-form-urlencoded
H A Dtest51547 Content-Type: application/x-www-form-urlencoded
H A Dtest9332 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -x %HOSTIP:%HTTPPORT
H A Dtest190146 Content-Type: application/x-www-form-urlencoded
/curl/m4/
H A Dcurl-gnutls.m430 if test "x$OPT_GNUTLS" != xno; then
41 if test "x$OPT_GNUTLS" = "xyes"; then
115 if test "x$USE_GNUTLS" = "xyes"; then
123 if test "x$cross_compiling" != "xyes"; then

Completed in 33 milliseconds

12345678910>>...19