Apache2
mod_core.h File Reference

mod_core private header file More...

#include "apr.h"
#include "apr_buckets.h"
#include "httpd.h"
#include "http_protocol.h"
#include "util_filter.h"
Include dependency graph for mod_core.h:

Go to the source code of this file.

Functions

apr_status_t ap_http_filter (ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
 
apr_status_t ap_h1_request_in_filter (ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
 
apr_status_t ap_h1_body_in_filter (ap_filter_t *f, apr_bucket_brigade *b, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
 
apr_status_t ap_h1_response_out_filter (ap_filter_t *f, apr_bucket_brigade *b)
 
apr_status_t ap_http_chunk_filter (ap_filter_t *f, apr_bucket_brigade *b)
 
apr_status_t ap_http_outerror_filter (ap_filter_t *f, apr_bucket_brigade *b)
 
char * ap_response_code_string (request_rec *r, int error_index)
 
void ap_basic_http_header (request_rec *r, apr_bucket_brigade *bb)
 
int ap_send_http_trace (request_rec *r)
 
int ap_send_http_options (request_rec *r)
 
void ap_init_rng (apr_pool_t *p)
 
void ap_random_parent_after_fork (void)
 
int ap_h1_set_keepalive (request_rec *r, ap_bucket_response *resp)
 

Variables

AP_DECLARE_DATA ap_filter_rec_tap_http_input_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_h1_request_in_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_h1_body_in_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_http_header_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_chunk_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_http_outerror_filter_handle
 
AP_DECLARE_DATA ap_filter_rec_tap_byterange_filter_handle
 
AP_DECLARE_DATA const char * ap_multipart_boundary
 

Detailed Description

mod_core private header file