Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp483 for (PerMethod& perMethod : perMethods) in validate()
485 perMethod.trie.validate(); in validate()
502 const PerMethod& perMethod) in findRouteByPerMethod() argument
506 Trie::FindResult found = perMethod.trie.find(url); in findRouteByPerMethod()
507 if (found.ruleIndex >= perMethod.rules.size()) in findRouteByPerMethod()
514 route.rule = perMethod.rules[found.ruleIndex]; in findRouteByPerMethod()
562 PerMethod& perMethod = upgradeRoutes; in handleUpgrade() local
563 Trie& trie = perMethod.trie; in handleUpgrade()
564 std::vector<BaseRule*>& rules = perMethod.rules; in handleUpgrade()