Searched refs:http2_dynamic_response (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/net/lib/http/ |
| D | http_server_http2.c | 559 static int http2_dynamic_response(struct http_client_ctx *client, struct http2_frame *frame, in http2_dynamic_response() function 648 ret = http2_dynamic_response(client, frame, &response_ctx, status, dynamic_detail); in dynamic_get_del_req_v2() 721 ret = http2_dynamic_response(client, frame, &response_ctx, status, dynamic_detail); in dynamic_post_put_req_v2() 738 ret = http2_dynamic_response(client, frame, &response_ctx, status, dynamic_detail); in dynamic_post_put_req_v2() 753 ret = http2_dynamic_response(client, frame, &response_ctx, in dynamic_post_put_req_v2() 1505 ret = http2_dynamic_response(client, frame, &response_ctx, HTTP_SERVER_DATA_FINAL, in handle_http_frame_headers_end_stream()
|