Lines Matching refs:client
20 int handle_http_frame_rst_stream(struct http_client_ctx *client);
21 int handle_http_frame_goaway(struct http_client_ctx *client);
22 int handle_http_frame_settings(struct http_client_ctx *client);
23 int handle_http_frame_priority(struct http_client_ctx *client);
24 int handle_http_frame_continuation(struct http_client_ctx *client);
25 int handle_http_frame_window_update(struct http_client_ctx *client);
26 int handle_http_frame_header(struct http_client_ctx *client);
27 int handle_http_frame_headers(struct http_client_ctx *client);
28 int handle_http_frame_data(struct http_client_ctx *client);
29 int handle_http_frame_padding(struct http_client_ctx *client);
30 int handle_http1_request(struct http_client_ctx *client);
31 int handle_http1_to_http2_upgrade(struct http_client_ctx *client);
32 int handle_http1_to_websocket_upgrade(struct http_client_ctx *client);
33 void http_server_release_client(struct http_client_ctx *client);
35 int enter_http1_request(struct http_client_ctx *client);
36 int enter_http2_request(struct http_client_ctx *client);
37 int enter_http_done_state(struct http_client_ctx *client);
41 int http_server_sendall(struct http_client_ctx *client, const void *buf, size_t len);
45 void http_client_timer_restart(struct http_client_ctx *client);
50 int parse_http_frame_header(struct http_client_ctx *client, const uint8_t *buffer,