Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dtable.rs146 let mut eviction_space = 0; in have_enough_space() localVariable
149 eviction_space += h.len() + v.len() + 32; in have_enough_space()
151 if eviction_space - insert_length >= field.len() + value.len() + 32 { in have_enough_space()
156 if eviction_space - insert_length >= field.len() + value.len() + 32 { in have_enough_space()