Searched refs:txt (Results 1 – 3 of 3) sorted by relevance
| /webrtc/mdns/src/message/resource/ |
| H A D | txt.rs | 8 pub txt: Vec<String>, field 13 if self.txt.is_empty() { in fmt() 16 write!(f, "dnsmessage.TXTResource{{txt: {{{}}}", self.txt.join(",")) in fmt() 33 for s in &self.txt { in pack() 52 self.txt = txts; in unpack()
|
| H A D | mod.rs | 10 pub mod txt; module 26 use txt::*;
|
| /webrtc/mdns/src/message/ |
| H A D | message_test.rs | 10 a::*, aaaa::*, cname::*, mx::*, ns::*, opt::*, ptr::*, soa::*, srv::*, txt::*, *, 202 txt: vec!["So Long, and Thanks for All the Fish".into()], in large_test_msg() 213 txt: vec!["Hamster Huey and the Gooey Kablooie".into()], in large_test_msg() 766 txt: vec![ in test_very_long_txt() 801 let rb = TxtResource { txt: vec![str256] }; in test_too_long_txt()
|