p_value 325 lib/cluster/heartbeat.c const char *p_value = (const char *)pIter->children->content; p_value 327 lib/cluster/heartbeat.c ha_msg_add(result, p_name, p_value); p_value 1192 lib/common/xml.c const char *p_value = crm_element_value(next, p_name); p_value 1194 lib/common/xml.c xmlSetProp(cib, (const xmlChar *)p_name, (const xmlChar *)p_value); p_value 1710 lib/common/xml.c const char *p_value = crm_element_value(patch, p_name); p_value 1713 lib/common/xml.c crm_xml_add(target, p_name, p_value); p_value 2300 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 2302 lib/common/xml.c expand_plus_plus(target, p_name, p_value); p_value 2318 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 2320 lib/common/xml.c expand_plus_plus(target, p_name, p_value); p_value 3284 lib/common/xml.c char *p_value = NULL; p_value 3299 lib/common/xml.c p_value = crm_xml_escape((const char *)attr->children->content); p_value 3300 lib/common/xml.c buffer_print(*buffer, *max, *offset, " %s=\"%s\"", p_name, p_value); p_value 3301 lib/common/xml.c free(p_value); p_value 3337 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 3351 lib/common/xml.c p_copy = crm_xml_escape(p_value); p_value 4280 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4283 lib/common/xml.c crm_xml_add(us, p_name, p_value); p_value 4468 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4470 lib/common/xml.c xmlSetProp(diff, (const xmlChar *)p_name, (const xmlChar *)p_value); p_value 4517 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4519 lib/common/xml.c xmlSetProp(diff, (const xmlChar *)p_name, (const xmlChar *)p_value); p_value 4546 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4548 lib/common/xml.c xmlSetProp(diff, (const xmlChar *)p_name, (const xmlChar *)p_value); p_value 4650 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4654 lib/common/xml.c xmlSetProp(target, (const xmlChar *)p_name, (const xmlChar *)p_value); p_value 4764 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4767 lib/common/xml.c if (safe_str_neq(p_value, right_val)) { p_value 4950 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 4952 lib/common/xml.c crm_trace("Added %s=%s", p_name, p_value); p_value 4954 lib/common/xml.c g_hash_table_insert(nvpair_hash, strdup(p_name), strdup(p_value)); p_value 5028 lib/common/xml.c const char *p_value = crm_attr_value(pIter); p_value 5032 lib/common/xml.c pair->value = p_value;