Home
last modified time | relevance | path

Searched refs:set_value (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dsocket.rs51 let set_value: c_int = i32::from(is_reuse); in set_reuse() localVariable
57 &set_value as *const c_int as *const c_void, in set_reuse()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs264 .set_value(value, is_huffman), in new()
310 .set_value(value, is_huffman), in new()
356 .set_value(value, is_huffman), in new()
428 fn set_value(mut self, value: Vec<u8>, is_huffman: bool) -> Self { in set_value() method