Searched refs:parsed (Results 1 – 14 of 14) sorted by relevance
/curl/tests/data/ |
H A D | test576 | 41 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 D | test1473 | 50 # curl: (1) Hyper: [6] invalid HTTP header parsed
|
/curl/lib/ |
H A D | parsedate.c | 584 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 D | imap.c | 1148 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 D | libcurl-url.md | 55 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 D | curl_url_set.md | 94 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 D | curl_url_get.md | 140 component. Such a URL can then only be parsed with curl_url_set() if
|
H A D | libcurl-security.md | 335 curl_url(3) API to parse URLs, ensuring that they are parsed the same way
|
/curl/docs/cmdline-opts/ |
H A D | etag-compare.md | 24 line with the desired ETag. An empty file is parsed as an empty ETag.
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_RETRY_AFTER.md | 37 or zero if there was no header or the header could not be parsed.
|
H A D | CURLOPT_HTTP200ALIASES.md | 41 The alias itself is not parsed for any version strings. The protocol is
|
/curl/docs/ |
H A D | mk-ca-bundle.md | 73 the output file. The meta data is not parsed in any way by mk-ca-bundle.
|
H A D | TODO | 382 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 D | FAQ | 1350 will return data in a machine-readable format that can be parsed for type.
|
Completed in 28 milliseconds