Searched refs:text_rdatas (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | rrset.py | 118 def from_text_list(name, ttl, rdclass, rdtype, text_rdatas): argument 133 for t in text_rdatas: 138 def from_text(name, ttl, rdclass, rdtype, *text_rdatas): argument 145 return from_text_list(name, ttl, rdclass, rdtype, text_rdatas)
|
D | rdataset.py | 277 def from_text_list(rdclass, rdtype, ttl, text_rdatas): argument 290 for t in text_rdatas: 295 def from_text(rdclass, rdtype, ttl, *text_rdatas): argument 302 return from_text_list(rdclass, rdtype, ttl, text_rdatas)
|