Searched refs:mult (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Drotatelogs.c516 unsigned int mult = 1; local
518 mult = 1;
521 mult = 1024;
524 mult = 1024 * 1024;
527 mult = 1024 * 1024 * 1024;
534 config->sRotation = atoi(arg) * mult;

Completed in 513 milliseconds