17#ifndef __mod_h2__h2_c1__
18#define __mod_h2__h2_c1__
apr_brigade_flush void * ctx
#define APR_OPTIONAL_FN_TYPE(name)
const char int apr_pool_t * pool
apr_vformatter_buff_t * c
apr_status_t h2_c1_pre_close(struct h2_conn_ctx_t *ctx, conn_rec *c)
apr_status_t h2_c1_run(conn_rec *c)
apr_status_t h2_c1_setup(conn_rec *c, request_rec *r, server_rec *s)
void h2_c1_child_stopping(apr_pool_t *pool, int graceful)
apr_OFN_ap_logio_add_bytes_in_t * h2_c_logio_add_bytes_in
void h2_c1_register_hooks(void)
int h2_c1_allows_direct(conn_rec *c)
apr_status_t h2_c1_child_init(apr_pool_t *pool, server_rec *s)
apr_OFN_ap_logio_add_bytes_out_t * h2_c_logio_add_bytes_out
int h2_c1_can_upgrade(request_rec *r)
static void ap_logio_add_bytes_in(conn_rec *c, apr_off_t bytes)
static void ap_logio_add_bytes_out(conn_rec *c, apr_off_t bytes)
Structure to store things which are per connection.
A structure that represents the current request.
A structure to store information for each virtual server.