Apache2
|
#include <h2_stream.h>
Data Fields | |
int | id |
int | initiated_on |
apr_pool_t * | pool |
struct h2_session * | session |
h2_stream_state_t | state |
apr_time_t | created |
const struct h2_request * | request |
struct h2_request * | rtmp |
apr_table_t * | trailers_in |
int | request_headers_added |
struct h2_headers * | response |
struct h2_bucket_beam * | input |
apr_bucket_brigade * | in_buffer |
int | in_window_size |
apr_time_t | in_last_write |
struct h2_bucket_beam * | output |
apr_bucket_brigade * | out_buffer |
int | rst_error |
unsigned int | aborted: 1 |
unsigned int | scheduled: 1 |
unsigned int | input_closed: 1 |
unsigned int | push_policy |
unsigned int | sent_trailers: 1 |
unsigned int | output_eos: 1 |
conn_rec * | c2 |
const h2_priority * | pref_priority |
apr_off_t | out_frames |
apr_off_t | out_frame_octets |
apr_off_t | out_data_frames |
apr_off_t | out_data_octets |
apr_off_t | in_data_frames |
apr_off_t | in_data_octets |
apr_off_t | in_trailer_octets |
h2_stream_monitor * | monitor |
unsigned int h2_stream::aborted |
conn_rec* h2_stream::c2 |
apr_time_t h2_stream::created |
int h2_stream::id |
apr_bucket_brigade* h2_stream::in_buffer |
apr_off_t h2_stream::in_data_frames |
apr_off_t h2_stream::in_data_octets |
apr_time_t h2_stream::in_last_write |
apr_off_t h2_stream::in_trailer_octets |
int h2_stream::in_window_size |
int h2_stream::initiated_on |
struct h2_bucket_beam* h2_stream::input |
unsigned int h2_stream::input_closed |
h2_stream_monitor* h2_stream::monitor |
apr_bucket_brigade* h2_stream::out_buffer |
apr_off_t h2_stream::out_data_frames |
apr_off_t h2_stream::out_data_octets |
apr_off_t h2_stream::out_frame_octets |
apr_off_t h2_stream::out_frames |
struct h2_bucket_beam* h2_stream::output |
unsigned int h2_stream::output_eos |
apr_pool_t* h2_stream::pool |
const h2_priority* h2_stream::pref_priority |
unsigned int h2_stream::push_policy |
const struct h2_request* h2_stream::request |
int h2_stream::request_headers_added |
struct h2_headers* h2_stream::response |
int h2_stream::rst_error |
struct h2_request* h2_stream::rtmp |
unsigned int h2_stream::scheduled |
unsigned int h2_stream::sent_trailers |
struct h2_session* h2_stream::session |
h2_stream_state_t h2_stream::state |
apr_table_t* h2_stream::trailers_in |