Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_tree.c142 struct RedfishPropertyNode* currentChild) in bejParentGoToNextChild() argument
144 if (parent == NULL || currentChild == NULL) in bejParentGoToNextChild()
150 parent->metaData.nextChild = currentChild->sibling; in bejParentGoToNextChild()
151 return currentChild->sibling; in bejParentGoToNextChild()
/openbmc/libbej/include/libbej/
H A Dbej_tree.h310 struct RedfishPropertyNode* currentChild);