Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 8 of 8) sorted by relevance

/curl/docs/cmdline-opts/
H A Dcrlf.md18 Convert line feeds to carriage return plus line feeds in upload. Useful for
H A Durl-query.md28 If the argument starts with a '+' (plus), the rest of the string is provided
/curl/docs/libcurl/opts/
H A DCURLOPT_RESOLVE.md58 The optional leading plus (`+`) specifies that the new entry should timeout.
59 Entries added without the leading plus character never times out whereas
H A DCURLOPT_MAIL_RCPT.md44 should be specified as the username or username plus domain (as per Section
/curl/lib/
H A Durlapi.c1635 char *plus = *part; in curl_url_get() local
1636 for(i = 0; i < partlen; ++plus, i++) { in curl_url_get()
1637 if(*plus == '+') in curl_url_get()
1638 *plus = ' '; in curl_url_get()
/curl/docs/libcurl/
H A Dcurl_url_get.md71 The query component also gets plus-to-space conversion as a bonus when this
H A Dcurl_url_set.md186 The query part gets space-to-plus converted before the URL conversion is
/curl/m4/
H A Dcurl-compilers.m4581 dnl we select ANSI C89 dialect plus GNU extensions.

Completed in 27 milliseconds