Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs115 if self.table.have_enough_space(&h, &v, self.insert_length) { in encode()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs137 pub(crate) fn have_enough_space( in have_enough_space() method