Searched refs:timebuf (Results 1 – 1 of 1) sorted by relevance
395 char timebuf[sizeof("Sat, 23 Jul 2005 21:20:01 GMT")]; in cache_parse_lua() local405 strftime(timebuf, sizeof(timebuf), "%a, %d %b %Y %H:%M:%S GMT", gmtime(&mtime)); in cache_parse_lua()407 … response_header_overwrite(srv, con, CONST_STR_LEN("Last-Modified"), timebuf, sizeof(timebuf) - 1); in cache_parse_lua()410 tbuf.ptr = timebuf; in cache_parse_lua()411 tbuf.used = sizeof(timebuf); in cache_parse_lua()412 tbuf.size = sizeof(timebuf); in cache_parse_lua()