Searched refs:window_update_frame (Results 1 – 1 of 1) sorted by relevance
289 uint8_t window_update_frame[HTTP2_FRAME_HEADER_SIZE + in send_window_update_frame() local305 encode_frame_header(window_update_frame, sizeof(uint32_t), in send_window_update_frame()309 window_update_frame + HTTP2_FRAME_HEADER_SIZE); in send_window_update_frame()311 ret = http_server_sendall(client, window_update_frame, in send_window_update_frame()312 sizeof(window_update_frame)); in send_window_update_frame()