max_schema_index 1051 lib/common/schemas.c     int max_schema_index = 0;
max_schema_index 1068 lib/common/schemas.c             max_schema_index = max_schema->schema_index;
max_schema_index 1071 lib/common/schemas.c     if ((max_schema_index < 1) || (max_schema_index > max_stable_schemas)) {
max_schema_index 1072 lib/common/schemas.c         max_schema_index = max_stable_schemas;
max_schema_index 1080 lib/common/schemas.c     if (original_schema->schema_index >= max_schema_index) {
max_schema_index 1088 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
max_schema_index 1106 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {