xml_text          521 lib/common/remote.c     GString *xml_text = NULL;
xml_text          528 lib/common/remote.c     xml_text = g_string_sized_new(1024);
xml_text          529 lib/common/remote.c     pcmk__xml_string(msg, 0, xml_text, 0);
xml_text          530 lib/common/remote.c     CRM_CHECK(xml_text->len > 0,
xml_text          531 lib/common/remote.c               g_string_free(xml_text, TRUE); return EINVAL);
xml_text          538 lib/common/remote.c     iov[1].iov_len = 1 + xml_text->len;
xml_text          539 lib/common/remote.c     iov[1].iov_base = g_string_free(xml_text, FALSE);