Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dframe.rs53 CancelPush { enumerator
96 CANCEL_PUSH_FRAME_TYPE_ID => Frame::CancelPush { in from_bytes()
138 Frame::CancelPush { push_id } => { in to_bytes()
241 Frame::CancelPush { push_id } => { in fmt()
397 let frame = Frame::CancelPush { push_id: 0 }; in cancel_push()
Dmod.rs1766 frame::Frame::CancelPush { .. } => { in process_frame()
2568 frame::Frame::CancelPush { push_id: 1 }, in cancel_push_from_client()
2586 frame::Frame::CancelPush { push_id: 2 }, in cancel_push_from_client_bad_stream()
2608 frame::Frame::CancelPush { push_id: 1 }, in cancel_push_from_server()