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