Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs249 frames: VecDeque<Frame>, field
1066 let frames = io_manager.inner.decoder.decode(&buf[..read])?; in poll_read_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs349 let mut frames = Frames::new(); in decode() localVariable