xml_string         45 tools/crm_verify.c     char *xml_string;
xml_string         59 tools/crm_verify.c       &options.xml_string, "Check the configuration in the supplied string",
xml_string        165 tools/crm_verify.c     } else if (options.xml_string != NULL) {
xml_string        166 tools/crm_verify.c         cib_object = string2xml(options.xml_string);
xml_string        169 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input string: %s", options.xml_string);
xml_string        270 tools/crm_verify.c     free(options.xml_string);