PCMK__XA_ATTR_VALUE  118 daemons/attrd/attrd_commands.c     crm_xml_add(xml, PCMK__XA_ATTR_VALUE, value);
PCMK__XA_ATTR_VALUE  242 daemons/attrd/attrd_commands.c     const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  299 daemons/attrd/attrd_commands.c             crm_xml_add_int(xml, PCMK__XA_ATTR_VALUE, int_value);
PCMK__XA_ATTR_VALUE  302 daemons/attrd/attrd_commands.c             value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  369 daemons/attrd/attrd_commands.c     if (crm_element_value(xml, PCMK__XA_ATTR_VALUE)) {
PCMK__XA_ATTR_VALUE  370 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
PCMK__XA_ATTR_VALUE  433 daemons/attrd/attrd_commands.c             crm_xml_add(host_value, PCMK__XA_ATTR_VALUE,
PCMK__XA_ATTR_VALUE  448 daemons/attrd/attrd_commands.c                 crm_xml_add(host_value, PCMK__XA_ATTR_VALUE, v->current);
PCMK__XA_ATTR_VALUE  536 daemons/attrd/attrd_commands.c     if (crm_element_value(xml, PCMK__XA_ATTR_VALUE)) {
PCMK__XA_ATTR_VALUE  537 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
PCMK__XA_ATTR_VALUE  565 daemons/attrd/attrd_commands.c     crm_xml_add(attrd_op, PCMK__XA_ATTR_VALUE, ATTRD_PROTOCOL_VERSION);
PCMK__XA_ATTR_VALUE  781 daemons/attrd/attrd_commands.c     const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  201 lib/common/attrd_client.c     crm_xml_add(update, PCMK__XA_ATTR_VALUE, value);
PCMK__XA_ATTR_VALUE  393 tools/attrd_updater.c             reply_value = crm_element_value(child, PCMK__XA_ATTR_VALUE);