Home
last modified time | relevance | path

Searched refs:separator (Results 1 – 14 of 14) sorted by relevance

/curl/docs/cmdline-opts/
H A Dexpect100-timeout.md24 The decimal value needs to provided using a dot (`.`) as decimal separator -
25 not the local version even if it might be using another separator.
H A Dconnect-timeout.md24 to be provided using a dot (.) as decimal separator - not the local version
25 even if it might be using another separator.
H A Dmax-time.md29 The decimal value needs to provided using a dot (.) as decimal separator - not
30 the local version even if it might be using another separator.
H A Dget.md25 with a '?' separator.
H A Ddata-urlencode.md27 a separator and a content specification. The \<data\> part can be passed to
/curl/tests/data/
H A Dtest45420 Variable using illegal function separator
H A Dtest56230 # treat the semicolon as a separator!
H A Dtest56342 # treat the semicolon as a separator!
H A Dtest121430 HTTP with proxy and URL with ? and no slash separator
/curl/m4/
H A Dzz40-xc-ovr.m4358 dnl Emits shell code that computes the path separator
362 dnl This path separator is the symbol used to separate
376 # Directory count in 'PATH' when using a colon separator.
386 # Directory count in 'PATH' when using a semicolon separator.
402 echo "$xc_msg_warn path separator not determined, guessing colon" >&2
592 dnl Emits shell code that computes the path separator
596 dnl This path separator is the symbol used to separate
657 AC_MSG_CHECKING([for path separator])
660 AC_MSG_CHECKING([for initial path separator])
662 AC_MSG_ERROR([path separator mismatch (internal or config.site problem)])
/curl/docs/libcurl/
H A Dcurl_mime_init.md38 *easy_handle* is used for part separator randomization and error
H A Dlibcurl-url.md140 It notices the lack of an ampersand (&) separator and injects one, and the
/curl/lib/vtls/
H A Dcipher_suite.c563 char separator = '-'; in cs_str_to_zip() local
569 separator = '_'; in cs_str_to_zip()
577 for(; nxt < end && *nxt != '\0' && *nxt != separator; nxt++); in cs_str_to_zip()
609 char separator = '-'; in cs_zip_to_str() local
624 separator = '_'; in cs_zip_to_str()
638 r = msnprintf(&buf[len], buf_size - len, "%c%s", separator, entry); in cs_zip_to_str()
/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md53 distinguish a space from being the parameter separator or being a part of the

Completed in 23 milliseconds