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

/httpd/modules/loggers/
H A Dmod_log_config.c240 apr_table_t *formats; member in struct:__anon196
1254 mls->formats = apr_table_make(p, 4);
1255 apr_table_setn(mls->formats, "CLF", DEFAULT_LOG_FORMAT);
1276 add->formats = apr_table_overlay(p, base->formats, add->formats);
1299 apr_table_setn(mls->formats, name, fmt);
1449 format = apr_table_get(mls->formats, mls->default_format_string);
1465 format = apr_table_get(mls->formats, cls->format_string);
1483 format = apr_table_get(mls->formats, cl
[all...]

Completed in 11 milliseconds