HomeSort by: relevance | last modified time | path
    Searched refs:SearchList (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 470 static unsigned RemoveDuplicates(std::vector<DirectoryLookup> &SearchList,
476 for (unsigned i = First; i != SearchList.size(); ++i) {
479 const DirectoryLookup &CurEntry = SearchList[i];
509 const DirectoryLookup &SearchEntry = SearchList[FirstDir];
531 if (SearchList[FirstDir].getDirCharacteristic() == SrcMgr::C_User)
547 SearchList.erase(SearchList.begin()+DirToRemove);
555 // Concatenate ANGLE+SYSTEM+AFTER chains together into SearchList.
556 std::vector<DirectoryLookup> SearchList;
557 SearchList.reserve(IncludePath.size())
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.c 1093 for (item = SearchList; item; item = item->next)
uds_daemon.c 7735 if (!SearchList) LogToFD(fd, "<None>");
7738 for (s=SearchList; s; s=s->next)
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 52 mDNSexport SearchListElem *SearchList = mDNSNULL;
5261 for (p = &SearchList; *p; p = &(*p)->next)
5430 SearchListElem **p = &SearchList, *ptr;
5435 for (ptr = SearchList; ptr; ptr = ptr->next)
5443 // If the configuration did not change, clear the flag so that we don't free the searchlist.
5446 for (ptr = SearchList; ptr; ptr = ptr->next)
5483 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries
5532 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries
5567 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries.
5608 // If the user has "local" in their DNS searchlist, we ignore that for the purposes of domain enumeration queries
    [all...]
mDNSEmbeddedAPI.h 2285 extern SearchListElem *SearchList; // This really ought to be part of mDNS_struct -- SC
mDNS.c 19053 // For each member of our SearchList, deregister any records it may have created, and cut them from the list.
19056 for (s = SearchList; s; s = s->next)

Completed in 93 milliseconds