Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp47 size_t pathParamChild = 0U; member
58 pathParamChild == 0; in isSimpleNode()
71 if (node.pathParamChild != 0U) in optimizeNode()
73 optimizeNode(nodes[node.pathParamChild]); in optimizeNode()
197 if (node.pathParamChild != 0U) in findHelper()
200 FindResult ret = findHelper("", nodes[node.pathParamChild], params); in findHelper()
258 param = &node.pathParamChild; in add()
305 if (n.pathParamChild != 0U) in debugNodePrint()
308 debugNodePrint(nodes[n.pathParamChild], level + 6); in debugNodePrint()