Lines Matching refs:LOG_WRAPPERC
39 #define LOG_WRAPPERC(...) /* fprintf(stderr, __VA_ARGS__) */ macro
204 LOG_WRAPPERC("- ZWRAP_initializeCStream=%p\n", zwc); in ZWRAP_initializeCStream()
210 …LOG_WRAPPERC("pledgedSrcSize=%d windowLog=%d chainLog=%d hashLog=%d searchLog=%d minMatch=%d strat… 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()
338 LOG_WRAPPERC("- deflateSetDictionary level=%d\n", (int)zwc->compressionLevel); in z_deflateSetDictionary()
358 LOG_WRAPPERC("- deflate1 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", in z_deflate()
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()
389 …LOG_WRAPPERC("- deflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush… in z_deflate()
398 …LOG_WRAPPERC("deflate ZSTD_compressStream srcSize=%d dstCapacity=%d\n", (int)zwc->inBuffer.size, (… in z_deflate()
424 …LOG_WRAPPERC("deflate ZSTD_endStream dstCapacity=%d bytesLeft=%d\n", (int)strm->avail_out, (int)by… in z_deflate()
431 LOG_WRAPPERC("Z_STREAM_END2 strm->total_in=%d strm->avail_out=%d strm->total_out=%d\n", in z_deflate()
442 …LOG_WRAPPERC("deflate ZSTD_flushStream dstCapacity=%d bytesLeft=%d\n", (int)strm->avail_out, (int)… in z_deflate()
448 …LOG_WRAPPERC("- deflate3 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush… in z_deflate()
456 LOG_WRAPPERC("- deflateEnd\n"); in z_deflateEnd()
459 …LOG_WRAPPERC("- deflateEnd total_in=%d total_out=%d\n", (int)(strm->total_in), (int)(strm->total_o… in z_deflateEnd()
486 LOG_WRAPPERC("- deflateParams level=%d strategy=%d\n", level, strategy); in z_deflateParams()