schema_index 458 lib/common/crmcommon_private.h int schema_index; schema_index 556 lib/common/schemas.c int schema_index = 0; schema_index 579 lib/common/schemas.c crm_debug("Loaded schema %d: %s", schema_index, schema->name); schema_index 580 lib/common/schemas.c schema->schema_index = schema_index++; schema_index 774 lib/common/schemas.c return schema1->schema_index - schema2->schema_index; schema_index 1059 lib/common/schemas.c apply_upgrade(const xmlNode *input_xml, int schema_index, gboolean to_logs) schema_index 1061 lib/common/schemas.c pcmk__schema_t *schema = g_list_nth_data(known_schemas, schema_index); schema_index 1063 lib/common/schemas.c schema_index + 1); schema_index 1165 lib/common/schemas.c max_schema_index = max_schema->schema_index; schema_index 1177 lib/common/schemas.c if (original_schema->schema_index >= max_schema_index) { schema_index 1185 lib/common/schemas.c if (current_schema->schema_index > max_schema_index) { schema_index 1203 lib/common/schemas.c if (current_schema->schema_index == max_schema_index) { schema_index 1217 lib/common/schemas.c upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs); schema_index 1232 lib/common/schemas.c && (best_schema->schema_index > original_schema->schema_index)) { schema_index 1273 lib/common/schemas.c if (original_schema->schema_index < x_0_schema->schema_index) { schema_index 1289 lib/common/schemas.c || (schema->schema_index < x_0_schema->schema_index)) { schema_index 1293 lib/common/schemas.c || (schema->schema_index < original_schema->schema_index)) { schema_index 1336 lib/common/schemas.c if (schema->schema_index < xml_latest_schema_index()) { schema_index 1357 lib/common/schemas.c if (original_schema->schema_index >= none_schema->schema_index) { schema_index 1597 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);