HomeSort by: relevance | last modified time | path
    Searched defs:SearchList (Results 1 - 2 of 2) 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/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...]

Completed in 39 milliseconds