Searched refs:szLogRoot (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | rotatelogs.c | 66 char *szLogRoot; member in struct:rotate_config 216 fprintf(stderr, "Rotation file name: %21s\n", config->szLogRoot); 418 apr_strftime(newlog.name, &rs, sizeof(newlog.name), config->szLogRoot, &e); 422 apr_snprintf(newlog.name, sizeof(newlog.name), "%s", config->szLogRoot); 427 apr_snprintf(newlog.name, sizeof(newlog.name), "%s", config->szLogRoot); 431 apr_snprintf(newlog.name, sizeof(newlog.name), "%s.%d", config->szLogRoot, thisLogNum); 435 apr_snprintf(newlog.name, sizeof(newlog.name), "%s.%010ld", config->szLogRoot, 644 rv = apr_filepath_merge(&config.szLogRoot, "", argv[opt->ind++], 658 config.use_strftime = (strchr(config.szLogRoot, '%') != NULL);
|
Completed in 41 milliseconds