Lines Matching refs:LOG_WRAPPERC
39 #define LOG_WRAPPERC(...) /* fprintf(stderr, __VA_ARGS__) */ macro
137 LOG_WRAPPERC("- ZWRAP_initializeCStream=%p\n", zwc); in ZWRAP_initializeCStream()
143 …LOG_WRAPPERC("pledgedSrcSize=%d windowLog=%d chainLog=%d hashLog=%d searchLog=%d searchLength=%d s… 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()
267 LOG_WRAPPERC("- deflateSetDictionary level=%d\n", (int)zwc->compressionLevel); in z_deflateSetDictionary()
287 LOG_WRAPPERC("- deflate1 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", in z_deflate()
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()
318 …LOG_WRAPPERC("- deflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush… in z_deflate()
327 …LOG_WRAPPERC("deflate ZSTD_compressStream srcSize=%d dstCapacity=%d\n", (int)zwc->inBuffer.size, (… in z_deflate()
353 …LOG_WRAPPERC("deflate ZSTD_endStream dstCapacity=%d bytesLeft=%d\n", (int)strm->avail_out, (int)by… in z_deflate()
360 LOG_WRAPPERC("Z_STREAM_END2 strm->total_in=%d strm->avail_out=%d strm->total_out=%d\n", in z_deflate()
371 …LOG_WRAPPERC("deflate ZSTD_flushStream dstCapacity=%d bytesLeft=%d\n", (int)strm->avail_out, (int)… in z_deflate()
377 …LOG_WRAPPERC("- deflate3 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush… in z_deflate()
385 LOG_WRAPPERC("- deflateEnd\n"); in z_deflateEnd()
388 …LOG_WRAPPERC("- deflateEnd total_in=%d total_out=%d\n", (int)(strm->total_in), (int)(strm->total_o… in z_deflateEnd()
415 LOG_WRAPPERC("- deflateParams level=%d strategy=%d\n", level, strategy); in z_deflateParams()