container 798 daemons/controld/controld_execd.c const char *container = g_hash_table_lookup(entry->last->params, CRM_META"_"XML_RSC_ATTR_CONTAINER); container 799 daemons/controld/controld_execd.c if (container) { container 800 daemons/controld/controld_execd.c crm_trace("Resource %s is a part of container resource %s", entry->id, container); container 801 daemons/controld/controld_execd.c crm_xml_add(xml_rsc, XML_RSC_ATTR_CONTAINER, container); container 2502 daemons/controld/controld_execd.c const char *container = NULL; container 2519 daemons/controld/controld_execd.c container = g_hash_table_lookup(op->params, CRM_META"_"XML_RSC_ATTR_CONTAINER); container 2521 daemons/controld/controld_execd.c if (container) { container 2522 daemons/controld/controld_execd.c crm_trace("Resource %s is a part of container resource %s", op->rsc_id, container); container 2523 daemons/controld/controld_execd.c crm_xml_add(iter, XML_RSC_ATTR_CONTAINER, container); container 380 include/crm/pengine/pe_types.h pe_resource_t *container; container 1583 lib/pacemaker/pcmk_sched_allocate.c if (rh_rsc && lh_rsc->container == rh_rsc) { container 2125 lib/pacemaker/pcmk_sched_allocate.c node_name = crm_strdup_printf("%s (resource: %s)", action->node->details->uname, action->node->details->remote_rsc->container->id); container 52 lib/pacemaker/pcmk_sched_bundle.c containers = g_list_append(containers, replica->container); container 103 lib/pacemaker/pcmk_sched_bundle.c container_host = replica->container->allocated_to; container 187 lib/pacemaker/pcmk_sched_bundle.c if (replica->container) { container 188 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->create_actions(replica->container, container 261 lib/pacemaker/pcmk_sched_bundle.c CRM_ASSERT(replica->container); container 263 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->internal_constraints(replica->container, container 266 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_starts(rsc, replica->container, container 274 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_stops(rsc, replica->container, container 276 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_resource_actions(replica->container, RSC_START, rsc, container 279 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_resource_actions(replica->container, RSC_STOP, rsc, container 287 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_starts(replica->ip, replica->container, container 290 lib/pacemaker/pcmk_sched_bundle.c pcmk__order_stops(replica->container, replica->ip, container 295 lib/pacemaker/pcmk_sched_bundle.c replica->container, NULL, NULL, true, container 366 lib/pacemaker/pcmk_sched_bundle.c if (is_child_compatible(replica->container, candidate, filter, current)) { container 368 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, replica->container->id, container 370 lib/pacemaker/pcmk_sched_bundle.c return replica->container; container 516 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->rsc_colocation_rh(dependent, container 517 lib/pacemaker/pcmk_sched_bundle.c replica->container, container 521 lib/pacemaker/pcmk_sched_bundle.c pe_node_t *chosen = replica->container->fns->location(replica->container, container 525 lib/pacemaker/pcmk_sched_bundle.c || is_set_recursive(replica->container, pe_rsc_block, TRUE)) { container 614 lib/pacemaker/pcmk_sched_bundle.c replica_for_container(pe_resource_t *rsc, pe_resource_t *container, container 626 lib/pacemaker/pcmk_sched_bundle.c && (container == replica->container) container 875 lib/pacemaker/pcmk_sched_bundle.c if (replica->container) { container 876 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->rsc_location(replica->container, container 911 lib/pacemaker/pcmk_sched_bundle.c if (replica->remote && replica->container container 957 lib/pacemaker/pcmk_sched_bundle.c if (replica->container) { container 958 lib/pacemaker/pcmk_sched_bundle.c replica->container->cmds->expand(replica->container, data_set); container 992 lib/pacemaker/pcmk_sched_bundle.c if (replica->container) { container 993 lib/pacemaker/pcmk_sched_bundle.c bool created = replica->container->cmds->create_probe(replica->container, container 1018 lib/pacemaker/pcmk_sched_bundle.c && (other->container != NULL)) { container 1020 lib/pacemaker/pcmk_sched_bundle.c pcmk__new_ordering(replica->container, container 1021 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(replica->container->id, RSC_STATUS, 0), container 1022 lib/pacemaker/pcmk_sched_bundle.c NULL, other->container, container 1023 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(other->container->id, RSC_START, 0), container 1031 lib/pacemaker/pcmk_sched_bundle.c if (replica->container && replica->remote container 1050 lib/pacemaker/pcmk_sched_bundle.c pcmk__new_ordering(replica->container, container 1051 lib/pacemaker/pcmk_sched_bundle.c pcmk__op_key(replica->container->id, RSC_START, 0), container 1081 lib/pacemaker/pcmk_sched_bundle.c if (replica->container) { container 1082 lib/pacemaker/pcmk_sched_bundle.c LogActions(replica->container, data_set); container 371 lib/pacemaker/pcmk_sched_fencing.c pe_resource_t *container = node->details->remote_rsc->container; container 386 lib/pacemaker/pcmk_sched_fencing.c if (container) { container 387 lib/pacemaker/pcmk_sched_fencing.c stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, container 390 lib/pacemaker/pcmk_sched_fencing.c if (find_first_action(container->actions, NULL, CRMD_ACTION_START, container 423 lib/pacemaker/pcmk_sched_fencing.c container->id, stop->id); container 1524 lib/pacemaker/pcmk_sched_native.c if (check_unfencing || check_utilization || rsc->container) { container 1610 lib/pacemaker/pcmk_sched_native.c if (rsc->container) { container 1621 lib/pacemaker/pcmk_sched_native.c rsc_avoids_remote_nodes(rsc->container); container 1630 lib/pacemaker/pcmk_sched_native.c pcmk__order_resource_actions(rsc->container, RSC_STATUS, rsc, container 1640 lib/pacemaker/pcmk_sched_native.c } else if (rsc->container->is_remote_node) { container 1641 lib/pacemaker/pcmk_sched_native.c remote_rsc = rsc->container; container 1644 lib/pacemaker/pcmk_sched_native.c rsc->container); container 1667 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->container->id); container 1669 lib/pacemaker/pcmk_sched_native.c pcmk__new_ordering(rsc->container, container 1670 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(rsc->container->id, RSC_START, 0), container 1677 lib/pacemaker/pcmk_sched_native.c rsc->container, container 1678 lib/pacemaker/pcmk_sched_native.c pcmk__op_key(rsc->container->id, RSC_STOP, 0), container 1687 lib/pacemaker/pcmk_sched_native.c rsc->container, NULL, NULL, true, data_set); container 2310 lib/pacemaker/pcmk_sched_native.c } else if ((rsc->container) && (!rsc->is_remote_node)) { container 2311 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping %s: it is within container %s", rsc->id, rsc->container->id); container 2358 lib/pacemaker/pcmk_sched_native.c pe_resource_t *remote = node->details->remote_rsc->container; container 2561 lib/pacemaker/pcmk_sched_native.c if (parent->container) { container 2562 lib/pacemaker/pcmk_sched_native.c crm_xml_add(xml, CRM_META"_"XML_RSC_ATTR_CONTAINER, parent->container->id); container 103 lib/pacemaker/pcmk_sched_notif.c && node->details->remote_rsc->container container 104 lib/pacemaker/pcmk_sched_notif.c && node->details->remote_rsc->container->running_on) { container 105 lib/pacemaker/pcmk_sched_notif.c node = pe__current_node(node->details->remote_rsc->container); container 171 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *guest = guest_node->details->remote_rsc->container; container 233 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->remote_rsc->container->id); container 319 lib/pacemaker/pcmk_sched_remote.c pe_resource_t *container = NULL; container 329 lib/pacemaker/pcmk_sched_remote.c container = remote_rsc->container; container 330 lib/pacemaker/pcmk_sched_remote.c CRM_ASSERT(container != NULL); container 332 lib/pacemaker/pcmk_sched_remote.c if (pcmk_is_set(container->flags, pe_rsc_failed)) { container 340 lib/pacemaker/pcmk_sched_remote.c pcmk_is_set(container->flags, pe_rsc_failed)? "failed " : "", container 341 lib/pacemaker/pcmk_sched_remote.c container->id); container 355 lib/pacemaker/pcmk_sched_remote.c order_start_then_action(container, action, pe_order_implies_then, container 365 lib/pacemaker/pcmk_sched_remote.c if (pcmk_is_set(container->flags, pe_rsc_failed)) { container 496 lib/pacemaker/pcmk_sched_remote.c if (remote->container) { container 537 lib/pacemaker/pcmk_sched_remote.c && (node->details->remote_rsc->container == rsc); container 572 lib/pacemaker/pcmk_sched_remote.c && (action->node->details->remote_rsc->container == NULL) container 712 lib/pacemaker/pcmk_sched_remote.c host = pe__current_node(action->node->details->remote_rsc->container); container 721 lib/pacemaker/pcmk_sched_remote.c host = action->node->details->remote_rsc->container->allocated_to; container 243 lib/pacemaker/pcmk_sched_transition.c xmlNode *container = NULL; container 294 lib/pacemaker/pcmk_sched_transition.c container = first_named_child(lrm, XML_LRM_TAG_RESOURCES); container 295 lib/pacemaker/pcmk_sched_transition.c if (container == NULL) { container 296 lib/pacemaker/pcmk_sched_transition.c container = create_xml_node(lrm, XML_LRM_TAG_RESOURCES); container 299 lib/pacemaker/pcmk_sched_transition.c cib_resource = create_xml_node(container, XML_LRM_TAG_RESOURCE); container 328 lib/pengine/bundle.c if (!common_unpack(xml_container, &replica->container, parent, data_set)) { container 331 lib/pengine/bundle.c parent->children = g_list_append(parent->children, replica->container); container 494 lib/pengine/bundle.c if (!common_unpack(xml_container, &replica->container, parent, container 498 lib/pengine/bundle.c parent->children = g_list_append(parent->children, replica->container); container 664 lib/pengine/bundle.c if (!common_unpack(xml_container, &replica->container, parent, data_set)) { container 667 lib/pengine/bundle.c parent->children = g_list_append(parent->children, replica->container); container 729 lib/pengine/bundle.c xml_remote = pe_create_remote_xml(NULL, id, replica->container->id, container 809 lib/pengine/bundle.c replica->remote->container = replica->container; container 978 lib/pengine/bundle.c node = replica->container->allocated_to; container 983 lib/pengine/bundle.c node = pe__current_node(replica->container); container 1352 lib/pengine/bundle.c rsc_active = replica_resource_active(replica->container, all); container 1458 lib/pengine/bundle.c print_rsc_in_list(replica->container, child_text, options, print_data); container 1498 lib/pengine/bundle.c if (pcmk__rsc_filtered_by_node(replica->container, only_node)) { container 1506 lib/pengine/bundle.c print_ctnr = !replica->container->fns->is_filtered(replica->container, only_rsc, print_everything); container 1543 lib/pengine/bundle.c out->message(out, crm_map_element_name(replica->container->xml), show_opts, container 1544 lib/pengine/bundle.c replica->container, only_node, only_rsc); container 1572 lib/pengine/bundle.c rsc = replica->container; container 1580 lib/pengine/bundle.c rsc_printable_id(replica->container)); container 1620 lib/pengine/bundle.c if (pcmk__rsc_filtered_by_node(replica->container, only_node)) { container 1628 lib/pengine/bundle.c print_ctnr = !replica->container->fns->is_filtered(replica->container, only_rsc, print_everything); container 1660 lib/pengine/bundle.c out->message(out, crm_map_element_name(replica->container->xml), container 1661 lib/pengine/bundle.c new_show_opts, replica->container, only_node, only_rsc); container 1681 lib/pengine/bundle.c pe__bundle_replica_output_html(out, replica, pe__current_node(replica->container), container 1700 lib/pengine/bundle.c rsc = replica->container; container 1708 lib/pengine/bundle.c rsc_printable_id(replica->container)); container 1748 lib/pengine/bundle.c if (pcmk__rsc_filtered_by_node(replica->container, only_node)) { container 1756 lib/pengine/bundle.c print_ctnr = !replica->container->fns->is_filtered(replica->container, only_rsc, print_everything); container 1790 lib/pengine/bundle.c out->message(out, crm_map_element_name(replica->container->xml), container 1791 lib/pengine/bundle.c new_show_opts, replica->container, only_node, only_rsc); container 1809 lib/pengine/bundle.c pe__bundle_replica_output_text(out, replica, pe__current_node(replica->container), container 1829 lib/pengine/bundle.c rsc = replica->container; container 1837 lib/pengine/bundle.c rsc_printable_id(replica->container)); container 1844 lib/pengine/bundle.c node = pe__current_node(replica->container); container 1895 lib/pengine/bundle.c print_rsc_in_list(replica->container, child_text, options, print_data); container 1934 lib/pengine/bundle.c if (replica->container) { container 1935 lib/pengine/bundle.c free_xml(replica->container->xml); container 1936 lib/pengine/bundle.c replica->container->xml = NULL; container 1937 lib/pengine/bundle.c replica->container->fns->free(replica->container); container 1938 lib/pengine/bundle.c replica->container = NULL; container 2026 lib/pengine/bundle.c if (replica->container) { container 2027 lib/pengine/bundle.c replica->container->fns->count(replica->container); container 2055 lib/pengine/bundle.c } else if (!replica->container->fns->is_filtered(replica->container, only_rsc, FALSE)) { container 621 lib/pengine/common.c CRM_ASSERT(node->details->remote_rsc->container); container 623 lib/pengine/common.c if(node->details->remote_rsc->container->running_on) { container 624 lib/pengine/common.c pe_node_t *host = node->details->remote_rsc->container->running_on->data; container 630 lib/pengine/common.c rsc->id, name, node->details->remote_rsc->container->id); container 71 lib/pengine/native.c && node->details->remote_rsc->container) { container 72 lib/pengine/native.c GList *gIter = node->details->remote_rsc->container->running_on; container 1601 lib/pengine/pe_output.c crm_xml_add(xml_node, "id_as_resource", node->details->remote_rsc->container->id); container 29 lib/pengine/remote.c || (node->details->remote_rsc->container == NULL)); container 37 lib/pengine/remote.c && (node->details->remote_rsc->container != NULL); container 132 lib/pengine/remote.c if (rsc->is_remote_node && (rsc->container != NULL)) { container 77 lib/pengine/unpack.c node->details->remote_rsc->container == NULL && container 103 lib/pengine/unpack.c pe_resource_t *rsc = node->details->remote_rsc->container; container 608 lib/pengine/unpack.c pe_resource_t *container = pe_find_resource(data_set->resources, container_id); container 610 lib/pengine/unpack.c if (container) { container 611 lib/pengine/unpack.c rsc->container = container; container 612 lib/pengine/unpack.c pe__set_resource_flags(container, pe_rsc_is_container); container 613 lib/pengine/unpack.c container->fillers = g_list_append(container->fillers, rsc); container 719 lib/pengine/unpack.c if (new_rsc->container == NULL) { container 1186 lib/pengine/unpack.c || (rsc->container->role != RSC_ROLE_STARTED)) { container 1277 lib/pengine/unpack.c pe_resource_t *container = item->data; container 1278 lib/pengine/unpack.c pe_node_t *node = pe__current_node(container); container 1281 lib/pengine/unpack.c stop_action(container, node, FALSE); container 1449 lib/pengine/unpack.c pe_resource_t *container = NULL; container 1461 lib/pengine/unpack.c container = rsc->container; container 1463 lib/pengine/unpack.c if (container && pcmk__list_of_1(rsc->running_on)) { container 1470 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); container 1477 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); container 1482 lib/pengine/unpack.c if(container && pcmk_is_set(container->flags, pe_rsc_failed)) { container 1490 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); container 1494 lib/pengine/unpack.c || (container && container->role == RSC_ROLE_STOPPED)) { container 1497 lib/pengine/unpack.c (container? "Guest" : "Remote"), this_node->details->id); container 2086 lib/pengine/unpack.c if (rsc->container && pe_rsc_is_bundled(rsc)) { container 2093 lib/pengine/unpack.c rsc->container); container 2094 lib/pengine/unpack.c } else if (rsc->container) { container 2095 lib/pengine/unpack.c stop_action(rsc->container, node, FALSE); container 2443 lib/pengine/unpack.c pe_resource_t *container; container 2457 lib/pengine/unpack.c container = pe_find_resource(data_set->resources, container_id); container 2458 lib/pengine/unpack.c if (container == NULL) { container 2465 lib/pengine/unpack.c rsc->container != NULL) { container 2471 lib/pengine/unpack.c rsc->container = container; container 2472 lib/pengine/unpack.c container->fillers = g_list_append(container->fillers, rsc); container 29 lib/pengine/utils.c static void unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, container 96 lib/pengine/utils.c pe_resource_t *rsc = node->details->remote_rsc->container; container 516 lib/pengine/utils.c unpack_operation(action, action->op_entry, rsc->container, data_set, container 1065 lib/pengine/utils.c unpack_operation(pe_action_t * action, xmlNode * xml_obj, pe_resource_t * container, container 1257 lib/pengine/utils.c if (container) { container 1275 lib/pengine/utils.c if (value == NULL && container) { container 50 lib/pengine/variant.h pe_resource_t *container; container 27 maint/gnulib/lib/gl_anyhash2.h hash_resize (CONTAINER_T container, size_t estimate) container 31 maint/gnulib/lib/gl_anyhash2.h if (new_size > container->table_size) container 33 maint/gnulib/lib/gl_anyhash2.h gl_hash_entry_t *old_table = container->table; container 46 maint/gnulib/lib/gl_anyhash2.h for (i = container->table_size; i > 0; ) container 62 maint/gnulib/lib/gl_anyhash2.h container->table = new_table; container 63 maint/gnulib/lib/gl_anyhash2.h container->table_size = new_size; container 76 maint/gnulib/lib/gl_anyhash2.h hash_resize_after_add (CONTAINER_T container) container 78 maint/gnulib/lib/gl_anyhash2.h size_t count = CONTAINER_COUNT (container); container 80 maint/gnulib/lib/gl_anyhash2.h if (estimate > container->table_size) container 81 maint/gnulib/lib/gl_anyhash2.h hash_resize (container, estimate); container 41 maint/gnulib/lib/gl_avltree_omap.c #define NODE_PAYLOAD_DISPOSE(container, node) \ container 42 maint/gnulib/lib/gl_avltree_omap.c if (container->base.kdispose_fn != NULL) \ container 43 maint/gnulib/lib/gl_avltree_omap.c container->base.kdispose_fn (node->key); container 65 maint/gnulib/lib/gl_avltree_ordered.h rebalance (CONTAINER_T container, container 101 maint/gnulib/lib/gl_avltree_ordered.h nodep = &container->root; container 298 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_nx_add_first (CONTAINER_T container, NODE_PAYLOAD_PARAMS) container 313 maint/gnulib/lib/gl_avltree_ordered.h if (container->root == NULL) container 315 maint/gnulib/lib/gl_avltree_ordered.h container->root = new_node; container 322 maint/gnulib/lib/gl_avltree_ordered.h for (node = container->root; node->left != NULL; ) container 331 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, node, 1, node->parent); container 334 maint/gnulib/lib/gl_avltree_ordered.h container->count++; container 340 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_add_node_before (CONTAINER_T container, NODE_T node, NODE_T new_node) container 367 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, node, 1, node->parent); container 369 maint/gnulib/lib/gl_avltree_ordered.h container->count++; container 373 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_nx_add_before (CONTAINER_T container, NODE_T node, NODE_PAYLOAD_PARAMS) container 384 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_add_node_before (container, node, new_node); container 390 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_add_node_after (CONTAINER_T container, NODE_T node, NODE_T new_node) container 417 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, node, 1, node->parent); container 419 maint/gnulib/lib/gl_avltree_ordered.h container->count++; container 423 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_nx_add_after (CONTAINER_T container, NODE_T node, NODE_PAYLOAD_PARAMS) container 434 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_add_node_after (container, node, new_node); container 439 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_remove_node_no_free (CONTAINER_T container, NODE_T node) container 451 maint/gnulib/lib/gl_avltree_ordered.h container->root = child; container 459 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, child, -1, parent); container 471 maint/gnulib/lib/gl_avltree_ordered.h container->root = child; container 479 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, child, -1, parent); container 527 maint/gnulib/lib/gl_avltree_ordered.h container->root = subst; container 536 maint/gnulib/lib/gl_avltree_ordered.h rebalance (container, child, -1, subst_parent != node ? subst_parent : subst); container 539 maint/gnulib/lib/gl_avltree_ordered.h container->count--; container 543 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_remove_node (CONTAINER_T container, NODE_T node) container 545 maint/gnulib/lib/gl_avltree_ordered.h gl_tree_remove_node_no_free (container, node); container 546 maint/gnulib/lib/gl_avltree_ordered.h NODE_PAYLOAD_DISPOSE (container, node) container 39 maint/gnulib/lib/gl_avltree_oset.c #define NODE_PAYLOAD_DISPOSE(container, node) \ container 40 maint/gnulib/lib/gl_avltree_oset.c if (container->base.dispose_fn != NULL) \ container 41 maint/gnulib/lib/gl_avltree_oset.c container->base.dispose_fn (node->value); container 41 maint/gnulib/lib/gl_rbtree_omap.c #define NODE_PAYLOAD_DISPOSE(container, node) \ container 42 maint/gnulib/lib/gl_rbtree_omap.c if (container->base.kdispose_fn != NULL) \ container 43 maint/gnulib/lib/gl_rbtree_omap.c container->base.kdispose_fn (node->key); container 122 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_add (CONTAINER_T container, NODE_T node, NODE_T parent) container 168 maint/gnulib/lib/gl_rbtree_ordered.h grandparentp = &container->root; container 247 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_remove (CONTAINER_T container, NODE_T child, NODE_T parent) container 258 maint/gnulib/lib/gl_rbtree_ordered.h parentp = &container->root; container 530 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_nx_add_first (CONTAINER_T container, NODE_PAYLOAD_PARAMS) container 544 maint/gnulib/lib/gl_rbtree_ordered.h if (container->root == NULL) container 547 maint/gnulib/lib/gl_rbtree_ordered.h container->root = new_node; container 554 maint/gnulib/lib/gl_rbtree_ordered.h for (node = container->root; node->left != NULL; ) container 561 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_add (container, new_node, node); container 564 maint/gnulib/lib/gl_rbtree_ordered.h container->count++; container 570 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_add_node_before (CONTAINER_T container, NODE_T node, NODE_T new_node) container 587 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_add (container, new_node, node); container 589 maint/gnulib/lib/gl_rbtree_ordered.h container->count++; container 593 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_nx_add_before (CONTAINER_T container, NODE_T node, NODE_PAYLOAD_PARAMS) container 604 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_add_node_before (container, node, new_node); container 610 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_add_node_after (CONTAINER_T container, NODE_T node, NODE_T new_node) container 627 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_add (container, new_node, node); container 629 maint/gnulib/lib/gl_rbtree_ordered.h container->count++; container 633 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_nx_add_after (CONTAINER_T container, NODE_T node, NODE_PAYLOAD_PARAMS) container 644 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_add_node_after (container, node, new_node); container 649 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_remove_node_no_free (CONTAINER_T container, NODE_T node) container 666 maint/gnulib/lib/gl_rbtree_ordered.h container->root = child; container 675 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_remove (container, child, parent); container 690 maint/gnulib/lib/gl_rbtree_ordered.h container->root = child; container 747 maint/gnulib/lib/gl_rbtree_ordered.h container->root = subst; container 762 maint/gnulib/lib/gl_rbtree_ordered.h rebalance_after_remove (container, child, container 767 maint/gnulib/lib/gl_rbtree_ordered.h container->count--; container 771 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_remove_node (CONTAINER_T container, NODE_T node) container 773 maint/gnulib/lib/gl_rbtree_ordered.h gl_tree_remove_node_no_free (container, node); container 774 maint/gnulib/lib/gl_rbtree_ordered.h NODE_PAYLOAD_DISPOSE (container, node) container 39 maint/gnulib/lib/gl_rbtree_oset.c #define NODE_PAYLOAD_DISPOSE(container, node) \ container 40 maint/gnulib/lib/gl_rbtree_oset.c if (container->base.dispose_fn != NULL) \ container 41 maint/gnulib/lib/gl_rbtree_oset.c container->base.dispose_fn (node->value);