Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/routing/
H A Dtrie.hpp27 size_t stringParamChild = 0U; member
37 return ruleIndex == 0 && stringParamChild == 0 && pathParamChild == 0; in isSimpleNode()
49 if (node.stringParamChild != 0U) in optimizeNode()
51 optimizeNode(nodes[node.stringParamChild]); in optimizeNode()
159 if (node.stringParamChild != 0U) in findHelper()
174 reqUrl.substr(epos), nodes[node.stringParamChild], params); in findHelper()
252 if (nodes[idx].stringParamChild == 0U) in add()
255 nodes[idx].stringParamChild = newNodeIdx; in add()
257 idx = nodes[idx].stringParamChild; in add()
294 if (n.stringParamChild != 0U) in debugNodePrint()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dsub_route_trie.hpp55 if (node.stringParamChild != 0U) in findHelper()
62 findHelper("", this->nodes[node.stringParamChild], params); in findHelper()
74 this->nodes[node.stringParamChild], params); in findHelper()
171 if (this->nodes[idx].stringParamChild == 0U) in add()
174 this->nodes[idx].stringParamChild = newNodeIdx; in add()
176 idx = this->nodes[idx].stringParamChild; in add()
217 if (n.stringParamChild != 0U) in debugNodePrint()
220 debugNodePrint(this->nodes[n.stringParamChild], level + 5); in debugNodePrint()