xml_text          505 lib/common/remote.c     GString *xml_text = NULL;
xml_text          512 lib/common/remote.c     xml_text = g_string_sized_new(1024);
xml_text          513 lib/common/remote.c     pcmk__xml_string(msg, 0, xml_text, 0);
xml_text          514 lib/common/remote.c     CRM_CHECK(xml_text->len > 0,
xml_text          515 lib/common/remote.c               g_string_free(xml_text, TRUE); return EINVAL);
xml_text          522 lib/common/remote.c     iov[1].iov_len = 1 + xml_text->len;
xml_text          523 lib/common/remote.c     iov[1].iov_base = g_string_free(xml_text, FALSE);