Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs253 let unfilled_len = buf.remaining(); in match_channel_message() localVariable
255 let fill_len = min(data_len, unfilled_len); in match_channel_message()
256 if unfilled_len < data_len { in match_channel_message()
313 let unfilled_len = buf.remaining(); in read_remaining_data() localVariable
315 let fill_len = min(unfilled_len, data_len); in read_remaining_data()
318 if unfilled_len < data_len { in read_remaining_data()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs410 let unfilled_len = unfilled.len(); in poll_read_curr() localVariable
414 if new >= unfilled_len { in poll_read_curr()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs454 let unfilled_len = unfilled.len(); in poll_read_curr() localVariable
458 if new < unfilled_len { in poll_read_curr()