Home
last modified time | relevance | path

Searched refs:total_data_frames (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dmod.rs2143 let total_data_frames = 4; in request_no_body_response_many_chunks() localVariable
2147 for _ in 0..total_data_frames - 1 { in request_no_body_response_many_chunks()
2162 for _ in 0..total_data_frames { in request_no_body_response_many_chunks()
2214 let total_data_frames = 4; in request_many_chunks_response_no_body() localVariable
2216 for _ in 0..total_data_frames - 1 { in request_many_chunks_response_no_body()
2231 for _ in 0..total_data_frames { in request_many_chunks_response_no_body()
2895 let total_data_frames = 6; in stream_backpressure() localVariable
2897 for _ in 0..total_data_frames { in stream_backpressure()
2923 for _ in 0..total_data_frames { in stream_backpressure()