Apache HTTPD
Classes | Typedefs | Functions | Variables
mod_bucketeer.c File Reference
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "apr_strings.h"
#include "apr_general.h"
#include "util_filter.h"
#include "apr_buckets.h"
#include "http_request.h"
#include "http_protocol.h"

Go to the source code of this file.

Classes

struct  bucketeer_filter_config_t
 
struct  bucketeer_ctx_t
 

Typedefs

typedef struct bucketeer_filter_config_t bucketeer_filter_config_t
 
typedef struct bucketeer_ctx_t bucketeer_ctx_t
 

Functions

static void * create_bucketeer_server_config (apr_pool_t *p, server_rec *s)
 
static apr_status_t bucketeer_out_filter (ap_filter_t *f, apr_bucket_brigade *bb)
 
static void register_hooks (apr_pool_t *p)
 

Variables

static const char bucketeerFilterName [] = "BUCKETEER"
 
static const command_rec bucketeer_filter_cmds []
 
static int *const aplog_module_index = &( bucketeer_module.module_index)
 

Typedef Documentation

◆ bucketeer_ctx_t

◆ bucketeer_filter_config_t

Function Documentation

◆ bucketeer_out_filter()

static apr_status_t bucketeer_out_filter ( ap_filter_t f,
apr_bucket_brigade bb 
)
static

Definition at line 61 of file mod_bucketeer.c.

◆ create_bucketeer_server_config()

static void * create_bucketeer_server_config ( apr_pool_t p,
server_rec s 
)
static

Definition at line 45 of file mod_bucketeer.c.

◆ register_hooks()

static void register_hooks ( apr_pool_t p)
static

Definition at line 169 of file mod_bucketeer.c.

Variable Documentation

◆ aplog_module_index

int* const aplog_module_index = &( bucketeer_module.module_index)
static

Definition at line 179 of file mod_bucketeer.c.

◆ bucketeer_filter_cmds

const command_rec bucketeer_filter_cmds[]
static
Initial value:
= {
{NULL}
}
return NULL
Definition mod_so.c:359

Definition at line 175 of file mod_bucketeer.c.

◆ bucketeerFilterName

const char bucketeerFilterName[] = "BUCKETEER"
static

Definition at line 34 of file mod_bucketeer.c.