Home
last modified time | relevance | path

Searched refs:HostBranch (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/
H A DHostLookup.cc338 HostBranch *
526 HostBranch *
529 HostBranch *r = nullptr; in Lookup()
559 HostBranch::~HostBranch() in ~HostBranch()
646 HostBranch *
672 HostBranch *
675 HostBranch *new_branch = new HostBranch; in InsertBranch()
720 HostBranch *
723 HostBranch *r = nullptr; in FindNextLevel()
755 HostBranch *cur = &root; in TableInsert()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DHostLookup.h77 struct HostBranch { struct
86 using HostTable = std::unordered_map<std::string_view, HostBranch *>; argument
99 ~HostBranch(); argument
112 HostBranch *cur{nullptr}; argument
143 using HostTable = HostBranch::HostTable;
144 using LeafIndices = HostBranch::LeafIndices;
147 HostBranch *TableNewLevel(HostBranch *from, std::string_view level_data);
148 HostBranch *InsertBranch(HostBranch *insert_in, std::string_view level_data);
149HostBranch *FindNextLevel(HostBranch *from, std::string_view level_data, bool bNotProcess = false);
152 void PrintHostBranch(const HostBranch *hb, PrintFunc const &f) const;
[all …]