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

/httpd/modules/loggers/
H A Dmod_log_config.c1287 const char *err_string = NULL; local
1297 parse_log_string(cmd->pool, fmt, &err_string);
1298 if (err_string == NULL) {
1304 mls->default_format = parse_log_string(cmd->pool, fmt, &err_string);
1306 return err_string;
1313 const char *err_string = NULL; local
1351 cls->format = parse_log_string(cmd->pool, fmt, &err_string);
1355 return err_string;
/httpd/server/
H A Dcore.c4105 const char *err_string = NULL; local
4111 &err_string, 1);
4122 *e = parse_errorlog_string(cmd->pool, arg2, &err_string, 0);
4134 *e = parse_errorlog_string(cmd->pool, arg2, &err_string, 0);
4138 err_string = "ErrorLogFormat type must be one of request, connection";
4141 return err_string;

Completed in 30 milliseconds