Home
last modified time | relevance | path

Searched refs:unload_bundles (Results 1 – 3 of 3) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/src/
H A Dworld.c772 LilvNodes* unload_bundles = lilv_nodes_new(); in lilv_world_load_bundle() local
780 zix_tree_insert((ZixTree*)unload_bundles, in lilv_world_load_bundle()
789 LILV_FOREACH(nodes, i, unload_bundles) { in lilv_world_load_bundle()
790 lilv_world_unload_bundle(world, lilv_nodes_get(unload_bundles, i)); in lilv_world_load_bundle()
792 lilv_nodes_free(unload_bundles); in lilv_world_load_bundle()
/dports/audio/lilv/lilv-0.24.12/src/
H A Dworld.c804 LilvNodes* unload_bundles = lilv_nodes_new(); in lilv_world_load_bundle() local
813 (ZixTree*)unload_bundles, lilv_node_duplicate(bundle), NULL); in lilv_world_load_bundle()
819 LILV_FOREACH (nodes, i, unload_bundles) { in lilv_world_load_bundle()
820 lilv_world_unload_bundle(world, lilv_nodes_get(unload_bundles, i)); in lilv_world_load_bundle()
822 lilv_nodes_free(unload_bundles); in lilv_world_load_bundle()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/src/
H A Dworld.c782 LilvNodes* unload_bundles = lilv_nodes_new(); in lilv_world_load_bundle() local
790 zix_tree_insert((ZixTree*)unload_bundles, in lilv_world_load_bundle()
799 LILV_FOREACH(nodes, i, unload_bundles) { in lilv_world_load_bundle()
800 lilv_world_unload_bundle(world, lilv_nodes_get(unload_bundles, i)); in lilv_world_load_bundle()
802 lilv_nodes_free(unload_bundles); in lilv_world_load_bundle()