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

/httpd/support/
H A Drotatelogs.c59 int tRotation; member in struct:rotate_config
205 fprintf(stderr, "Rotation time interval: %12d\n", config->tRotation);
248 else if (config->tRotation) {
254 else if (config->tRotation) {
387 if (config->tRotation) {
390 tLogStart = (now / config->tRotation) * config->tRotation;
391 tLogEnd = tLogStart + config->tRotation;
540 else if ((config->sRotation > 0 || config->tRotation > 0) && last) {
548 if (config->tRotation >
[all...]

Completed in 306 milliseconds