Home
last modified time | relevance | path

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

/curl/tests/data/
H A Dtest57641 Permissions: rwxrwxrwx (parsed => 777)
50 Permissions: rwxrwxrwx (parsed => 777)
59 Permissions: r--r--r-- (parsed => 444)
72 Permissions: rw-rw-rw- (parsed => 666)
85 Permissions: rwxrwxrwx (parsed => 777)
98 Permissions: --S--S--t (parsed => 7001)
107 Permissions: --s--s--T (parsed => 7110)
116 Permissions: rw-r--r-- (parsed => 644)
128 Permissions: rw-r--r-- (parsed => 644)
141 Permissions: rwxrwxrwx (parsed => 777)
[all …]
H A Dtest147350 # curl: (1) Hyper: [6] invalid HTTP header parsed
/curl/lib/
H A Dparsedate.c584 time_t parsed = -1; in curl_getdate() local
585 int rc = parsedate(p, &parsed); in curl_getdate()
589 if(parsed == -1) in curl_getdate()
591 parsed++; in curl_getdate()
592 return parsed; in curl_getdate()
604 time_t parsed = -1; in Curl_getdate_capped() local
605 int rc = parsedate(p, &parsed); in Curl_getdate_capped()
609 if(parsed == -1) in Curl_getdate_capped()
611 parsed++; in Curl_getdate_capped()
612 return parsed; in Curl_getdate_capped()
[all …]
H A Dimap.c1148 bool parsed = FALSE; in imap_state_fetch_resp() local
1166 parsed = TRUE; in imap_state_fetch_resp()
1169 if(parsed) { in imap_state_fetch_resp()
/curl/docs/libcurl/
H A Dlibcurl-url.md55 By setting a URL to the handle with curl_url_set(3), the URL is parsed
88 When a URL has been parsed or parts have been set, you can extract those
111 A user set individual URL parts, either after having parsed a full URL or
162 A URL with a literal IPv6 address can be parsed even when IPv6 support is not
H A Dcurl_url_set.md94 When a full URL is set (parsed), the hostname component is stored URL decoded.
210 present in the parsed URL, it can later be figured out by using the
H A Dcurl_url_get.md140 component. Such a URL can then only be parsed with curl_url_set() if
H A Dlibcurl-security.md335 curl_url(3) API to parse URLs, ensuring that they are parsed the same way
/curl/docs/cmdline-opts/
H A Detag-compare.md24 line with the desired ETag. An empty file is parsed as an empty ETag.
/curl/docs/libcurl/opts/
H A DCURLINFO_RETRY_AFTER.md37 or zero if there was no header or the header could not be parsed.
H A DCURLOPT_HTTP200ALIASES.md41 The alias itself is not parsed for any version strings. The protocol is
/curl/docs/
H A Dmk-ca-bundle.md73 the output file. The meta data is not parsed in any way by mk-ca-bundle.
H A DTODO382 The netrc file is read and parsed each time a connection is setup, which
384 redirects, the file might be reread (and parsed) multiple times. This makes
H A DFAQ1350 will return data in a machine-readable format that can be parsed for type.

Completed in 28 milliseconds