xml_text          505 lib/common/remote.c     char *xml_text = NULL;
xml_text          512 lib/common/remote.c     xml_text = dump_xml_unformatted(msg);
xml_text          513 lib/common/remote.c     CRM_CHECK(xml_text != NULL, return EINVAL);
xml_text          521 lib/common/remote.c     iov[1].iov_base = xml_text;
xml_text          522 lib/common/remote.c     iov[1].iov_len = 1 + strlen(xml_text);