best_schema      1054 lib/common/schemas.c     pcmk__schema_t *best_schema = NULL;
best_schema      1095 lib/common/schemas.c             if (best_schema != NULL) {
best_schema      1105 lib/common/schemas.c         best_schema = current_schema;
best_schema      1127 lib/common/schemas.c             best_schema = current_schema;
best_schema      1133 lib/common/schemas.c     if ((best_schema != NULL)
best_schema      1134 lib/common/schemas.c         && (best_schema->schema_index > original_schema->schema_index)) {
best_schema      1137 lib/common/schemas.c                  best_schema->name);
best_schema      1138 lib/common/schemas.c         crm_xml_add(*xml, PCMK_XA_VALIDATE_WITH, best_schema->name);