OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findRecords
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/xbill/DNS/
Cache.java
517
findRecords
(Name name, int type, int minCred) {
534
findRecords
(Name name, int type) {
535
return
findRecords
(name, type, Credibility.NORMAL);
548
return
findRecords
(name, type, Credibility.GLUE);
Zone.java
433
findRecords
(Name name, int type) {
Completed in 51 milliseconds