expanded_xml      567 lib/pacemaker/pcmk_sched_colocation.c unpack_colocation_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml      586 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = NULL;
expanded_xml      598 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml      599 lib/pacemaker/pcmk_sched_colocation.c     if (*expanded_xml != NULL) {
expanded_xml      600 lib/pacemaker/pcmk_sched_colocation.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_colocation");
expanded_xml      639 lib/pacemaker/pcmk_sched_colocation.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml      642 lib/pacemaker/pcmk_sched_colocation.c     if (!pcmk__tag_to_set(*expanded_xml, &dependent_set, XML_COLOC_ATTR_SOURCE,
expanded_xml      644 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      645 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      653 lib/pacemaker/pcmk_sched_colocation.c             xml_remove_prop(*expanded_xml, XML_COLOC_ATTR_SOURCE_ROLE);
expanded_xml      659 lib/pacemaker/pcmk_sched_colocation.c     if (!pcmk__tag_to_set(*expanded_xml, &primary_set, XML_COLOC_ATTR_TARGET,
expanded_xml      661 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      662 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      670 lib/pacemaker/pcmk_sched_colocation.c             xml_remove_prop(*expanded_xml, XML_COLOC_ATTR_TARGET_ROLE);
expanded_xml      676 lib/pacemaker/pcmk_sched_colocation.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_colocation");
expanded_xml      678 lib/pacemaker/pcmk_sched_colocation.c         free_xml(*expanded_xml);
expanded_xml      679 lib/pacemaker/pcmk_sched_colocation.c         *expanded_xml = NULL;
expanded_xml      700 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *expanded_xml = NULL;
expanded_xml      711 lib/pacemaker/pcmk_sched_colocation.c     if (unpack_colocation_tags(xml_obj, &expanded_xml,
expanded_xml      715 lib/pacemaker/pcmk_sched_colocation.c     if (expanded_xml) {
expanded_xml      717 lib/pacemaker/pcmk_sched_colocation.c         xml_obj = expanded_xml;
expanded_xml      725 lib/pacemaker/pcmk_sched_colocation.c             if (expanded_xml != NULL) {
expanded_xml      726 lib/pacemaker/pcmk_sched_colocation.c                 free_xml(expanded_xml);
expanded_xml      739 lib/pacemaker/pcmk_sched_colocation.c     if (expanded_xml) {
expanded_xml      740 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     1042 lib/pacemaker/pcmk_sched_ordering.c unpack_order_tags(xmlNode *xml_obj, xmlNode **expanded_xml,
expanded_xml     1060 lib/pacemaker/pcmk_sched_ordering.c     *expanded_xml = pcmk__expand_tags_in_sets(xml_obj, data_set);
expanded_xml     1061 lib/pacemaker/pcmk_sched_ordering.c     if (*expanded_xml != NULL) {
expanded_xml     1062 lib/pacemaker/pcmk_sched_ordering.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_order");
expanded_xml     1093 lib/pacemaker/pcmk_sched_ordering.c     *expanded_xml = copy_xml(xml_obj);
expanded_xml     1096 lib/pacemaker/pcmk_sched_ordering.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_first, XML_ORDER_ATTR_FIRST,
expanded_xml     1098 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1099 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1107 lib/pacemaker/pcmk_sched_ordering.c             xml_remove_prop(*expanded_xml, XML_ORDER_ATTR_FIRST_ACTION);
expanded_xml     1113 lib/pacemaker/pcmk_sched_ordering.c     if (!pcmk__tag_to_set(*expanded_xml, &rsc_set_then, XML_ORDER_ATTR_THEN,
expanded_xml     1115 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1116 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1124 lib/pacemaker/pcmk_sched_ordering.c             xml_remove_prop(*expanded_xml, XML_ORDER_ATTR_THEN_ACTION);
expanded_xml     1130 lib/pacemaker/pcmk_sched_ordering.c         crm_log_xml_trace(*expanded_xml, "Expanded rsc_order");
expanded_xml     1132 lib/pacemaker/pcmk_sched_ordering.c         free_xml(*expanded_xml);
expanded_xml     1133 lib/pacemaker/pcmk_sched_ordering.c         *expanded_xml = NULL;
expanded_xml     1153 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *expanded_xml = NULL;
expanded_xml     1163 lib/pacemaker/pcmk_sched_ordering.c     if (unpack_order_tags(xml_obj, &expanded_xml, data_set) != pcmk_rc_ok) {
expanded_xml     1166 lib/pacemaker/pcmk_sched_ordering.c     if (expanded_xml != NULL) {
expanded_xml     1168 lib/pacemaker/pcmk_sched_ordering.c         xml_obj = expanded_xml;
expanded_xml     1179 lib/pacemaker/pcmk_sched_ordering.c             if (expanded_xml != NULL) {
expanded_xml     1180 lib/pacemaker/pcmk_sched_ordering.c                 free_xml(expanded_xml);
expanded_xml     1189 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
expanded_xml     1190 lib/pacemaker/pcmk_sched_ordering.c                     free_xml(expanded_xml);
expanded_xml     1198 lib/pacemaker/pcmk_sched_ordering.c                 if (expanded_xml != NULL) {
expanded_xml     1199 lib/pacemaker/pcmk_sched_ordering.c                     free_xml(expanded_xml);
expanded_xml     1208 lib/pacemaker/pcmk_sched_ordering.c     if (expanded_xml) {
expanded_xml     1209 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      865 lib/pengine/complex.c     if (expanded_xml) {