ngx_http_spdy_connection_t   96 src/http/ngx_http_spdy.c static void ngx_http_spdy_handle_connection(ngx_http_spdy_connection_t *sc);
ngx_http_spdy_connection_t   98 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_proxy_protocol(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  100 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_head(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  102 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_syn_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  104 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_headers(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  106 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_headers_skip(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  108 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_headers_error(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  110 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_window_update(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  112 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_data(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  114 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_read_data(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  116 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_rst_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  118 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_ping(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  120 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_skip(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  122 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_settings(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  124 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_complete(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  126 src/http/ngx_http_spdy.c static u_char *ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  130 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, int rc);
ngx_http_spdy_connection_t  132 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc);
ngx_http_spdy_connection_t  134 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc);
ngx_http_spdy_connection_t  137 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, ngx_uint_t sid, ngx_uint_t delta);
ngx_http_spdy_connection_t  138 src/http/ngx_http_spdy.c static ngx_int_t ngx_http_spdy_send_rst_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  140 src/http/ngx_http_spdy.c static ngx_int_t ngx_http_spdy_send_settings(ngx_http_spdy_connection_t *sc);
ngx_http_spdy_connection_t  142 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame);
ngx_http_spdy_connection_t  144 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, size_t size, ngx_uint_t priority);
ngx_http_spdy_connection_t  146 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame);
ngx_http_spdy_connection_t  149 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, ngx_uint_t id, ngx_uint_t priority);
ngx_http_spdy_connection_t  151 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc, ngx_uint_t sid);
ngx_http_spdy_connection_t  170 src/http/ngx_http_spdy.c static ngx_int_t ngx_http_spdy_terminate_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  177 src/http/ngx_http_spdy.c static void ngx_http_spdy_finalize_connection(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  180 src/http/ngx_http_spdy.c static ngx_int_t ngx_http_spdy_adjust_windows(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  393 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t  *sc;
ngx_http_spdy_connection_t  412 src/http/ngx_http_spdy.c     sc = ngx_pcalloc(c->pool, sizeof(ngx_http_spdy_connection_t));
ngx_http_spdy_connection_t  524 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t  *sc;
ngx_http_spdy_connection_t  613 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t  *sc;
ngx_http_spdy_connection_t  663 src/http/ngx_http_spdy.c ngx_http_spdy_send_output_queue(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t  801 src/http/ngx_http_spdy.c ngx_http_spdy_handle_connection(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t  861 src/http/ngx_http_spdy.c ngx_http_spdy_proxy_protocol(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t  882 src/http/ngx_http_spdy.c ngx_http_spdy_state_head(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t  961 src/http/ngx_http_spdy.c ngx_http_spdy_state_syn_stream(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1048 src/http/ngx_http_spdy.c ngx_http_spdy_state_headers(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1287 src/http/ngx_http_spdy.c ngx_http_spdy_state_headers_skip(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1341 src/http/ngx_http_spdy.c ngx_http_spdy_state_headers_error(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1368 src/http/ngx_http_spdy.c ngx_http_spdy_state_window_update(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1482 src/http/ngx_http_spdy.c ngx_http_spdy_state_data(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1574 src/http/ngx_http_spdy.c ngx_http_spdy_state_read_data(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1744 src/http/ngx_http_spdy.c ngx_http_spdy_state_rst_stream(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1819 src/http/ngx_http_spdy.c ngx_http_spdy_state_ping(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1868 src/http/ngx_http_spdy.c ngx_http_spdy_state_skip(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1889 src/http/ngx_http_spdy.c ngx_http_spdy_state_settings(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1973 src/http/ngx_http_spdy.c ngx_http_spdy_state_complete(ngx_http_spdy_connection_t *sc, u_char *pos,
ngx_http_spdy_connection_t 1995 src/http/ngx_http_spdy.c ngx_http_spdy_state_save(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 2025 src/http/ngx_http_spdy.c ngx_http_spdy_state_inflate_error(ngx_http_spdy_connection_t *sc, int rc)
ngx_http_spdy_connection_t 2043 src/http/ngx_http_spdy.c ngx_http_spdy_state_protocol_error(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t 2060 src/http/ngx_http_spdy.c ngx_http_spdy_state_internal_error(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t 2077 src/http/ngx_http_spdy.c ngx_http_spdy_send_window_update(ngx_http_spdy_connection_t *sc, ngx_uint_t sid,
ngx_http_spdy_connection_t 2112 src/http/ngx_http_spdy.c ngx_http_spdy_send_rst_stream(ngx_http_spdy_connection_t *sc, ngx_uint_t sid,
ngx_http_spdy_connection_t 2152 src/http/ngx_http_spdy.c ngx_http_spdy_send_goaway(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t 2186 src/http/ngx_http_spdy.c ngx_http_spdy_send_settings(ngx_http_spdy_connection_t *sc)
ngx_http_spdy_connection_t 2257 src/http/ngx_http_spdy.c ngx_http_spdy_settings_frame_handler(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 2275 src/http/ngx_http_spdy.c ngx_http_spdy_get_ctl_frame(ngx_http_spdy_connection_t *sc, size_t length,
ngx_http_spdy_connection_t 2332 src/http/ngx_http_spdy.c ngx_http_spdy_ctl_frame_handler(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 2351 src/http/ngx_http_spdy.c ngx_http_spdy_create_stream(ngx_http_spdy_connection_t *sc, ngx_uint_t id,
ngx_http_spdy_connection_t 2482 src/http/ngx_http_spdy.c ngx_http_spdy_get_stream_by_id(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 3319 src/http/ngx_http_spdy.c ngx_http_spdy_terminate_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 3367 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t   *sc;
ngx_http_spdy_connection_t 3487 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t  *sc;
ngx_http_spdy_connection_t 3549 src/http/ngx_http_spdy.c ngx_http_spdy_finalize_connection(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 3618 src/http/ngx_http_spdy.c ngx_http_spdy_adjust_windows(ngx_http_spdy_connection_t *sc, ssize_t delta)
ngx_http_spdy_connection_t 3675 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t  *sc = data;
ngx_http_spdy_connection_t 3686 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc = opaque;
ngx_http_spdy_connection_t 3696 src/http/ngx_http_spdy.c     ngx_http_spdy_connection_t *sc = opaque;
ngx_http_spdy_connection_t   71 src/http/ngx_http_spdy.h typedef struct ngx_http_spdy_connection_s   ngx_http_spdy_connection_t;
ngx_http_spdy_connection_t   75 src/http/ngx_http_spdy.h typedef u_char *(*ngx_http_spdy_handler_pt) (ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  124 src/http/ngx_http_spdy.h     ngx_http_spdy_connection_t      *connection;
ngx_http_spdy_connection_t  157 src/http/ngx_http_spdy.h     ngx_int_t                      (*handler)(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  170 src/http/ngx_http_spdy.h ngx_http_spdy_queue_frame(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  191 src/http/ngx_http_spdy.h ngx_http_spdy_queue_blocked_frame(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  216 src/http/ngx_http_spdy.h ngx_int_t ngx_http_spdy_send_output_queue(ngx_http_spdy_connection_t *sc);
ngx_http_spdy_connection_t   37 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_stream_t *stream);
ngx_http_spdy_connection_t   38 src/http/ngx_http_spdy_filter_module.c static void ngx_http_spdy_waiting_queue(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t   48 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame);
ngx_http_spdy_connection_t   50 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_out_frame_t *frame);
ngx_http_spdy_connection_t   54 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t *sc, ngx_http_spdy_stream_t *stream);
ngx_http_spdy_connection_t  113 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t   *sc;
ngx_http_spdy_connection_t  626 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t  *sc;
ngx_http_spdy_connection_t  946 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_flow_control(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  964 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_waiting_queue(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t  995 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_syn_frame_handler(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 1023 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_data_frame_handler(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 1137 src/http/ngx_http_spdy_filter_module.c ngx_http_spdy_handle_stream(ngx_http_spdy_connection_t *sc,
ngx_http_spdy_connection_t 1169 src/http/ngx_http_spdy_filter_module.c     ngx_http_spdy_connection_t  *sc;