Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp48 size_t pathParamChild = 0U; member
59 pathParamChild == 0; in isSimpleNode()
72 if (node.pathParamChild != 0U) in optimizeNode()
74 optimizeNode(nodes[node.pathParamChild]); in optimizeNode()
198 if (node.pathParamChild != 0U) in findHelper()
201 FindResult ret = findHelper("", nodes[node.pathParamChild], params); in findHelper()
259 param = &node.pathParamChild; in add()
306 if (n.pathParamChild != 0U) in debugNodePrint()
309 debugNodePrint(nodes[n.pathParamChild], level + 6); in debugNodePrint()