|
Groonga 3.0.9 Source Code Document
|
#include <ngx_http_spdy.h>

Data Fields | |
| ngx_connection_t * | connection |
| ngx_http_connection_t * | http_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_t * | pool |
| ngx_http_spdy_out_frame_t * | free_ctl_frames |
| ngx_connection_t * | free_fake_connections |
| ngx_http_spdy_stream_t ** | streams_index |
| ngx_http_spdy_out_frame_t * | last_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 |
Definition at line 78 of file ngx_http_spdy.h.
| unsigned blocked |
Definition at line 109 of file ngx_http_spdy.h.
| u_char buffer[NGX_SPDY_STATE_BUFFER_SIZE] |
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.
| ngx_http_spdy_handler_pt handler |
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.
| ngx_http_spdy_out_frame_t* last_out |
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.
1.8.1.2