Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_lua.c395 char timebuf[sizeof("Sat, 23 Jul 2005 21:20:01 GMT")]; in cache_parse_lua() local
405 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()