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.rs3326 let total_data_frames = 4; in request_no_body_response_many_chunks() localVariable
3330 for _ in 0..total_data_frames - 1 { in request_no_body_response_many_chunks()
3347 for _ in 0..total_data_frames { in request_no_body_response_many_chunks()
3398 let total_data_frames = 4; in request_many_chunks_response_no_body() localVariable
3400 for _ in 0..total_data_frames - 1 { in request_many_chunks_response_no_body()
3417 for _ in 0..total_data_frames { in request_many_chunks_response_no_body()
4645 let total_data_frames = 6; in stream_backpressure() localVariable
4647 for _ in 0..total_data_frames { in stream_backpressure()
4675 for _ in 0..total_data_frames { in stream_backpressure()