Lines Matching defs:child_node
1690 PyHamtNode *child_node;
1708 child_node = hamt_node_bitmap_assoc(
1712 if (child_node == NULL) {
1719 Py_DECREF(child_node);
1731 new_node->a_array[idx] = child_node; /* borrow */
1737 child_node = hamt_node_assoc(
1739 if (child_node == NULL) {
1742 else if (child_node == (PyHamtNode *)self) {
1743 Py_DECREF(child_node);
1749 Py_DECREF(child_node);
1753 Py_SETREF(new_node->a_array[idx], child_node); /* borrow */