OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRRsetType
(Results
1 - 5
of
5
) sorted by null
/external/smack/src/org/xbill/DNS/
Message.java
343
return (r1.
getRRsetType
() == r2.
getRRsetType
() &&
367
if (set.getType() == recs[i].
getRRsetType
() &&
RRset.java
195
return first().
getRRsetType
();
Record.java
526
getRRsetType
() {
563
return (
getRRsetType
() == rec.
getRRsetType
() &&
Zone.java
471
int rtype = r.
getRRsetType
();
491
int rtype = r.
getRRsetType
();
Cache.java
329
int type = r.
getRRsetType
();
Completed in 55 milliseconds