schema_index 424 lib/common/crmcommon_private.h int schema_index; schema_index 476 lib/common/schemas.c int schema_index = 0; schema_index 505 lib/common/schemas.c crm_debug("Loaded schema %d: %s", schema_index, schema->name); schema_index 508 lib/common/schemas.c schema_index, schema->name, schema->transform); schema_index 510 lib/common/schemas.c schema->schema_index = schema_index++; schema_index 706 lib/common/schemas.c return schema1->schema_index - schema2->schema_index; schema_index 1024 lib/common/schemas.c apply_upgrade(const xmlNode *original_xml, int schema_index, gboolean to_logs) schema_index 1026 lib/common/schemas.c pcmk__schema_t *schema = g_list_nth_data(known_schemas, schema_index); schema_index 1028 lib/common/schemas.c schema_index + 1); schema_index 1168 lib/common/schemas.c max_schema_index = max_schema->schema_index; schema_index 1181 lib/common/schemas.c if (original_schema->schema_index >= max_schema_index) { schema_index 1190 lib/common/schemas.c if (current_schema->schema_index > max_schema_index) { schema_index 1208 lib/common/schemas.c if (current_schema->schema_index == max_schema_index) { schema_index 1221 lib/common/schemas.c upgrade = apply_upgrade(*xml, current_schema->schema_index, to_logs); schema_index 1237 lib/common/schemas.c || (best_schema->schema_index > original_schema->schema_index)) { schema_index 1284 lib/common/schemas.c orig_version = original_schema->schema_index; schema_index 1287 lib/common/schemas.c if (orig_version < x_0_schema->schema_index) { schema_index 1303 lib/common/schemas.c || (schema->schema_index < x_0_schema->schema_index)) { schema_index 1307 lib/common/schemas.c || (schema->schema_index < orig_version)) { schema_index 1352 lib/common/schemas.c if (schema->schema_index < xml_latest_schema_index()) { schema_index 1376 lib/common/schemas.c if (!to_logs && (orig_version >= none_schema->schema_index)) { schema_index 1659 lib/common/schemas.c *best = ((pcmk__schema_t *)(schema_entry->data))->schema_index; schema_index 1748 lib/common/schemas.c *best_version = (schema == NULL)? -1 : schema->schema_index; schema_index 114 lib/common/tests/schemas/crm_schema_init_test.c assert_schema(const char *schema_name, int schema_index) schema_index 125 lib/common/tests/schemas/crm_schema_init_test.c assert_int_equal(schema_index, 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);