Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_spdy_connection_s Struct Reference

#include <ngx_http_spdy.h>

Collaboration diagram for ngx_http_spdy_connection_s:
Collaboration graph
[legend]

Data Fields

ngx_connection_tconnection
ngx_http_connection_thttp_connection
ngx_uint_t processing
u_char buffer [NGX_SPDY_STATE_BUFFER_SIZE]
size_t buffer_used
ngx_http_spdy_handler_pt handler
z_stream zstream_in
z_stream zstream_out
ngx_pool_tpool
ngx_http_spdy_out_frame_tfree_ctl_frames
ngx_connection_tfree_fake_connections
ngx_http_spdy_stream_t ** streams_index
ngx_http_spdy_out_frame_tlast_out
ngx_http_spdy_stream_t * last_stream
ngx_http_spdy_stream_t * stream
ngx_uint_t headers
size_t length
u_char flags
ngx_uint_t last_sid
unsigned blocked:2
unsigned waiting:1

Detailed Description

Definition at line 78 of file ngx_http_spdy.h.

Field Documentation

unsigned blocked

Definition at line 109 of file ngx_http_spdy.h.

Definition at line 84 of file ngx_http_spdy.h.

size_t buffer_used

Definition at line 85 of file ngx_http_spdy.h.

ngx_connection_t* connection

Definition at line 79 of file ngx_http_spdy.h.

u_char flags

Definition at line 105 of file ngx_http_spdy.h.

ngx_http_spdy_out_frame_t* free_ctl_frames

Definition at line 93 of file ngx_http_spdy.h.

ngx_connection_t* free_fake_connections

Definition at line 94 of file ngx_http_spdy.h.

Definition at line 86 of file ngx_http_spdy.h.

ngx_uint_t headers

Definition at line 103 of file ngx_http_spdy.h.

ngx_http_connection_t* http_connection

Definition at line 80 of file ngx_http_spdy.h.

Definition at line 98 of file ngx_http_spdy.h.

ngx_uint_t last_sid

Definition at line 107 of file ngx_http_spdy.h.

ngx_http_spdy_stream_t* last_stream

Definition at line 99 of file ngx_http_spdy.h.

size_t length

Definition at line 104 of file ngx_http_spdy.h.

ngx_pool_t* pool

Definition at line 91 of file ngx_http_spdy.h.

ngx_uint_t processing

Definition at line 82 of file ngx_http_spdy.h.

ngx_http_spdy_stream_t* stream

Definition at line 101 of file ngx_http_spdy.h.

ngx_http_spdy_stream_t** streams_index

Definition at line 96 of file ngx_http_spdy.h.

unsigned waiting

Definition at line 110 of file ngx_http_spdy.h.

z_stream zstream_in

Definition at line 88 of file ngx_http_spdy.h.

z_stream zstream_out

Definition at line 89 of file ngx_http_spdy.h.


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