Lines Matching defs:tRotation
59 int tRotation;
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 > 0) {
551 config->tRotation = atoi(arg);
552 if (config->tRotation <= 0) {
688 if (config.create_empty && config.tRotation) {
707 if (config.create_empty && config.tRotation) {
708 polltimeout = status.tLogEnd ? status.tLogEnd - get_now(&config, NULL) : config.tRotation;