Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 22 of 22) sorted by relevance

/curl/docs/cmdline-opts/
H A Dform-escape.md4 Long: form-escape
13 - --form-escape -F 'field\name=curl' -F 'file=@load"this' $URL
16 # `--form-escape`
H A Dcert.md30 In the \<certificate\> portion of the argument, you must escape the character
32 you must escape the double quote character as \" so that it is not recognized
33 as an escape character.
H A Dconfig.md32 double quotes the following escape sequences are available: \\, \", \t, \n, \r
H A DMakefile.inc104 form-escape.md \
H A Dform.md16 - form-escape
H A Dwrite-out.md56 when using this option to properly escape. If this option is used at the
/curl/tests/data/
H A Dtest15374 URL escape
23 libcurl URL escape/unescape tests
40 escape -1 length: (nil)
H A Dtest55844 MEM escape.c: free()
48 s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$//
H A Dtest122959 HTTP with Digest authorization with user name needing escape
H A Dtest118632 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --form-escape -F "file=@\"%LOGDIR/test%TESTNUMBER\\\".…
H A Dtest118932 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --form-escape -F name=daniel -F tool=curl --form-strin…
/curl/lib/
H A Dnetrc.c162 bool escape = FALSE; in parsenetrc() local
167 if(escape) { in parsenetrc()
168 escape = FALSE; in parsenetrc()
182 escape = TRUE; in parsenetrc()
197 if(escape || !endquote) { in parsenetrc()
H A DMakefile.inc152 escape.c \
297 escape.h \
/curl/lib/vauth/
H A Ddigest.c77 bool escape = FALSE; in Curl_auth_digest_get_pair() local
94 if(!escape) { in Curl_auth_digest_get_pair()
99 escape = TRUE; in Curl_auth_digest_get_pair()
132 escape = FALSE; in Curl_auth_digest_get_pair()
135 if(escape) in Curl_auth_digest_get_pair()
/curl/src/
H A Dtool_formparse.c334 char *escape = NULL; in get_param_word() local
342 if(!escape) in get_param_word()
343 escape = ptr; in get_param_word()
352 if(escape) { in get_param_word()
354 ptr = ptr2 = escape; in get_param_word()
H A Dtool_setopt.c614 bool escape = FALSE; in tool_setopt() local
654 escape = TRUE; in tool_setopt()
700 if(escape) { in tool_setopt()
/curl/docs/libcurl/opts/
H A DCURLOPT_MIME_OPTIONS.md38 Tells libcurl to escape multipart form field and filenames using the
H A DCURLOPT_WILDCARDMATCH.md74 **[[]]** - escape syntax. Matches '[', ']' or 'e'.
/curl/docs/
H A Doptions-in-versions70 --form-escape 7.81.0
H A DFAQ610 option string contains inner double quotes you can escape them with a
615 single quotes. To escape inner double quotes seems to require a
616 backslash-backtick escape sequence and the outer quotes as double quotes.
H A DTODO1223 curl could offer an option to make escape sequence either non-functional or
/curl/
H A Dconfigure.ac576 # In order to detect support of sendmmsg(), we need to escape the POSIX

Completed in 37 milliseconds