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

Data Fields | |
| ngx_http_spdy_out_frame_t * | next |
| ngx_chain_t * | first |
| ngx_chain_t * | last |
| ngx_int_t(* | handler )(ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame) |
| ngx_http_spdy_out_frame_t * | free |
| ngx_http_spdy_stream_t * | stream |
| size_t | size |
| ngx_uint_t | priority |
| unsigned | blocked:1 |
| unsigned | fin:1 |
Definition at line 134 of file ngx_http_spdy.h.
| unsigned blocked |
Definition at line 147 of file ngx_http_spdy.h.
| unsigned fin |
Definition at line 148 of file ngx_http_spdy.h.
| ngx_chain_t* first |
Definition at line 136 of file ngx_http_spdy.h.
Definition at line 141 of file ngx_http_spdy.h.
| ngx_int_t(* handler)(ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame) |
Definition at line 138 of file ngx_http_spdy.h.
| ngx_chain_t* last |
Definition at line 137 of file ngx_http_spdy.h.
Definition at line 135 of file ngx_http_spdy.h.
| ngx_uint_t priority |
Definition at line 146 of file ngx_http_spdy.h.
| size_t size |
Definition at line 144 of file ngx_http_spdy.h.
| ngx_http_spdy_stream_t* stream |
Definition at line 143 of file ngx_http_spdy.h.
1.8.1.2