Lines Matching defs:client

42 static void print_http_frames(struct http_client_ctx *client)  in print_http_frames()
68 struct http_client_ctx *client, uint32_t stream_id) in find_http_stream_context()
80 struct http_client_ctx *client, uint32_t stream_id) in allocate_http_stream_context()
97 static void release_http_stream_context(struct http_client_ctx *client, in release_http_stream_context()
110 static int add_header_field(struct http_client_ctx *client, uint8_t **buf, in add_header_field()
142 static int send_headers_frame(struct http_client_ctx *client, enum http_status status, in send_headers_frame()
217 static int send_data_frame(struct http_client_ctx *client, const char *payload, in send_data_frame()
243 int send_settings_frame(struct http_client_ctx *client, bool ack) in send_settings_frame()
286 int send_window_update_frame(struct http_client_ctx *client, in send_window_update_frame()
321 static int send_http2_404(struct http_client_ctx *client, in send_http2_404()
343 static int send_http2_405(struct http_client_ctx *client, in send_http2_405()
359 static int send_http2_409(struct http_client_ctx *client, in send_http2_409()
373 static void send_http2_500(struct http_client_ctx *client, in send_http2_500()
415 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_static_resource()
456 struct http_client_ctx *client) in handle_http2_static_fs_resource()
559 static int http2_dynamic_response(struct http_client_ctx *client, struct http2_frame *frame, in http2_dynamic_response()
620 struct http_client_ctx *client) in dynamic_get_del_req_v2()
672 struct http_client_ctx *client, bool headers_only) in dynamic_post_put_req_v2()
770 struct http2_frame *frame, struct http_client_ctx *client) in handle_http2_dynamic_resource()
842 int enter_http2_request(struct http_client_ctx *client) in enter_http2_request()
865 static int enter_http_frame_settings_state(struct http_client_ctx *client) in enter_http_frame_settings_state()
872 static int enter_http_frame_data_state(struct http_client_ctx *client) in enter_http_frame_data_state()
904 static int enter_http_frame_headers_state(struct http_client_ctx *client) in enter_http_frame_headers_state()
942 static int enter_http_frame_continuation_state(struct http_client_ctx *client) in enter_http_frame_continuation_state()
957 static int enter_http_frame_window_update_state(struct http_client_ctx *client) in enter_http_frame_window_update_state()
964 static int enter_http_frame_priority_state(struct http_client_ctx *client) in enter_http_frame_priority_state()
971 static int enter_http_frame_rst_stream_state(struct http_client_ctx *client) in enter_http_frame_rst_stream_state()
978 static int enter_http_frame_goaway_state(struct http_client_ctx *client) in enter_http_frame_goaway_state()
985 int handle_http_frame_header(struct http_client_ctx *client) in handle_http_frame_header()
1036 int handle_http1_to_http2_upgrade(struct http_client_ctx *client) in handle_http1_to_http2_upgrade()
1162 static int parse_http_frame_padded_field(struct http_client_ctx *client) in parse_http_frame_padded_field()
1193 static int parse_http_frame_priority_field(struct http_client_ctx *client) in parse_http_frame_priority_field()
1216 int handle_http_frame_data(struct http_client_ctx *client) in handle_http_frame_data()
1341 static int process_header(struct http_client_ctx *client, in process_header()
1417 static int handle_incomplete_http_header(struct http_client_ctx *client) in handle_incomplete_http_header()
1472 static int handle_http_frame_headers_end_stream(struct http_client_ctx *client) in handle_http_frame_headers_end_stream()
1538 int handle_http_frame_headers(struct http_client_ctx *client) in handle_http_frame_headers()
1663 int handle_http_frame_priority(struct http_client_ctx *client) in handle_http_frame_priority()
1688 int handle_http_frame_rst_stream(struct http_client_ctx *client) in handle_http_frame_rst_stream()
1728 int handle_http_frame_settings(struct http_client_ctx *client) in handle_http_frame_settings()
1758 int handle_http_frame_goaway(struct http_client_ctx *client) in handle_http_frame_goaway()
1778 int handle_http_frame_window_update(struct http_client_ctx *client) in handle_http_frame_window_update()
1800 int handle_http_frame_continuation(struct http_client_ctx *client) in handle_http_frame_continuation()
1808 int handle_http_frame_padding(struct http_client_ctx *client) in handle_http_frame_padding()
1857 int parse_http_frame_header(struct http_client_ctx *client, const uint8_t *buffer, in parse_http_frame_header()