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

/httpd/modules/loggers/
H A Dmod_log_config.c228 * So, for the main server, config_logs contains a list of the log files
230 * points to the same array as config_logs in the main server, and
231 * config_logs points to the array of logs defined inside this vhost,
238 apr_array_header_t *config_logs; member in struct:__anon196
1217 if (mls->config_logs->nelts) {
1218 clsarray = (config_log_state *) mls->config_logs->elts;
1219 for (i = 0; i < mls->config_logs->nelts; ++i) {
1231 if (cls->inherit || !mls->config_logs->nelts) {
1250 mls->config_logs = apr_array_make(p, 1, sizeof(config_log_state));
1271 add->server_config_logs = base->config_logs;
[all...]

Completed in 565 milliseconds