Lines Matching defs:an
95 * Convert an encoded domain name to printable ascii as per RFC1035.
198 * Convert a ascii string into an encoded domain name as per RFC1035.
216 * Convert a ascii string into an encoded domain name as per RFC1035.
516 *\li 'dnptrs' is an array of pointers to previous compressed names.
652 *\li 'dnptrs' is an array of pointers to previous compressed names.
732 /* Find the number of octets an nname takes up, including the root label.
784 ns_name_owned(ns_namemap_ct a, int an, ns_namemap_ct b, int bn) {
786 if (an < bn)
795 a++, an--;
803 /* Build an array of <base,len> tuples from an nname, top-down order.
928 * Search for the counted-label name in an array of compressed names.