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 | 32 static bool is_header_flag_set(uint8_t flags, uint8_t mask) in is_header_flag_set() function 224 is_header_flag_set(flags, HTTP2_FLAG_END_STREAM) ? in send_data_frame() 701 if (frame->length == 0 && is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM) && in dynamic_post_put_req_v2() 746 is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM)) { in dynamic_post_put_req_v2() 923 if (!is_header_flag_set(frame->flags, HTTP2_FLAG_END_HEADERS)) { in enter_http_frame_headers_state() 946 if (!is_header_flag_set(frame->flags, HTTP2_FLAG_END_HEADERS)) { in enter_http_frame_continuation_state() 1231 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_data() 1270 if (is_header_flag_set(frame->flags, HTTP2_FLAG_END_STREAM)) { in handle_http_frame_data() 1546 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PADDED)) { in handle_http_frame_headers() 1553 if (is_header_flag_set(frame->flags, HTTP2_FLAG_PRIORITY)) { in handle_http_frame_headers() [all …]
|