xml_text          243 lib/common/remote.c     GString *xml_text = NULL;
xml_text          250 lib/common/remote.c     xml_text = g_string_sized_new(1024);
xml_text          251 lib/common/remote.c     pcmk__xml_string(msg, 0, xml_text, 0);
xml_text          252 lib/common/remote.c     CRM_CHECK(xml_text->len > 0,
xml_text          253 lib/common/remote.c               g_string_free(xml_text, TRUE); return EINVAL);
xml_text          260 lib/common/remote.c     iov[1].iov_len = 1 + xml_text->len;
xml_text          261 lib/common/remote.c     iov[1].iov_base = g_string_free(xml_text, FALSE);