PCMK__XA_ATTR_VALUE  157 daemons/attrd/attrd_commands.c     crm_xml_add(xml, PCMK__XA_ATTR_VALUE, v->current);
PCMK__XA_ATTR_VALUE  279 daemons/attrd/attrd_commands.c     const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  336 daemons/attrd/attrd_commands.c             crm_xml_add_int(xml, PCMK__XA_ATTR_VALUE, int_value);
PCMK__XA_ATTR_VALUE  339 daemons/attrd/attrd_commands.c             value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  406 daemons/attrd/attrd_commands.c     if (crm_element_value(xml, PCMK__XA_ATTR_VALUE)) {
PCMK__XA_ATTR_VALUE  407 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
PCMK__XA_ATTR_VALUE  470 daemons/attrd/attrd_commands.c             crm_xml_add(host_value, PCMK__XA_ATTR_VALUE,
PCMK__XA_ATTR_VALUE  485 daemons/attrd/attrd_commands.c                 crm_xml_add(host_value, PCMK__XA_ATTR_VALUE, v->current);
PCMK__XA_ATTR_VALUE  573 daemons/attrd/attrd_commands.c     if (crm_element_value(xml, PCMK__XA_ATTR_VALUE)) {
PCMK__XA_ATTR_VALUE  574 daemons/attrd/attrd_commands.c         crm_xml_replace(xml, PCMK__XA_ATTR_VALUE, NULL);
PCMK__XA_ATTR_VALUE  639 daemons/attrd/attrd_commands.c     crm_xml_add(attrd_op, PCMK__XA_ATTR_VALUE, ATTRD_PROTOCOL_VERSION);
PCMK__XA_ATTR_VALUE  850 daemons/attrd/attrd_commands.c     const char *value = crm_element_value(xml, PCMK__XA_ATTR_VALUE);
PCMK__XA_ATTR_VALUE  199 lib/common/attrd_client.c     crm_xml_add(update, PCMK__XA_ATTR_VALUE, value);
PCMK__XA_ATTR_VALUE  398 tools/attrd_updater.c             reply_value = crm_element_value(child, PCMK__XA_ATTR_VALUE);