OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findRRset
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
Message.java
225
findRRset
(Name name, int type, int section) {
243
findRRset
(Name name, int type) {
244
return (
findRRset
(name, type, Section.ANSWER) ||
245
findRRset
(name, type, Section.AUTHORITY) ||
246
findRRset
(name, type, Section.ADDITIONAL));
Zone.java
265
findRRset
(Name name, int type) {
473
RRset rrset =
findRRset
(name, rtype);
493
RRset rrset =
findRRset
(name, rtype);
Completed in 790 milliseconds