|
| apr_file_t * | ap_piped_log_read_fd (piped_log *pl) |
| |
| apr_file_t * | ap_piped_log_write_fd (piped_log *pl) |
| |
| static void | close_handle_in_child (apr_pool_t *p, apr_file_t *f) |
| |
| void | ap_logs_child_init (apr_pool_t *p, server_rec *s) |
| |
| void | ap_open_stderr_log (apr_pool_t *p) |
| |
| apr_status_t | ap_replace_stderr_log (apr_pool_t *p, const char *fname) |
| |
| static void | log_child_errfn (apr_pool_t *pool, apr_status_t err, const char *description) |
| |
| static int | log_child (apr_pool_t *p, const char *progname, apr_file_t **fpin, apr_cmdtype_e cmdtype, int dummy_stderr) |
| |
| static int | open_error_log (server_rec *s, int is_main, apr_pool_t *p) |
| |
| int | ap_open_logs (apr_pool_t *pconf, apr_pool_t *p, apr_pool_t *ptemp, server_rec *s_main) |
| |
| void | ap_error_log2stderr (server_rec *s) |
| |
| static int | cpystrn (char *buf, const char *arg, int buflen) |
| |
| static int | log_remote_address (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_local_address (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_pid (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_tid (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_ctime (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_loglevel (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_log_id (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_keepalives (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_module_name (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_file_line (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_apr_status (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_server_name (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_virtual_host (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_table_entry (const apr_table_t *table, const char *name, char *buf, int buflen) |
| |
| static int | log_header (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_note (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | log_env_var (const ap_errorlog_info *info, const char *arg, char *buf, int buflen) |
| |
| static int | core_generate_log_id (const conn_rec *c, const request_rec *r, const char **idstring) |
| |
| static void | add_log_id (const conn_rec *c, const request_rec *r) |
| |
| void | ap_register_log_hooks (apr_pool_t *p) |
| |
| static int | do_errorlog_default (const ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *errstr_fmt, va_list args) |
| |
| static int | do_errorlog_format (apr_array_header_t *fmt, ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *err_fmt, va_list args) |
| |
| static void | write_logline (char *errstr, apr_size_t len, apr_file_t *logf, int level) |
| |
| static void | log_error_core (const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *pool, const char *fmt, va_list args) |
| |
| static void | log_error_va_glue (const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *pool, const char *fmt,...) |
| |
| void | ap_log_error_ (const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const char *fmt,...) |
| |
| void | ap_log_perror_ (const char *file, int line, int module_index, int level, apr_status_t status, apr_pool_t *p, const char *fmt,...) |
| |
| void | ap_log_rerror_ (const char *file, int line, int module_index, int level, apr_status_t status, const request_rec *r, const char *fmt,...) |
| |
| void | ap_log_cserror_ (const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const server_rec *s, const char *fmt,...) |
| |
| void | ap_log_cerror_ (const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const char *fmt,...) |
| |
| static void | fmt_data (unsigned char *buf, const void *vdata, apr_size_t len, apr_size_t *off) |
| |
| static void | log_data_core (const char *file, int line, int module_index, int level, const server_rec *s, const conn_rec *c, const request_rec *r, const char *label, const void *data, apr_size_t len, unsigned int flags) |
| |
| void | ap_log_data_ (const char *file, int line, int module_index, int level, const server_rec *s, const char *label, const void *data, apr_size_t len, unsigned int flags) |
| |
| void | ap_log_rdata_ (const char *file, int line, int module_index, int level, const request_rec *r, const char *label, const void *data, apr_size_t len, unsigned int flags) |
| |
| void | ap_log_cdata_ (const char *file, int line, int module_index, int level, const conn_rec *c, const char *label, const void *data, apr_size_t len, unsigned int flags) |
| |
| void | ap_log_csdata_ (const char *file, int line, int module_index, int level, const conn_rec *c, const server_rec *s, const char *label, const void *data, apr_size_t len, unsigned int flags) |
| |
| void | ap_log_command_line (apr_pool_t *plog, server_rec *s) |
| |
| void | ap_log_mpm_common (server_rec *s) |
| |
| void | ap_remove_pid (apr_pool_t *p, const char *rel_fname) |
| |
| void | ap_log_pid (apr_pool_t *p, const char *filename) |
| |
| apr_status_t | ap_read_pid (apr_pool_t *p, const char *filename, pid_t *mypid) |
| |
| void | ap_log_assert (const char *szExp, const char *szFile, int nLine) |
| |
| static apr_status_t | piped_log_cleanup (void *data) |
| |
| piped_log * | ap_open_piped_log_ex (apr_pool_t *p, const char *program, apr_cmdtype_e cmdtype) |
| |
| piped_log * | ap_open_piped_log (apr_pool_t *p, const char *program) |
| |
| void | ap_close_piped_log (piped_log *pl) |
| |
| const char * | ap_parse_log_level (const char *str, int *val) |
| |
| void | ap_hook_error_log (ap_HOOK_error_log_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_error_log (void) |
| |
| void | ap_run_error_log (const ap_errorlog_info *info, const char *errstr) |
| |
| void | ap_hook_generate_log_id (ap_HOOK_generate_log_id_t *pf, const char *const *aszPre, const char *const *aszSucc, int nOrder) |
| |
| apr_array_header_t * | ap_hook_get_generate_log_id (void) |
| |
| int | ap_run_generate_log_id (const conn_rec *c, const request_rec *r, const char **id) |
| |