Lines Matching defs:in
50 /** The maximum number of labels in a Name */
62 /* Used in wildcard names. */
294 * that it will avoid creating new objects in some cases.
312 * to the constructor, except that it will avoid creating new objects in some
340 * @param in A stream containing the DNS message which is currently
344 Name(DNSInput in) throws WireParseException {
351 len = in.readU8();
361 in.readByteArray(label, 1, len);
366 pos = in.readU8();
369 System.err.println("currently " + in.current() +
372 if (pos >= in.current() - 2)
375 in.save();
378 in.jump(pos);
388 in.restore();
404 * @param n The number of labels to remove from the beginning in the copy
543 * The number of labels in the name.
628 * Convert the nth label in a Name to a String
639 * Emit a Name in DNS wire format
675 * Emit a Name in DNS wire format
686 * Emit a Name in canonical DNS wire format (all lowercase)
696 * Emit a Name in canonical DNS wire format (all lowercase)
717 * Emit a Name in DNS wire format
720 * @param canonical If true, emit the name in canonicalized form
789 * a value less than 0 if the argument is less than this name in the canonical
791 * name in the canonical ordering.