max_schema_index 1151 lib/common/schemas.c     int max_schema_index = 0;
max_schema_index 1168 lib/common/schemas.c             max_schema_index = max_schema->schema_index;
max_schema_index 1171 lib/common/schemas.c     if ((max_schema_index < 1) || (max_schema_index > max_stable_schemas)) {
max_schema_index 1172 lib/common/schemas.c         max_schema_index = max_stable_schemas;
max_schema_index 1181 lib/common/schemas.c         if (original_schema->schema_index >= max_schema_index) {
max_schema_index 1190 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
max_schema_index 1208 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {