Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c1104 weed_plant_t *host_host_info = host_info_callback(host_info, host_info_callback_data); in weed_bootstrap() local
1105 if (!host_host_info) { in weed_bootstrap()
1110 if (host_host_info != host_info) { in weed_bootstrap()
1112 host_info = host_host_info; in weed_bootstrap()
1117 host_weed_abi_version = weed_get_int_value(host_host_info, WEED_LEAF_WEED_ABI_VERSION, &err); in weed_bootstrap()
1125 … host_filter_api_version = weed_get_int_value(host_host_info, WEED_LEAF_FILTER_API_VERSION, &err); in weed_bootstrap()