Searched refs:curl_parse_http_time (Results 1 – 3 of 3) sorted by relevance
35 int curl_parse_http_time(const char *t, usec_t *ret);
354 int curl_parse_http_time(const char *t, usec_t *ret) { in curl_parse_http_time() function
619 (void) curl_parse_http_time(last_modified, &j->mtime); in pull_job_header_callback()