Lines Matching refs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
68 // retries, and name the environment properties used to override
76 // The resource record type and class to use for lookups, and the
77 // property used to modify them
81 // Property used to disallow recursion on queries
115 * but with a different domain name and with parentIsDns set to true.
509 // Any name that's not a CompositeName is assumed to be a DNS
510 // compound name. Convert each to a DnsName for syntax checking.
565 * Resolver is not created until needed, to allow time for updates
566 * to the environment.
577 * relative to this context. Result includes a root label (an
594 "DNS name " + dnsName + " not relative to " + domain);
601 * Converts resource records to an attribute set. Only resource
660 * value) is prepended to the attribute ID, separated by a space.
677 * Returns the class and type values corresponding to an attribute
719 * Returns an array of the classes and types corresponding to a
739 * that may be used to query for records matching cts.
751 // No records are requested, but we need to ask for something.
775 * Any access to zoneTree that walks the tree, whether it modifies
779 * further synchronization. Access to other fields and methods
783 * modified. The only synchronization needed is to ensure that it
786 * via a soft reference, so a ZoneNode may be seen to be populated
791 * Returns the node in the zone tree corresponding to a
794 * transfer is done to populate the tree.
847 dprint("Adding node " + fqdn + " to zone tree");
849 // Find fqdn's zone and add it to the tree.
854 znode = (ZoneNode) zoneTree.add(zone, 1); // "1" to skip root
877 * Does a zone transfer to [re]populate a zone in the zone tree.
900 * to call it with znode unlocked. Caller must then note that the
960 * make the namespace easier to browse.
964 protected Enumeration nodes; // nodes to be enumerated, or null if none
975 * ctx will be set to null when no longer needed by the enumeration.
1033 // Finalizer not needed since it's safe to leave ctx unclosed.
1052 // Clone ctx to create the child context.