Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs34 enum DecodeState { enum
44 state: DecodeState,
45 next_state: DecodeState,
71 state: DecodeState::Read, in new()
72 next_state: DecodeState::Read, in new()
83 DecodeState::Read => { in poll_read_frame()
123 DecodeState::Send => { in poll_read_frame()
128 self.next_state = DecodeState::Read; in poll_read_frame()
134 DecodeState::Exit(e) => { in poll_read_frame()
202 self.next_state = DecodeState::Exit(exit_err); in transmit_error()
[all …]