Home
last modified time | relevance | path

Searched refs:ims_time (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libfetch/
H A Dfetch.h49 time_t ims_time; member
H A Dhttp.c1670 if (ims && url->ims_time) { in http_request_body()
1671 timestruct = gmtime((time_t *)&url->ims_time); in http_request_body()
1921 new->ims_time = url->ims_time; in http_request_body()
/freebsd/usr.bin/fetch/
H A Dfetch.c512 url->ims_time = sb.st_mtime; in fetch()