Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c39 #define LOG_WRAPPERC(...) /* fprintf(stderr, __VA_ARGS__) */ macro
137 LOG_WRAPPERC("- ZWRAP_initializeCStream=%p\n", zwc); in ZWRAP_initializeCStream()
155 LOG_WRAPPERC("- ZWRAPC_finishWithError=%d\n", error); in ZWRAPC_finishWithError()
188 LOG_WRAPPERC("- deflateInit level=%d\n", level); in z_deflateInit_()
224 LOG_WRAPPERC("- ZWRAP_deflateReset_keepDict\n"); in ZWRAP_deflateReset_keepDict()
244 LOG_WRAPPERC("- deflateReset\n"); in z_deflateReset()
262 LOG_WRAPPERC("- deflateSetDictionary\n"); in z_deflateSetDictionary()
293 if (zwc == NULL) { LOG_WRAPPERC("zwc == NULL\n"); return Z_STREAM_ERROR; } in z_deflate()
306 LOG_WRAPPERC("ERROR: ZSTD_resetCStream errorCode=%s\n", in z_deflate()
385 LOG_WRAPPERC("- deflateEnd\n"); in z_deflateEnd()
[all …]