Searched defs:last_modified (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dpull-job.c393 _cleanup_free_ char *length = NULL, *last_modified = NULL; local
449 r = curl_header_strdup(contents, sz, "Last-Modified:", &last_modified);
455 (void) curl_parse_http_time(last_modified, &j->mtime);

Completed in 44 milliseconds