Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
222 LOG_WRAPPERC("- ZWRAPC_finishWithError=%d\n", error); in ZWRAPC_finishWithError()
259 LOG_WRAPPERC("- deflateInit level=%d\n", level); in z_deflateInit_()
295 LOG_WRAPPERC("- ZWRAP_deflateReset_keepDict\n"); in ZWRAP_deflateReset_keepDict()
315 LOG_WRAPPERC("- deflateReset\n"); in z_deflateReset()
333 LOG_WRAPPERC("- deflateSetDictionary\n"); in z_deflateSetDictionary()
364 if (zwc == NULL) { LOG_WRAPPERC("zwc == NULL\n"); return Z_STREAM_ERROR; } in z_deflate()
377 LOG_WRAPPERC("ERROR: ZSTD_resetCStream errorCode=%s\n", in z_deflate()
456 LOG_WRAPPERC("- deflateEnd\n"); in z_deflateEnd()
[all …]