xml_string         44 tools/crm_verify.c     char *xml_string;
xml_string         60 tools/crm_verify.c       &options.xml_string, "Check the configuration in the supplied string",
xml_string        183 tools/crm_verify.c     } else if (options.xml_string != NULL) {
xml_string        184 tools/crm_verify.c         cib_object = string2xml(options.xml_string);
xml_string        187 tools/crm_verify.c             g_set_error(&error, PCMK__RC_ERROR, rc, "Couldn't parse input string: %s", options.xml_string);
xml_string        290 tools/crm_verify.c     free(options.xml_string);