Searched refs:lastmod (Results 1 – 4 of 4) sorted by relevance
507 time_t lastmod; variable542 lastmod = stb.st_mtime;571 notify(Tmpfile, NULL, sc->sc_args, lastmod);624 if (stb.st_mtime > lastmod)
159 time_t lastmod; /* Response Last-Modified: */ member1116 time_t sdate = shttp->lastmod == -1 ? shttp->date : shttp->lastmod; in nl7c_http_cond()1223 http->lastmod = -1; in nl7c_http_request()1695 http->lastmod = secs; in nl7c_http_response()
1845 Dwarf_Unsigned lastmod = 0; in dwarf_read_line_table_prefix() local1880 lastmod = _dwarf_decode_u_leb128(line_ptr, &leb128_length); in dwarf_read_line_table_prefix()1882 curline->lte_last_modification_time = lastmod; in dwarf_read_line_table_prefix()
386 time_t lastmod; /* HTTP "Last-Modified:" value */ member