Searched defs:update (Results 1 – 6 of 6) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
| D | parts.rs | 50 pub(crate) fn update(&mut self, headers: Field, value: String) { in update() method
|
| /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/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 | table.rs | 129 pub(crate) fn update(&mut self, field: Field, value: String) -> Option<TableIndex> { 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
|