xml_text          492 lib/common/remote.c     char *xml_text = NULL;
xml_text          499 lib/common/remote.c     xml_text = dump_xml_unformatted(msg);
xml_text          500 lib/common/remote.c     CRM_CHECK(xml_text != NULL, return EINVAL);
xml_text          508 lib/common/remote.c     iov[1].iov_base = xml_text;
xml_text          509 lib/common/remote.c     iov[1].iov_len = 1 + strlen(xml_text);