Searched refs:buffer_append_strftime (Results 1 – 8 of 8) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | buffer.h | 128 void buffer_append_strftime(buffer * restrict b, const char * restrict format, const struct tm * re…
|
| H A D | mod_accesslog.c | 738 buffer_append_strftime(ts_accesslog_str, in accesslog_append_time() 742 buffer_append_strftime(ts_accesslog_str, in accesslog_append_time()
|
| H A D | mod_dirlisting.c | 1168 buffer_append_strftime(out, "%Y-%b-%d %T", localtime64_r(&tmp->mtime, &tm)); in http_list_directory() 1209 buffer_append_strftime(out, "%Y-%b-%d %T", localtime64_r(&tmp->mtime, &tm)); in http_list_directory()
|
| H A D | mod_status.c | 435 buffer_append_strftime(b, "%F %T", localtime64_r(&ts, &tm)); in mod_status_handle_server_status_html()
|
| H A D | buffer.c | 326 void buffer_append_strftime(buffer * const restrict b, const char * const restrict format, const st… in buffer_append_strftime() function
|
| H A D | mod_ssi.c | 576 buffer_append_strftime(b, timefmt, localtm in mod_ssi_timefmt()
|
| H A D | mod_webdav.c | 3436 buffer_append_strftime(b, "%FT%TZ", &tm)); in webdav_propfind_live_props()
|
| /lighttpd1.4/ |
| H A D | NEWS | 650 * [core] buffer_append_strftime() perf annotations
|