Apache HTTPD
Public Attributes | List of all members
h2_c1_io Struct Reference

#include <h2_c1_io.h>

Public Attributes

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
 
charscratch
 
apr_size_t ssize
 
apr_size_t slen
 

Detailed Description

Definition at line 29 of file h2_c1_io.h.

Member Data Documentation

◆ buffer_output

int h2_c1_io::buffer_output

Definition at line 43 of file h2_c1_io.h.

◆ buffered_len

apr_off_t h2_c1_io::buffered_len

Definition at line 44 of file h2_c1_io.h.

◆ bytes_read

apr_int64_t h2_c1_io::bytes_read

Definition at line 40 of file h2_c1_io.h.

◆ bytes_written

apr_int64_t h2_c1_io::bytes_written

Definition at line 41 of file h2_c1_io.h.

◆ cooldown_usecs

apr_time_t h2_c1_io::cooldown_usecs

Definition at line 35 of file h2_c1_io.h.

◆ flush_threshold

apr_off_t h2_c1_io::flush_threshold

Definition at line 45 of file h2_c1_io.h.

◆ is_flushed

unsigned int h2_c1_io::is_flushed

Definition at line 46 of file h2_c1_io.h.

◆ is_passing

unsigned int h2_c1_io::is_passing

Definition at line 47 of file h2_c1_io.h.

◆ is_tls

int h2_c1_io::is_tls

Definition at line 33 of file h2_c1_io.h.

◆ last_write

apr_time_t h2_c1_io::last_write

Definition at line 39 of file h2_c1_io.h.

◆ output

apr_bucket_brigade* h2_c1_io::output

Definition at line 31 of file h2_c1_io.h.

◆ scratch

char* h2_c1_io::scratch

Definition at line 49 of file h2_c1_io.h.

◆ session

struct h2_session* h2_c1_io::session

Definition at line 30 of file h2_c1_io.h.

◆ slen

apr_size_t h2_c1_io::slen

Definition at line 51 of file h2_c1_io.h.

◆ ssize

apr_size_t h2_c1_io::ssize

Definition at line 50 of file h2_c1_io.h.

◆ unflushed

int h2_c1_io::unflushed

Definition at line 34 of file h2_c1_io.h.

◆ warmup_size

apr_int64_t h2_c1_io::warmup_size

Definition at line 36 of file h2_c1_io.h.

◆ write_size

apr_size_t h2_c1_io::write_size

Definition at line 38 of file h2_c1_io.h.


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