Searched refs:is_header_flag_set (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http2.c | 31 static bool is_header_flag_set(uint8_t flags, uint8_t mask) in is_header_flag_set() function 221 is_header_flag_set(flags, HTTP2_FLAG_END_STREAM) ? in send_data_frame() 641 if (frame->length == 0 && is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM) && in dynamic_post_put_req_v2() 686 is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM)) { in dynamic_post_put_req_v2() 863 if (!is_header_flag_set(frame->flags, HTTP2_FLAG_END_HEADERS)) { in enter_http_frame_headers_state() 886 if (!is_header_flag_set(frame->flags, HTTP2_FLAG_END_HEADERS)) { in enter_http_frame_continuation_state() 1161 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_data() 1199 if (is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM)) { in handle_http_frame_data() 1459 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_headers() 1466 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PRIORITY)) { in handle_http_frame_headers() [all …]
|