Searched refs:window_update_frame (Results 1 – 1 of 1) sorted by relevance
286 uint8_t window_update_frame[HTTP2_FRAME_HEADER_SIZE + in send_window_update_frame() local302 encode_frame_header(window_update_frame, sizeof(uint32_t), in send_window_update_frame()306 window_update_frame + HTTP2_FRAME_HEADER_SIZE); in send_window_update_frame()308 ret = http_server_sendall(client, window_update_frame, in send_window_update_frame()309 sizeof(window_update_frame)); in send_window_update_frame()