attr_n            212 include/crm/common/xml_internal.h                         const char *attr_n, const char *attr_v);
attr_n            430 lib/common/xml.c                const char *attr_n, const char *attr_v)
attr_n            433 lib/common/xml.c     CRM_CHECK(attr_v == NULL || attr_n != NULL, return NULL);
attr_n            439 lib/common/xml.c             && ((attr_n == NULL) ||
attr_n            440 lib/common/xml.c                 (attr_v == NULL && xmlHasProp(child, (pcmkXmlStr) attr_n)) ||
attr_n            441 lib/common/xml.c                 (attr_v != NULL && attr_matches(child, attr_n, attr_v)))) {
attr_n            447 lib/common/xml.c               (attr_n? " " : ""),
attr_n            448 lib/common/xml.c               (attr_n? attr_n : ""),
attr_n            449 lib/common/xml.c               (attr_n? "=" : ""),
attr_n            450 lib/common/xml.c               (attr_n? attr_v : ""),