Searched defs:get_now (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Drotatelogs.c81 * be used for storing the return values from get_now(). A typedef is
164 static adjusted_time_t get_now(rotate_config_t *config, apr_int32_t *offset) function
249 if (get_now(config, NULL) >= status->tLogEnd) {
255 if (get_now(config, NULL) >= status->tLogEnd) {
383 now = get_now(config, &offset);
413 * get_now() if we are using localtime. */
708 polltimeout = status.tLogEnd ? status.tLogEnd - get_now(&config, NULL) : config.tRotation;

Completed in 1837 milliseconds