best_version       46 include/crm/common/xml_compat.h gboolean cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs);
best_version     1485 lib/common/schemas.c cli_config_update(xmlNode **xml, int *best_version, gboolean to_logs)
best_version     1489 lib/common/schemas.c     if (best_version != NULL) {
best_version     1493 lib/common/schemas.c             *best_version = -1;
best_version     1498 lib/common/schemas.c             *best_version = (schema == NULL)? -1 : schema->schema_index;