transforms 450 lib/common/crmcommon_private.h GList *transforms; transforms 222 lib/common/schemas.c GList *transforms) transforms 231 lib/common/schemas.c schema->transforms = transforms; transforms 323 lib/common/schemas.c GHashTable *transforms = pcmk__strkey_table(free, free_transform_list); transforms 334 lib/common/schemas.c GList *list = g_hash_table_lookup(transforms, version_s); transforms 345 lib/common/schemas.c g_hash_table_insert(transforms, version_s, list); transforms 359 lib/common/schemas.c return transforms; transforms 367 lib/common/schemas.c GHashTable *transforms = NULL; transforms 376 lib/common/schemas.c transforms = load_transforms_from_dir(dir); transforms 388 lib/common/schemas.c g_hash_table_lookup_extended(transforms, version_s, transforms 391 lib/common/schemas.c g_hash_table_steal(transforms, version_s); transforms 411 lib/common/schemas.c g_hash_table_destroy(transforms); transforms 606 lib/common/schemas.c g_list_free_full(schema->transforms, free); transforms 978 lib/common/schemas.c for (GList *iter = schema->transforms; iter != NULL; iter = iter->next) { transforms 1110 lib/common/schemas.c if (!transform || (current_schema->transforms == NULL) transforms 1301 lib/common/schemas.c for (GList *iter2 = g_list_last(schema->transforms); iter2 != NULL;