Searched refs:CopyLabels (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 402 static int CopyLabels(char *dst, const char *lim, const char **srcp, int labels) in CopyLabels() function 436 if (CopyLabels(n, n + kDNSServiceMaxDomainName, &p, 3)) return; // Fetch name+type in zonedata_resolve() 438 if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 1)) return; // Skip first label in zonedata_resolve() 439 …if (CopyLabels(t, t + kDNSServiceMaxDomainName, &p, 2)) return; // Fetch next two labels (service… in zonedata_resolve()
|