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

/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.h46 typedef apr_status_t ap_log_writer( typedef
70 APR_DECLARE_OPTIONAL_FN(ap_log_writer*, ap_log_set_writer, (ap_log_writer* func));
H A Dmod_log_config.c199 static ap_log_writer* ap_log_set_writer(ap_log_writer *handle);
200 static ap_log_writer *log_writer = ap_default_log_writer;
1391 static ap_log_writer *ap_log_set_writer(ap_log_writer *handle)
1393 ap_log_writer *old = log_writer;

Completed in 216 milliseconds