Type Alias ngx_http_v2_stream_t
Source pub type ngx_http_v2_stream_t = ngx_http_v2_stream_s;
struct ngx_http_v2_stream_t {Show 17 fields
pub request: *mut ngx_http_request_s,
pub connection: *mut ngx_http_v2_connection_s,
pub node: *mut ngx_http_v2_node_s,
pub queued: usize,
pub send_window: isize,
pub recv_window: usize,
pub preread: *mut ngx_buf_s,
pub frames: usize,
pub free_frames: *mut ngx_http_v2_out_frame_s,
pub free_frame_headers: *mut ngx_chain_s,
pub free_bufs: *mut ngx_chain_s,
pub queue: ngx_queue_s,
pub cookies: *mut ngx_array_t,
pub pool: *mut ngx_pool_s,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 7],
}