Home
last modified time | relevance | path

Searched defs:can_evict (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dtable.rs188 pub(crate) fn can_evict(&mut self, required: usize) -> Option<usize> { in can_evict() method
193 let mut can_evict = 0; in can_evict() localVariable