Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:Hostnames

1426 			for (hi = m->Hostnames; hi; hi = hi->next)
2147 // If we're still in the Hostnames list, update to new address
2150 for (i = m->Hostnames; i; i = i->next)
2154 // Else, we're not still in the Hostnames list, so free the memory
2210 HostnameInfo *h = m->Hostnames;
2287 HostnameInfo **ptr = &m->Hostnames;
2310 HostnameInfo **ptr = &m->Hostnames;
2369 for (i = m->Hostnames; i; i = i->next)
4773 for (hi = m->Hostnames; hi; hi = hi->next)
4775 LogMemCorruption("m->Hostnames: %p is garbage", n);