test_xml_1         19 lib/common/tests/actions/copy_in_properties_test.c     xmlNode *test_xml_1 = create_xml_node(NULL, "test_xml_1");
test_xml_1         22 lib/common/tests/actions/copy_in_properties_test.c     pcmk__xe_set_props(test_xml_1, "test_prop", "test_value", NULL);
test_xml_1         24 lib/common/tests/actions/copy_in_properties_test.c     copy_in_properties(test_xml_2, test_xml_1);
test_xml_1         32 lib/common/tests/actions/copy_in_properties_test.c     xmlNode *test_xml_1 = NULL;
test_xml_1         35 lib/common/tests/actions/copy_in_properties_test.c     copy_in_properties(test_xml_2, test_xml_1);
test_xml_1         46 lib/common/tests/actions/copy_in_properties_test.c     xmlNode *test_xml_1 = create_xml_node(NULL, "test_xml_1");
test_xml_1         49 lib/common/tests/actions/copy_in_properties_test.c     pcmk__xe_set_props(test_xml_1, "test_prop", "test_value", NULL);
test_xml_1         51 lib/common/tests/actions/copy_in_properties_test.c     copy_in_properties(test_xml_2, test_xml_1);
test_xml_1         53 lib/common/tests/actions/copy_in_properties_test.c     xml_1_value = crm_element_value(test_xml_1, "test_prop");