Searched refs:compress_ft (Results 1 – 2 of 2) sorted by relevance
77 typedef int (*compress_ft) (Bytef *dest, uLongf *destLen, typedef90 static compress_ft p_compress = NULL;287 p_compress = (compress_ft) DSO_bind_func(zlib_dso, "compress"); in DEFINE_RUN_ONCE_STATIC()288 p_uncompress = (compress_ft) DSO_bind_func(zlib_dso, "uncompress"); in DEFINE_RUN_ONCE_STATIC()
85 typedef size_t (*compress_ft)(void*, size_t, const void*, size_t, int); typedef102 static compress_ft p_compress = NULL;378 p_compress = (compress_ft)DSO_bind_func(zstd_dso, "ZSTD_compress"); in DEFINE_RUN_ONCE_STATIC()
Completed in 8 milliseconds