Searched defs:as (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/nameser/
H A Dns_name.c95 * Convert an encoded domain name to printable ascii as per RFC1035.
100 * The root is returned as "."
197 * Convert a ascii string into an encoded domain name as per RFC1035.
215 * Convert a ascii string into an encoded domain name as per RFC1035.
526 * the message as we compress the name. If 'dnptr' is NULL, we don't
631 * Root domain returns as "." not "".
658 * pointers for labels inserted into the message as we compress the name.
761 ns_name_eq(ns_nname_ct a, size_t as, ns_nname_ct b, size_t bs) { argument
762 ns_nname_ct ae = a + as, be = b + bs;

Completed in 846 milliseconds