Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SearchList

42 mDNSexport SearchListElem *SearchList = mDNSNULL;
4662 for (p = &SearchList; *p; p = &(*p)->next)
4778 for (ptr = SearchList; ptr; ptr = ptr->next)
4780 LogMemCorruption("SearchList: %p is garbage (%X)", ptr, ptr->AuthRecs);
4789 SearchListElem **p = &SearchList, *ptr;
4793 for (ptr = SearchList; ptr; ptr = ptr->next) ptr->flag |= SLE_DELETE;
4815 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries
4845 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries.
4874 SearchListElem *p = SearchList;