best_schema      1151 lib/common/schemas.c     pcmk__schema_t *best_schema = NULL;
best_schema      1192 lib/common/schemas.c             if (best_schema != NULL) {
best_schema      1202 lib/common/schemas.c         best_schema = current_schema;
best_schema      1225 lib/common/schemas.c             best_schema = current_schema;
best_schema      1231 lib/common/schemas.c     if ((best_schema != NULL)
best_schema      1232 lib/common/schemas.c         && (best_schema->schema_index > original_schema->schema_index)) {
best_schema      1235 lib/common/schemas.c                  best_schema->name);
best_schema      1236 lib/common/schemas.c         crm_xml_add(*xml, PCMK_XA_VALIDATE_WITH, best_schema->name);