Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs153 (Idle: $eos: expr, $state: expr) => {
154 $state = if $eos {
163 (Open: $eos: expr, $state: expr, $send: expr) => {
164 $state = if $eos {
173 (HalfClosed: $eos: expr, $state: expr) => {
174 $state = if $eos {
582 pub(crate) fn send_headers_frame(&mut self, id: StreamId, eos: bool) -> FrameRecvState {
587 stream.state = if eos {
600 stream.state = if eos {
610 stream.state = if eos {
[all...]
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1104 const char* eos = reinterpret_cast<const char*>(memchr(cstr, 0, avail)); in ReadCString() local
1105 if (eos != nullptr) { in ReadCString()
1106 const size_t dataLength = eos - cstr; in ReadCString()

Completed in 3 milliseconds