#include "httpd.h"
#include "http_connection.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "apr_strings.h"
Go to the source code of this file.
|
| static void | dumpit (ap_filter_t *f, apr_bucket *b, dumpio_conf_t *ptr) |
| |
| static int | dumpio_input_filter (ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) |
| |
| static int | dumpio_output_filter (ap_filter_t *f, apr_bucket_brigade *bb) |
| |
| static int | dumpio_pre_conn (conn_rec *c, void *csd) |
| |
| static void | dumpio_register_hooks (apr_pool_t *p) |
| |
| static void * | dumpio_create_sconfig (apr_pool_t *p, server_rec *s) |
| |
| static const char * | dumpio_enable_input (cmd_parms *cmd, void *dummy, int arg) |
| |
| static const char * | dumpio_enable_output (cmd_parms *cmd, void *dummy, int arg) |
| |
◆ dumpio_MAX_STRING_LEN
◆ whichmode
Value:
)
apr_dbd_transaction_t int mode
Definition at line 117 of file mod_dumpio.c.
◆ dumpio_conf_t
◆ dumpio_create_sconfig()
◆ dumpio_enable_input()
◆ dumpio_enable_output()
◆ dumpio_input_filter()
◆ dumpio_output_filter()
◆ dumpio_pre_conn()
< Module declines to handle
< Module has handled this stage.
Definition at line 180 of file mod_dumpio.c.
◆ dumpio_register_hooks()
◆ dumpit()
◆ aplog_module_index
| int* const aplog_module_index = &( dumpio_module.module_index) |
|
static |
◆ dumpio_cmds
Initial value:= {
}
static const char * dumpio_enable_output(cmd_parms *cmd, void *dummy, int arg)
static const char * dumpio_enable_input(cmd_parms *cmd, void *dummy, int arg)
Definition at line 239 of file mod_dumpio.c.