Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/comp/
H A Dc_zstd.c93 typedef size_t (*DStreamInSize_ft)(void); typedef
110 static DStreamInSize_ft p_DStreamInSize = NULL;
385 p_DStreamInSize = (DStreamInSize_ft)DSO_bind_func(zstd_dso, "ZSTD_DStreamInSize"); in DEFINE_RUN_ONCE_STATIC()