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
56 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…
162 bool escape = FALSE; in parsenetrc() local167 if(escape) { in parsenetrc()168 escape = FALSE; in parsenetrc()182 escape = TRUE; in parsenetrc()197 if(escape || !endquote) { in parsenetrc()
152 escape.c \297 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()
334 char *escape = NULL; in get_param_word() local342 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()
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.
1223 curl could offer an option to make escape sequence either non-functional or
576 # In order to detect support of sendmmsg(), we need to escape the POSIX
Completed in 37 milliseconds