Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Ddecoder.rs314 let ack = Integer::index(0x80, stream_id, 0x7f); in finish() localVariable
353 let ack = Integer::index(0x40, stream_id, 0x3f); in stream_cancel() localVariable
648 let mut ack = [0u8; 20]; in ut_qpack_decoder() localVariable
Dencoder.rs166 fn ack(&mut self, stream_id: usize) -> Result<Option<DecoderInst>, H3errorQpack> { in ack() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dframe.rs391 pub fn ack() -> Frame { in ack() method
591 pub fn ack(ping: Ping) -> Frame { in ack() method