Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 26) sorted by relevance

12

/curl/lib/
H A Dcurl_gethostname.c55 char *dot; in Curl_gethostname()
86 dot = strchr(name, '.'); in Curl_gethostname()
87 if(dot) in Curl_gethostname()
88 *dot = '\0'; in Curl_gethostname()
H A Ddoh.c145 char *dot = strchr(hostp, '.'); in doh_req_encode() local
146 if(dot) in doh_req_encode()
147 labellen = dot - hostp; in doh_req_encode()
161 if(dot) in doh_req_encode()
H A Dcookie.c420 char *dot = memchr(domain, '.', len); in bad_domain() local
421 if(dot) { in bad_domain()
422 size_t i = dot - domain; in bad_domain()
/curl/tests/data/
H A Dtest85717 ..body with a single dot first
27 .body with a single dot first
42 POP3 RETR message with dot-prefixed line
H A Dtest95120 SMTP data with dot as first character
23 .This first line starts with a dot
41 ..This first line starts with a dot
H A Dtest4417 trailing-dot
36 # no trailing dot in the file only in the URL
42 HSTS with no t-dot host name in URL but t-dot in file
H A Dtest4407 trailing-dot
36 # no trailing dot in the file only in the URL
42 HSTS with trailing-dot host name in URL but none in hsts file
H A Dtest13227 trailing dot
37 HTTP with --resolve and hostname with trailing dot
H A Dtest4137 trailing-dot
37 alt-svc using host name with trailing dot on host from file
H A Dtest4127 trailing-dot
37 alt-svc using host name with trailing dot in URL
H A Dtest97737 URL with trailing dot and receiving a cookie for the TLD with dot
H A Dtest95220 SMTP data with single dot-only line
H A Dtest152020 SMTP with CRLF-dot-CRLF in data
H A Dtest90120 SMTP with CRLF-dot-CRLF in data
H A Dtest114857 # Note the dot in 100.0% is regex to match any character since different
H A Dtest17131 HTTP, get cookie with dot prefixed full domain
/curl/docs/libcurl/opts/
H A DCURLOPT_PATH_AS_IS.md19 CURLOPT_PATH_AS_IS - do not handle dot-dot sequences
38 Some server implementations are known to (erroneously) require the dot-dot
H A DCURLOPT_HSTS.md50 [host] is the domain name for the entry and the name is dot-prefixed if it is
/curl/docs/cmdline-opts/
H A Dexpect100-timeout.md24 The decimal value needs to be provided using a dot (`.`) as decimal separator -
H A Dconnect-timeout.md24 to be provided using a dot (.) as decimal separator - not the local version
H A Dno-clobber.md20 that already exist. Instead, a dot and a number gets appended to the name of
H A Dmax-time.md29 The decimal value needs to be provided using a dot (.) as decimal separator -
H A Dhaproxy-clientip.md24 separated by exactly one dot between each other. Heading zeroes are not
/curl/docs/libcurl/
H A Dcurl_url_set.md225 dot-slash and dot-dot etc. The same option used for transfers is called
H A Dlibcurl-security.md191 specified and libcurl accepts: one to four dot-separated fields using one of

Completed in 23 milliseconds

12