Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dsettings.rs84 let fc = FlowControl::new(100, 200); in ut_fc_new() localVariable
97 let mut fc = FlowControl::new(100, 200); in ut_fc_check_conn_recv_window_update() localVariable
109 let mut fc = FlowControl::new(100, 200); in ut_fc_setup_recv_window() localVariable
124 let mut fc = FlowControl::new(100, 200); in ut_fc_increase_send_size() localVariable
137 let fc = FlowControl::new(100, 200); in ut_fc_send_size_available() localVariable
150 let fc = FlowControl::new(100, 200); in ut_fc_recv_notification_size_available() localVariable
164 let mut fc = FlowControl::new(100, 200); in ut_fc_send_and_recv_data() localVariable