schema_index      443 lib/common/crmcommon_private.h     int schema_index;
schema_index      459 lib/common/schemas.c         int schema_index = 0;
schema_index      482 lib/common/schemas.c             crm_debug("Loaded schema %d: %s", schema_index, schema->name);
schema_index      483 lib/common/schemas.c             schema->schema_index = schema_index++;
schema_index      677 lib/common/schemas.c         return schema1->schema_index - schema2->schema_index;
schema_index      962 lib/common/schemas.c apply_upgrade(const xmlNode *input_xml, int schema_index, gboolean to_logs)
schema_index      964 lib/common/schemas.c     pcmk__schema_t *schema = g_list_nth_data(known_schemas, schema_index);
schema_index      966 lib/common/schemas.c                                                       schema_index + 1);
schema_index     1068 lib/common/schemas.c             max_schema_index = max_schema->schema_index;
schema_index     1080 lib/common/schemas.c     if (original_schema->schema_index >= max_schema_index) {
schema_index     1088 lib/common/schemas.c         if (current_schema->schema_index > max_schema_index) {
schema_index     1106 lib/common/schemas.c         if (current_schema->schema_index == max_schema_index) {
schema_index     1119 lib/common/schemas.c         upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs);
schema_index     1134 lib/common/schemas.c         && (best_schema->schema_index > original_schema->schema_index)) {
schema_index     1175 lib/common/schemas.c     if (original_schema->schema_index < x_0_schema->schema_index) {
schema_index     1191 lib/common/schemas.c             || (schema->schema_index < x_0_schema->schema_index)) {
schema_index     1195 lib/common/schemas.c                 || (schema->schema_index < original_schema->schema_index)) {
schema_index     1238 lib/common/schemas.c             if (schema->schema_index < xml_latest_schema_index()) {
schema_index     1259 lib/common/schemas.c         if (original_schema->schema_index >= none_schema->schema_index) {
schema_index     1498 lib/common/schemas.c             *best_version = (schema == NULL)? -1 : schema->schema_index;
schema_index       37 lib/common/tests/schemas/pcmk__find_x_0_schema_test.c assert_schema_0(int schema_index, const char *schema_name)
schema_index       48 lib/common/tests/schemas/pcmk__find_x_0_schema_test.c     assert_int_equal(schema->schema_index, schema_index);
schema_index       45 lib/common/tests/schemas/pcmk__get_schema_test.c     assert_int_equal(schema->schema_index, expected_index);
schema_index      114 lib/common/tests/schemas/pcmk__schema_init_test.c assert_schema(const char *schema_name, int schema_index)
schema_index      125 lib/common/tests/schemas/pcmk__schema_init_test.c     assert_int_equal(schema_index, schema->schema_index);