xml_text 249 lib/common/remote.c GString *xml_text = NULL; xml_text 256 lib/common/remote.c xml_text = g_string_sized_new(1024); xml_text 257 lib/common/remote.c pcmk__xml_string(msg, 0, xml_text, 0); xml_text 258 lib/common/remote.c CRM_CHECK(xml_text->len > 0, xml_text 259 lib/common/remote.c g_string_free(xml_text, TRUE); return EINVAL); xml_text 266 lib/common/remote.c iov[1].iov_len = 1 + xml_text->len; xml_text 267 lib/common/remote.c iov[1].iov_base = g_string_free(xml_text, FALSE);