Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.c874 static weed_memcpy_f weedmemcpy; in weed_bootstrap() local
931 weedmemcpy = memcpy; in weed_bootstrap()
971 if (weedmemcpy) { in weed_bootstrap()
972 …if (weed_set_funcptr_value(host_info, WEED_LEAF_MEMCPY_FUNC, (weed_funcptr_t)weedmemcpy) != WEED_S… in weed_bootstrap()
1190 if (weedmemcpy == NULL) { in weed_bootstrap()
1194 …if (weed_set_funcptr_value(host_info, WEED_LEAF_MEMCPY_FUNC, (weed_funcptr_t)weedmemcpy) != WEED_S… in weed_bootstrap()