Apache2
|
#include <h2_c1_io.h>
Data Fields | |
struct h2_session * | session |
apr_bucket_brigade * | output |
int | is_tls |
int | unflushed |
apr_time_t | cooldown_usecs |
apr_int64_t | warmup_size |
apr_size_t | write_size |
apr_time_t | last_write |
apr_int64_t | bytes_read |
apr_int64_t | bytes_written |
int | buffer_output |
apr_off_t | buffered_len |
apr_off_t | flush_threshold |
unsigned int | is_flushed: 1 |
unsigned int | is_passing: 1 |
char * | scratch |
apr_size_t | ssize |
apr_size_t | slen |
int h2_c1_io::buffer_output |
apr_off_t h2_c1_io::buffered_len |
apr_int64_t h2_c1_io::bytes_read |
apr_int64_t h2_c1_io::bytes_written |
apr_time_t h2_c1_io::cooldown_usecs |
apr_off_t h2_c1_io::flush_threshold |
unsigned int h2_c1_io::is_flushed |
unsigned int h2_c1_io::is_passing |
int h2_c1_io::is_tls |
apr_time_t h2_c1_io::last_write |
apr_bucket_brigade* h2_c1_io::output |
char* h2_c1_io::scratch |
struct h2_session* h2_c1_io::session |
apr_size_t h2_c1_io::slen |
apr_size_t h2_c1_io::ssize |
int h2_c1_io::unflushed |
apr_int64_t h2_c1_io::warmup_size |
apr_size_t h2_c1_io::write_size |