Searched refs:p_compress (Results 1 – 2 of 2) sorted by relevance
102 static compress_ft p_compress = NULL; variable121 #define ZSTD_compress p_compress377 p_compress = (compress_ft)DSO_bind_func(zstd_dso, "ZSTD_compress"); in DEFINE_RUN_ONCE_STATIC()391 || p_compress == NULL || p_createDStream == NULL || p_initDStream == NULL in DEFINE_RUN_ONCE_STATIC()437 p_compress = NULL; in ossl_comp_zstd_cleanup()
89 static compress_ft p_compress = NULL; variable101 #define compress p_compress286 p_compress = (compress_ft)DSO_bind_func(zlib_dso, "compress"); in DEFINE_RUN_ONCE_STATIC()297 if (p_compress == NULL || p_uncompress == NULL || p_inflateEnd == NULL in DEFINE_RUN_ONCE_STATIC()