expanded_xml      562 lib/pacemaker/pcmk_sched_colocation.c unpack_colocation_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml      581 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = NULL;
expanded_xml      593 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml      594 lib/pacemaker/pcmk_sched_colocation.c     if (*expanded_xml != NULL) {
expanded_xml      595 lib/pacemaker/pcmk_sched_colocation.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_colocation");
expanded_xml      634 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml      637 lib/pacemaker/pcmk_sched_colocation.c     if (!pcmk__tag_to_set(*expanded_xml, &dependent_set, XML_COLOC_ATTR_SOURCE,
expanded_xml      639 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      640 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      648 lib/pacemaker/pcmk_sched_colocation.c             xml_remove_prop(*expanded_xml, XML_COLOC_ATTR_SOURCE_ROLE);
expanded_xml      654 lib/pacemaker/pcmk_sched_colocation.c     if (!pcmk__tag_to_set(*expanded_xml, &primary_set, XML_COLOC_ATTR_TARGET,
expanded_xml      656 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      657 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      665 lib/pacemaker/pcmk_sched_colocation.c             xml_remove_prop(*expanded_xml, XML_COLOC_ATTR_TARGET_ROLE);
expanded_xml      671 lib/pacemaker/pcmk_sched_colocation.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_colocation");
expanded_xml      673 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      674 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      695 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *expanded_xml = NULL;
expanded_xml      706 lib/pacemaker/pcmk_sched_colocation.c     if (unpack_colocation_tags(xml_obj, &expanded_xml,
expanded_xml      710 lib/pacemaker/pcmk_sched_colocation.c     if (expanded_xml) {
expanded_xml      712 lib/pacemaker/pcmk_sched_colocation.c         xml_obj = expanded_xml;
expanded_xml      720 lib/pacemaker/pcmk_sched_colocation.c             if (expanded_xml != NULL) {
expanded_xml      721 lib/pacemaker/pcmk_sched_colocation.c                 free_xml(expanded_xml);
expanded_xml      734 lib/pacemaker/pcmk_sched_colocation.c     if (expanded_xml) {
expanded_xml      735 lib/pacemaker/pcmk_sched_colocation.c         free_xml(expanded_xml);
expanded_xml      367 lib/pacemaker/pcmk_sched_location.c unpack_location_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml      377 lib/pacemaker/pcmk_sched_location.c     *expanded_xml = NULL;
expanded_xml      389 lib/pacemaker/pcmk_sched_location.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml      390 lib/pacemaker/pcmk_sched_location.c     if (*expanded_xml != NULL) {
expanded_xml      391 lib/pacemaker/pcmk_sched_location.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_location");
expanded_xml      412 lib/pacemaker/pcmk_sched_location.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml      415 lib/pacemaker/pcmk_sched_location.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_lh, XML_LOC_ATTR_SOURCE,
expanded_xml      417 lib/pacemaker/pcmk_sched_location.c         free_xml(*expanded_xml);
expanded_xml      418 lib/pacemaker/pcmk_sched_location.c         *expanded_xml = NULL;
expanded_xml      426 lib/pacemaker/pcmk_sched_location.c             xml_remove_prop(*expanded_xml, XML_RULE_ATTR_ROLE);
expanded_xml      428 lib/pacemaker/pcmk_sched_location.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_location");
expanded_xml      432 lib/pacemaker/pcmk_sched_location.c         free_xml(*expanded_xml);
expanded_xml      433 lib/pacemaker/pcmk_sched_location.c         *expanded_xml = NULL;
expanded_xml      487 lib/pacemaker/pcmk_sched_location.c     xmlNode *expanded_xml = NULL;
expanded_xml      489 lib/pacemaker/pcmk_sched_location.c     if (unpack_location_tags(xml_obj, &expanded_xml, data_set) != pcmk_rc_ok) {
expanded_xml      493 lib/pacemaker/pcmk_sched_location.c     if (expanded_xml) {
expanded_xml      495 lib/pacemaker/pcmk_sched_location.c         xml_obj = expanded_xml;
expanded_xml      506 lib/pacemaker/pcmk_sched_location.c             if (expanded_xml) {
expanded_xml      507 lib/pacemaker/pcmk_sched_location.c                 free_xml(expanded_xml);
expanded_xml      513 lib/pacemaker/pcmk_sched_location.c     if (expanded_xml) {
expanded_xml      514 lib/pacemaker/pcmk_sched_location.c         free_xml(expanded_xml);
expanded_xml     1036 lib/pacemaker/pcmk_sched_ordering.c unpack_order_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml     1054 lib/pacemaker/pcmk_sched_ordering.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml     1055 lib/pacemaker/pcmk_sched_ordering.c     if (*expanded_xml != NULL) {
expanded_xml     1056 lib/pacemaker/pcmk_sched_ordering.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_order");
expanded_xml     1087 lib/pacemaker/pcmk_sched_ordering.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml     1090 lib/pacemaker/pcmk_sched_ordering.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_first, XML_ORDER_ATTR_FIRST,
expanded_xml     1092 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1093 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1101 lib/pacemaker/pcmk_sched_ordering.c             xml_remove_prop(*expanded_xml, XML_ORDER_ATTR_FIRST_ACTION);
expanded_xml     1107 lib/pacemaker/pcmk_sched_ordering.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_then, XML_ORDER_ATTR_THEN,
expanded_xml     1109 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1110 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1118 lib/pacemaker/pcmk_sched_ordering.c             xml_remove_prop(*expanded_xml, XML_ORDER_ATTR_THEN_ACTION);
expanded_xml     1124 lib/pacemaker/pcmk_sched_ordering.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_order");
expanded_xml     1126 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1127 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1147 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *expanded_xml = NULL;
expanded_xml     1157 lib/pacemaker/pcmk_sched_ordering.c     if (unpack_order_tags(xml_obj, &expanded_xml, data_set) != pcmk_rc_ok) {
expanded_xml     1160 lib/pacemaker/pcmk_sched_ordering.c     if (expanded_xml != NULL) {
expanded_xml     1162 lib/pacemaker/pcmk_sched_ordering.c         xml_obj = expanded_xml;
expanded_xml     1173 lib/pacemaker/pcmk_sched_ordering.c             if (expanded_xml != NULL) {
expanded_xml     1174 lib/pacemaker/pcmk_sched_ordering.c                 free_xml(expanded_xml);
expanded_xml     1183 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
expanded_xml     1184 lib/pacemaker/pcmk_sched_ordering.c                     free_xml(expanded_xml);
expanded_xml     1192 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
expanded_xml     1193 lib/pacemaker/pcmk_sched_ordering.c                     free_xml(expanded_xml);
expanded_xml     1202 lib/pacemaker/pcmk_sched_ordering.c     if (expanded_xml) {
expanded_xml     1203 lib/pacemaker/pcmk_sched_ordering.c         free_xml(expanded_xml);
expanded_xml      340 lib/pacemaker/pcmk_sched_tickets.c unpack_rsc_ticket_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml      352 lib/pacemaker/pcmk_sched_tickets.c     *expanded_xml = NULL;
expanded_xml      364 lib/pacemaker/pcmk_sched_tickets.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml      365 lib/pacemaker/pcmk_sched_tickets.c     if (*expanded_xml != NULL) {
expanded_xml      366 lib/pacemaker/pcmk_sched_tickets.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_ticket");
expanded_xml      387 lib/pacemaker/pcmk_sched_tickets.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml      390 lib/pacemaker/pcmk_sched_tickets.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_lh, XML_COLOC_ATTR_SOURCE,
expanded_xml      392 lib/pacemaker/pcmk_sched_tickets.c         free_xml(*expanded_xml);
expanded_xml      393 lib/pacemaker/pcmk_sched_tickets.c         *expanded_xml = NULL;
expanded_xml      401 lib/pacemaker/pcmk_sched_tickets.c             xml_remove_prop(*expanded_xml, XML_COLOC_ATTR_SOURCE_ROLE);
expanded_xml      405 lib/pacemaker/pcmk_sched_tickets.c         free_xml(*expanded_xml);
expanded_xml      406 lib/pacemaker/pcmk_sched_tickets.c         *expanded_xml = NULL;
expanded_xml      425 lib/pacemaker/pcmk_sched_tickets.c     xmlNode *expanded_xml = NULL;
expanded_xml      454 lib/pacemaker/pcmk_sched_tickets.c     if (unpack_rsc_ticket_tags(xml_obj, &expanded_xml,
expanded_xml      458 lib/pacemaker/pcmk_sched_tickets.c     if (expanded_xml != NULL) {
expanded_xml      460 lib/pacemaker/pcmk_sched_tickets.c         xml_obj = expanded_xml;
expanded_xml      471 lib/pacemaker/pcmk_sched_tickets.c             if (expanded_xml != NULL) {
expanded_xml      472 lib/pacemaker/pcmk_sched_tickets.c                 free_xml(expanded_xml);
expanded_xml      478 lib/pacemaker/pcmk_sched_tickets.c     if (expanded_xml) {
expanded_xml      479 lib/pacemaker/pcmk_sched_tickets.c         free_xml(expanded_xml);
expanded_xml      268 lib/pengine/complex.c unpack_template(xmlNode * xml_obj, xmlNode ** expanded_xml, pe_working_set_t * data_set)
expanded_xml      368 lib/pengine/complex.c     *expanded_xml = new_xml;
expanded_xml      497 lib/pengine/complex.c     xmlNode *expanded_xml = NULL;
expanded_xml      527 lib/pengine/complex.c     if (unpack_template(xml_obj, &expanded_xml, data_set) == FALSE) {
expanded_xml      534 lib/pengine/complex.c     if (expanded_xml) {
expanded_xml      535 lib/pengine/complex.c         crm_log_xml_trace(expanded_xml, "Expanded resource...");
expanded_xml      536 lib/pengine/complex.c         (*rsc)->xml = expanded_xml;
expanded_xml      855 lib/pengine/complex.c     if (expanded_xml) {