Lines Matching refs:nxt_conn_state_t

114 static const nxt_conn_state_t  nxt_http_idle_state;
115 static const nxt_conn_state_t nxt_h1p_shutdown_state;
117 static const nxt_conn_state_t nxt_h1p_idle_state;
118 static const nxt_conn_state_t nxt_h1p_header_parse_state;
119 static const nxt_conn_state_t nxt_h1p_read_body_state;
120 static const nxt_conn_state_t nxt_h1p_request_send_state;
121 static const nxt_conn_state_t nxt_h1p_timeout_response_state;
122 static const nxt_conn_state_t nxt_h1p_keepalive_state;
123 static const nxt_conn_state_t nxt_h1p_close_state;
124 static const nxt_conn_state_t nxt_h1p_peer_connect_state;
125 static const nxt_conn_state_t nxt_h1p_peer_header_send_state;
126 static const nxt_conn_state_t nxt_h1p_peer_header_body_send_state;
127 static const nxt_conn_state_t nxt_h1p_peer_header_read_state;
128 static const nxt_conn_state_t nxt_h1p_peer_header_read_timer_state;
129 static const nxt_conn_state_t nxt_h1p_peer_read_state;
130 static const nxt_conn_state_t nxt_h1p_peer_close_state;
247 static const nxt_conn_state_t nxt_http_idle_state
382 static const nxt_conn_state_t nxt_h1p_idle_state
533 static const nxt_conn_state_t nxt_h1p_header_parse_state
1010 static const nxt_conn_state_t nxt_h1p_read_body_state
1451 static const nxt_conn_state_t nxt_h1p_request_send_state
1837 static const nxt_conn_state_t nxt_h1p_keepalive_state
1853 const nxt_conn_state_t nxt_h1p_idle_close_state
1949 static const nxt_conn_state_t nxt_h1p_timeout_response_state
2081 static const nxt_conn_state_t nxt_h1p_shutdown_state
2107 static const nxt_conn_state_t nxt_h1p_close_state
2215 static const nxt_conn_state_t nxt_h1p_peer_connect_state
2359 static const nxt_conn_state_t nxt_h1p_peer_header_send_state
2371 static const nxt_conn_state_t nxt_h1p_peer_header_body_send_state
2431 static const nxt_conn_state_t nxt_h1p_peer_header_read_state
2442 static const nxt_conn_state_t nxt_h1p_peer_header_read_timer_state
2650 static const nxt_conn_state_t nxt_h1p_peer_read_state
2851 static const nxt_conn_state_t nxt_h1p_peer_close_state