Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c39 #define LOG_WRAPPERC(...) /* fprintf(stderr, __VA_ARGS__) */ macro
204 LOG_WRAPPERC("- ZWRAP_initializeCStream=%p\n", zwc); in ZWRAP_initializeCStream()
231 LOG_WRAPPERC("- ZWRAPC_finishWithError=%d\n", error); in ZWRAPC_finishWithError()
268 LOG_WRAPPERC("- deflateInit level=%d\n", level); in z_deflateInit_()
304 LOG_WRAPPERC("- ZWRAP_deflateReset_keepDict\n"); in ZWRAP_deflateReset_keepDict()
324 LOG_WRAPPERC("- deflateReset\n"); in z_deflateReset()
342 LOG_WRAPPERC("- deflateSetDictionary\n"); in z_deflateSetDictionary()
373 if (zwc == NULL) { LOG_WRAPPERC("zwc == NULL\n"); return Z_STREAM_ERROR; } in z_deflate()
386 LOG_WRAPPERC("ERROR: ZSTD_CCtx_reset errorCode=%s\n", in z_deflate()
471 LOG_WRAPPERC("- deflateEnd\n"); in z_deflateEnd()
[all …]