Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dparts.rs48 pub(crate) fn update(&mut self, headers: Header, value: String) { in update() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dparts.rs50 pub fn update(&mut self, headers: NameField, value: String) { in update() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
Dtable.rs125 pub(crate) fn update(&mut self, header: Header, value: String) { in update() method
Ddecoder.rs113 fn update(&mut self, repr: Representation) -> Result<(), H2Error> { in update() method
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs65 pub(crate) fn update(&mut self, unacked: HashSet<usize>) { in update() method
Dtable.rs230 pub(crate) fn update(&mut self, field: NameField, value: String) -> usize { in update() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dselector.rs425 fn update(&mut self, self_arc: &Pin<Arc<Mutex<SockState>>>) -> io::Result<()> { in update() method