Searched refs:escape (Results 1 – 22 of 22) sorted by relevance
4 Long: form-escape13 - --form-escape -F 'field\name=curl' -F 'file=@load"this' $URL16 # `--form-escape`
30 In the \<certificate\> portion of the argument, you must escape the character32 you must escape the double quote character as \" so that it is not recognized33 as an escape character.
32 double quotes the following escape sequences are available: \\, \", \t, \n, \r
104 form-escape.md \
16 - form-escape
57 when using this option to properly escape. If this option is used at the
4 URL escape23 libcurl URL escape/unescape tests40 escape -1 length: (nil)
44 MEM escape.c: free()48 s/^MEM escape.c:\d+ free\(\(nil\)\)[\n]$//
59 HTTP with Digest authorization with user name needing escape
32 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --form-escape -F "file=@\"%LOGDIR/test%TESTNUMBER\\\".…
32 http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER --form-escape -F name=daniel -F tool=curl --form-strin…
180 bool escape = FALSE; in parsenetrc() local186 if(escape) { in parsenetrc()187 escape = FALSE; in parsenetrc()201 escape = TRUE; in parsenetrc()217 if(escape || !endquote) { in parsenetrc()
155 escape.c \302 escape.h \
77 bool escape = FALSE; in Curl_auth_digest_get_pair() local94 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()
359 char *escape = NULL; in get_param_word() local367 if(!escape) in get_param_word()368 escape = ptr; in get_param_word()377 if(escape) { in get_param_word()379 ptr = ptr2 = escape; in get_param_word()
614 bool escape = FALSE; in tool_setopt() local654 escape = TRUE; in tool_setopt()700 if(escape) { in tool_setopt()
38 Tells libcurl to escape multipart form field and filenames using the
74 **[[]]** - escape syntax. Matches '[', ']' or 'e'.
70 --form-escape 7.81.0
610 option string contains inner double quotes you can escape them with a615 single quotes. To escape inner double quotes seems to require a616 backslash-backtick escape sequence and the outer quotes as double quotes.
1214 curl could offer an option to make escape sequence either non-functional or
570 # In order to detect support of sendmmsg(), we need to escape the POSIX
Completed in 59 milliseconds