Home
last modified time | relevance | path

Searched refs:remain (Results 1 - 8 of 8) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp3.rs155 pub(crate) remain: Option<Frame>,
189 remain: None,
202 text_io.remain = Some(frame); in match_channel_message()
214 text_io.remain = Some(frame); in match_channel_message()
243 text_io.remain = None; in end_read()
256 if let Some(frame) = &text_io.remain { in read_remaining_data()
H A Dhttp2.rs203 pub(crate) remain: Option<Frame>,
237 remain: None,
250 text_io.remain = Some(frame); in match_channel_message()
262 text_io.remain = Some(frame); in match_channel_message()
295 text_io.remain = None; in end_read()
311 if let Some(frame) = &text_io.remain { in read_remaining_data()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs355 Some(remain) => { in decode()
356 buffer = remain; in decode()
364 Some((remain, frame)) => { in decode()
366 buffer = remain; in decode()
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp148 static void QueuePushInnotfullNotEquivalent(const unsigned int remain) in QueuePushInnotfullNotEquivalent() argument
150 for (unsigned int i = 0; i < QUEUE_SLOTS - remain; i++) { in QueuePushInnotfullNotEquivalent()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_test.cpp273 static void QueuePushInnotfull(const unsigned int remain) in QueuePushInnotfull() argument
275 for (unsigned int i = 0; i < QUEUE_SLOTS - remain; i++) { in QueuePushInnotfull()
H A Dutils_safe_block_queue_tracking.cpp294 static void QueuePushInnotfull(const unsigned int remain) in QueuePushInnotfull() argument
296 for (unsigned int i = 0; i < QUEUE_SLOTS - remain; i++) { in QueuePushInnotfull()
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp438 static void QueuePushFullNotEquivalent(const unsigned int remain) in QueuePushFullNotEquivalent() argument
440 for (unsigned int i = 0; i < QUEUE_SLOTS - remain; i++) { in QueuePushFullNotEquivalent()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Ddecoder.rs340 let (remain, overflow) = curr.overflowing_sub(off as u64); in subtract_payload_len()
344 self.payload_len = Some(remain); in subtract_payload_len()

Completed in 8 milliseconds