Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dparts.rs50 pub(crate) fn update(&mut self, headers: Field, value: String) { in update() method
/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/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/
Dtable.rs129 pub(crate) fn update(&mut self, field: Field, value: String) -> Option<TableIndex> { 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