Searched refs:st_mtime (Results 1 – 5 of 5) sorted by relevance
189 #define ngx_file_mtime(sb) (sb)->st_mtime283 #define ngx_de_mtime(dir) (dir)->info.st_mtime
93 *ptr = stat_buf.st_mtime; in get_file_time()
223 #define st_mtime st_mtim.tv_sec macro
31 # if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime)175 #if (PLATFORM_POSIX_VERSION >= 200809L) && defined(st_mtime) in UTIL_setFileStat()186 timebuf.modtime = statbuf->st_mtime; in UTIL_setFileStat()
52 build: Fix cli compilation without st_mtime, by @ffontaine (#2246)