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

/httpd/support/
H A Drotatelogs.c380 int thisLogNum = -1; local
426 thisLogNum = 0;
430 thisLogNum = status->fileNum + 1;
431 apr_snprintf(newlog.name, sizeof(newlog.name), "%s.%d", config->szLogRoot, thisLogNum);
467 status->fileNum = thisLogNum;

Completed in 500 milliseconds