Searched refs:timefmt (Results 1 – 3 of 3) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_ssi.c | 51 p->timefmt = buffer_init(); in INIT_FUNC() 85 buffer_free(p->timefmt); in FREE_FUNC() 459 if (0 == strftime(buf, sizeof(buf), p->timefmt->ptr, localtime(&t))) { in process_ssi_stmt() 470 if (0 == strftime(buf, sizeof(buf), p->timefmt->ptr, localtime(&t))) { in process_ssi_stmt() 481 if (0 == strftime(buf, sizeof(buf), p->timefmt->ptr, gmtime(&t))) { in process_ssi_stmt() 613 if (0 == strftime(buf, sizeof(buf), p->timefmt->ptr, localtime(&t))) { in process_ssi_stmt() 673 buffer_copy_string(p->timefmt, l[i+1]); in process_ssi_stmt() 970 buffer_copy_string_len(p->timefmt, CONST_STR_LEN("%a, %d %b %Y %H:%M:%S %Z")); in mod_ssi_handle_request()
|
| H A D | mod_ssi.h | 27 buffer *timefmt; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | ssi.txt | 40 - ``<!--#config timefmt="..." sizefmt="(bytes|abbrev)" -->``
|