best_version 173 include/crm/common/xml_compat.h gboolean cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs); best_version 1735 lib/common/schemas.c cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs) best_version 1739 lib/common/schemas.c if (best_version != NULL) { best_version 1743 lib/common/schemas.c *best_version = -1; best_version 1748 lib/common/schemas.c *best_version = (schema == NULL)? -1 : schema->schema_index;