Lines Matching refs:parent
140 parent_node = node->parent;
145 /* Find the node that is the previous peer in the parent's child list */
160 * Link peer list to parent
176 * parent_node - The parent of the new Node
220 /* Link the new entry into the parent and existing children */
223 node->parent = parent_node;
262 * DESCRIPTION: Delete all children of the parent object. In other words,
299 /* Clear the parent's child pointer */
365 * No more children of this parent node.
371 * Now delete all of the children of this parent
376 /* New "last child" is this parent node */
382 parent_node = parent_node->parent;
438 * Get the next child of this parent node. When child_node is NULL,
439 * the first child of the parent is returned
472 * No more children of this parent node.
482 /* New "last child" is this parent node */
488 parent_node = parent_node->parent;