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