Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c525 #define LOAD_FUNCTION(func) \ in get_key_material_https() macro
548 LOAD_FUNCTION(fetchGetURL); in get_key_material_https()
553 LOAD_FUNCTION(curl_easy_init); in get_key_material_https()
554 LOAD_FUNCTION(curl_easy_setopt); in get_key_material_https()
555 LOAD_FUNCTION(curl_easy_perform); in get_key_material_https()
556 LOAD_FUNCTION(curl_easy_cleanup); in get_key_material_https()
557 LOAD_FUNCTION(curl_easy_strerror); in get_key_material_https()
558 LOAD_FUNCTION(curl_easy_getinfo); in get_key_material_https()