Apache2
h2_c1_io Struct Reference

#include <h2_c1_io.h>

Collaboration diagram for h2_c1_io:

Data Fields

struct h2_sessionsession
 
apr_bucket_brigadeoutput
 
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
 

Field Documentation

◆ buffer_output

int h2_c1_io::buffer_output

◆ buffered_len

apr_off_t h2_c1_io::buffered_len

◆ bytes_read

apr_int64_t h2_c1_io::bytes_read

◆ bytes_written

apr_int64_t h2_c1_io::bytes_written

◆ cooldown_usecs

apr_time_t h2_c1_io::cooldown_usecs

◆ flush_threshold

apr_off_t h2_c1_io::flush_threshold

◆ is_flushed

unsigned int h2_c1_io::is_flushed

◆ is_passing

unsigned int h2_c1_io::is_passing

◆ is_tls

int h2_c1_io::is_tls

◆ last_write

apr_time_t h2_c1_io::last_write

◆ output

apr_bucket_brigade* h2_c1_io::output

◆ scratch

char* h2_c1_io::scratch

◆ session

struct h2_session* h2_c1_io::session

◆ slen

apr_size_t h2_c1_io::slen

◆ ssize

apr_size_t h2_c1_io::ssize

◆ unflushed

int h2_c1_io::unflushed

◆ warmup_size

apr_int64_t h2_c1_io::warmup_size

◆ write_size

apr_size_t h2_c1_io::write_size

The documentation for this struct was generated from the following file: