prop_name         198 include/crm/compatibility.h #  define xml_prop_iter(parent, prop_name, prop_value, code) do {	\
prop_name         201 include/crm/compatibility.h 	    const char *prop_name = NULL;				\
prop_name         204 include/crm/compatibility.h 		prop_name = (const char *)prop_iter->name;		\
prop_name         205 include/crm/compatibility.h 		prop_value = crm_element_value(parent, prop_name);	\
prop_name         207 include/crm/compatibility.h 		if(prop_name) {						\
prop_name         214 include/crm/compatibility.h #  define xml_prop_name_iter(parent, prop_name, code) do {		\
prop_name         217 include/crm/compatibility.h 	    const char *prop_name = NULL;				\
prop_name         219 include/crm/compatibility.h 		prop_name = (const char *)prop_iter->name;		\
prop_name         221 include/crm/compatibility.h 		if(prop_name) {						\
prop_name         325 lib/common/operations.c             const char *prop_name = (const char *)xIter->name;
prop_name         329 lib/common/operations.c             if (strncasecmp(prop_name, CRM_META, meta_len) == 0) {
prop_name         334 lib/common/operations.c                 xml_remove_prop(param_set, prop_name);
prop_name         676 lib/common/xml.c         const char *prop_name = (const char *)xIter->name;
prop_name         679 lib/common/xml.c         if (strcmp(prop_name, XML_ATTR_ID) == 0) {
prop_name         790 lib/common/xml.c             const char *prop_name = (const char *)xIter->name;
prop_name         792 lib/common/xml.c             if (strcmp(prop_name, XML_ATTR_ID) == 0 && strstr(path, "/"XML_CIB_TAG_ACLS"/") == NULL) {
prop_name        4482 lib/common/xml.c         const char *prop_name = (const char *)xIter->name;
prop_name        4486 lib/common/xml.c         if (strcmp(prop_name, XML_ATTR_ID) == 0) {
prop_name        4492 lib/common/xml.c             if (filter[lpc].found == FALSE && strcmp(prop_name, filter[lpc].string) == 0) {
prop_name        4503 lib/common/xml.c         right_attr = xmlHasProp(right, (const xmlChar *)prop_name);
prop_name        4508 lib/common/xml.c         right_val = crm_element_value(right, prop_name);
prop_name        4524 lib/common/xml.c                 const char *left_value = crm_element_value(left, prop_name);
prop_name        4526 lib/common/xml.c                 xmlSetProp(diff, (const xmlChar *)prop_name, (const xmlChar *)value);
prop_name        4527 lib/common/xml.c                 crm_xml_add(diff, prop_name, left_value);
prop_name        4532 lib/common/xml.c             const char *left_value = crm_element_value(left, prop_name);
prop_name        4542 lib/common/xml.c                     crm_trace("Changes detected to %s in <%s id=%s>", prop_name,
prop_name        4554 lib/common/xml.c                               prop_name, left_value, right_val, crm_element_name(left), id);
prop_name        4555 lib/common/xml.c                     crm_xml_add(diff, prop_name, left_value);
prop_name         145 lib/pengine/complex.c             const char *prop_name = (const char *)xIter->name;
prop_name         146 lib/pengine/complex.c             const char *prop_value = crm_element_value(rsc->xml, prop_name);
prop_name         148 lib/pengine/complex.c             add_hash_param(meta_hash, prop_name, prop_value);
prop_name         869 lib/pengine/unpack.c         const char *prop_name = (const char *)xIter->name;
prop_name         870 lib/pengine/unpack.c         const char *prop_value = crm_element_value(xml_ticket, prop_name);
prop_name         872 lib/pengine/unpack.c         if (crm_str_eq(prop_name, XML_ATTR_ID, TRUE)) {
prop_name         875 lib/pengine/unpack.c         g_hash_table_replace(ticket->state, strdup(prop_name), strdup(prop_value));
prop_name         935 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;
prop_name         936 lib/pengine/utils.c             const char *prop_value = crm_element_value(xml_obj, prop_name);
prop_name         938 lib/pengine/utils.c             g_hash_table_replace(action->meta, strdup(prop_name), strdup(prop_value));
prop_name        1850 lib/pengine/utils.c             const char *prop_name = (const char *)xIter->name;
prop_name        1851 lib/pengine/utils.c             char *name = crm_strdup_printf(" %s ", prop_name);
prop_name        1860 lib/pengine/utils.c                 crm_trace("%s not found in %s", prop_name, param_string);
prop_name        1861 lib/pengine/utils.c                 xml_remove_prop(param_set, prop_name);
prop_name        1864 lib/pengine/utils.c                 crm_trace("%s found in %s", prop_name, param_string);
prop_name        1865 lib/pengine/utils.c                 xml_remove_prop(param_set, prop_name);
prop_name         422 tools/crm_resource.c     const char *prop_name = NULL;
prop_name         717 tools/crm_resource.c                 prop_name = optarg;
prop_name         725 tools/crm_resource.c                 prop_name = optarg;
prop_name         732 tools/crm_resource.c                 prop_name = optarg;
prop_name        1054 tools/crm_resource.c         rc = cli_resource_print_property(rsc, prop_name, &data_set);
prop_name        1070 tools/crm_resource.c         CRM_LOG_ASSERT(prop_name != NULL);
prop_name        1074 tools/crm_resource.c         crm_xml_add(msg_data, prop_name, prop_value);
prop_name        1080 tools/crm_resource.c         rc = cli_resource_print_attribute(rsc, prop_name, &data_set);
prop_name        1091 tools/crm_resource.c                                            prop_name, prop_value, recursive,
prop_name        1097 tools/crm_resource.c                                            prop_name, cib_conn, &data_set);