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