best_version 47 include/crm/common/xml_compat.h gboolean cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs); best_version 1584 lib/common/schemas.c cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs) best_version 1588 lib/common/schemas.c if (best_version != NULL) { best_version 1592 lib/common/schemas.c *best_version = -1; best_version 1597 lib/common/schemas.c *best_version = (schema == NULL)? -1 : schema->schema_index;