Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp524 for (size_t perMethodIndex = 0; perMethodIndex <= maxVerbIndex; in findRoute() local
525 perMethodIndex++) in findRoute()
531 perMethods[perMethodIndex]); in findRoute()
540 HttpVerb thisVerb = static_cast<HttpVerb>(perMethodIndex); in findRoute()