attr_v 205 include/crm/common/xml_internal.h const char *attr_n, const char *attr_v); attr_v 455 lib/common/xml.c const char *attr_n, const char *attr_v) attr_v 458 lib/common/xml.c CRM_CHECK(attr_v == NULL || attr_n != NULL, return NULL); attr_v 465 lib/common/xml.c (attr_v == NULL && xmlHasProp(child, (pcmkXmlStr) attr_n)) || attr_v 466 lib/common/xml.c (attr_v != NULL && attr_matches(child, attr_n, attr_v)))) { attr_v 475 lib/common/xml.c (attr_n? attr_v : ""),