Home
last modified time | relevance | path

Searched refs:transmit_message (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
H A Dstreams.rs86 fn transmit_message( in transmit_message() functions
227 if let Poll::Ready(ret) = stream.transmit_message(cx, RespMessage::Output(frame)) {
246 if let Poll::Ready(ret) = stream.transmit_message(cx, RespMessage::OutputExit(error)) {
514 .transmit_message(
555 .transmit_message(
579 .transmit_message(cx, RespMessage::OutputExit(err.clone()))
636 if let Poll::Ready(ret) = stream.transmit_message(
684 match stream.transmit_message(cx, message) {
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs110 match self.transmit_message(cx, OutputMessage::OutputExit(e.into())) {
177 match self.transmit_message(cx, message) { in poll_iterator_frames()
199 match self.transmit_message(cx, OutputMessage::OutputExit(exit_err)) { in transmit_error()
208 fn transmit_message( in transmit_message() functions

Completed in 2 milliseconds