Apache2
|
Go to the source code of this file.
Data Structures | |
struct | dir_config |
struct | apache2_handle |
struct | filter_ctx |
Functions | |
apr_status_t | apreq_filter_prefetch (ap_filter_t *f, apr_off_t readbytes) |
apr_status_t | apreq_filter (ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) |
void | apreq_filter_make_context (ap_filter_t *f) |
void | apreq_filter_init_context (ap_filter_t *f) |
Variables | |
module AP_MODULE_DECLARE_DATA | apreq_module |
apr_status_t apreq_filter | ( | ap_filter_t * | f, |
apr_bucket_brigade * | bb, | ||
ap_input_mode_t | mode, | ||
apr_read_type_e | block, | ||
apr_off_t | readbytes | ||
) |
void apreq_filter_init_context | ( | ap_filter_t * | f | ) |
void apreq_filter_make_context | ( | ap_filter_t * | f | ) |
apr_status_t apreq_filter_prefetch | ( | ap_filter_t * | f, |
apr_off_t | readbytes | ||
) |
|
extern |