Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c882 int32_t host_weed_abi_version = weed_get_abi_version(); in weed_bootstrap() local
885 int32_t host_weed_abi_version = WEED_ABI_VERSION; in weed_bootstrap() local
897 if (host_weed_abi_version > WEED_ABI_VERSION) return NULL; in weed_bootstrap()
944 …if (weed_set_int_value(host_info, WEED_LEAF_WEED_ABI_VERSION, host_weed_abi_version) != WEED_SUCCE… in weed_bootstrap()
1117 host_weed_abi_version = weed_get_int_value(host_host_info, WEED_LEAF_WEED_ABI_VERSION, &err); in weed_bootstrap()
1134 …if (!check_version_compat(host_weed_abi_version, plugin_min_weed_abi_version, plugin_max_weed_abi_… in weed_bootstrap()
1141 plugin_weed_abi_version = host_weed_abi_version; in weed_bootstrap()