Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs420 let old_len = buf.filled().len(); in poll_read_curr() localVariable
423 if old_len != buf.filled().len() { in poll_read_curr()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs464 let old_len = buf.filled().len(); in poll_read_curr() localVariable
469 if old_len == new_len { in poll_read_curr()