30#ifndef _MOD_LOG_CONFIG_H
31#define _MOD_LOG_CONFIG_H 1
const char apr_size_t len
APR-UTIL registration of functions exported by modules.
apr_bucket apr_bucket_brigade * a
apr_pool_t const char apr_dbd_t ** handle
#define APR_DECLARE_OPTIONAL_FN(ret, name, args)
void * ap_log_writer_init(apr_pool_t *p, server_rec *s, const char *name)
const char * ap_log_handler_fn_t(request_rec *r, char *a)
apr_status_t ap_log_writer(request_rec *r, void *handle, const char **portions, int *lengths, int nelts, apr_size_t len)
apr_interval_time_t apr_pollcb_cb_t func
static void ap_register_log_handler(apr_pool_t *p, char *tag, ap_log_handler_fn_t *handler, int def)
static ap_log_writer * ap_log_set_writer(ap_log_writer *handle)
static ap_log_writer_init * ap_log_set_writer_init(ap_log_writer_init *handle)
Apache scoreboard library.
ap_log_handler_fn_t * func
A structure that represents the current request.
A structure to store information for each virtual server.