Searched defs:update (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | parts.rs | 48 pub(crate) fn update(&mut self, headers: Header, value: String) { in update() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | parts.rs | 50 pub fn update(&mut self, headers: NameField, value: String) { in update() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
| D | table.rs | 125 pub(crate) fn update(&mut self, header: Header, value: String) { in update() method
|
| D | decoder.rs | 113 fn update(&mut self, repr: Representation) -> Result<(), H2Error> { in update() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | encoder.rs | 65 pub(crate) fn update(&mut self, unacked: HashSet<usize>) { in update() method
|
| D | table.rs | 230 pub(crate) fn update(&mut self, field: NameField, value: String) -> usize { in update() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | selector.rs | 425 fn update(&mut self, self_arc: &Pin<Arc<Mutex<SockState>>>) -> io::Result<()> { in update() method
|