Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp531 for (size_t perMethodIndex = 0; perMethodIndex <= maxVerbIndex; in findRoute() local
532 perMethodIndex++) in findRoute()
538 perMethods[perMethodIndex]); in findRoute()
547 HttpVerb thisVerb = static_cast<HttpVerb>(perMethodIndex); in findRoute()
549 if (perMethodIndex == reqMethodIndex) in findRoute()