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

/httpd/modules/loggers/
H A Dmod_log_config.c1599 ap_log_handler *log_struct = apr_palloc(p, sizeof(*log_struct)); local
1600 log_struct->func = handler;
1601 log_struct->want_orig_default = def;
1603 apr_hash_set(log_hash, tag, strlen(tag), (const void *)log_struct);
/httpd/server/
H A Dcore.c4148 ap_errorlog_handler *log_struct = apr_palloc(p, sizeof(*log_struct)); local
4149 log_struct->func = handler;
4150 log_struct->flags = flags;
4152 apr_hash_set(errorlog_hash, tag, 1, (const void *)log_struct);

Completed in 1383 milliseconds