Searched refs:plus (Results 1 – 8 of 8) sorted by relevance
18 Convert line feeds to carriage return plus line feeds in upload. Useful for
28 If the argument starts with a '+' (plus), the rest of the string is provided
58 The optional leading plus (`+`) specifies that the new entry should timeout.59 Entries added without the leading plus character never times out whereas
44 should be specified as the username or username plus domain (as per Section
1635 char *plus = *part; in curl_url_get() local1636 for(i = 0; i < partlen; ++plus, i++) { in curl_url_get()1637 if(*plus == '+') in curl_url_get()1638 *plus = ' '; in curl_url_get()
71 The query component also gets plus-to-space conversion as a bonus when this
186 The query part gets space-to-plus converted before the URL conversion is
581 dnl we select ANSI C89 dialect plus GNU extensions.
Completed in 27 milliseconds