Lines Matching refs:LOG_WRAPPERD

40 #define LOG_WRAPPERD(...)  /* fprintf(stderr, __VA_ARGS__) */  macro
566 LOG_WRAPPERD("- ZWRAPD_finishWithError=%d\n", error); in ZWRAPD_finishWithError()
591 LOG_WRAPPERD("- inflateInit\n"); in z_inflateInit_()
619 LOG_WRAPPERD("- inflateInit2 windowBits=%d\n", windowBits); in z_inflateInit2_()
631 LOG_WRAPPERD("- ZWRAP_inflateReset_keepDict\n"); in ZWRAP_inflateReset_keepDict()
650 LOG_WRAPPERD("- inflateReset\n"); in z_inflateReset()
688 LOG_WRAPPERD("- inflateSetDictionary\n"); in z_inflateSetDictionary()
706LOG_WRAPPERD("inflateSetDictionary ZSTD_decompressStream errorCode=%d srcSize=%d dstCapacity=%d\n", in z_inflateSetDictionary()
709 LOG_WRAPPERD("ERROR: ZSTD_decompressStream %s\n", in z_inflateSetDictionary()
724LOG_WRAPPERD("- inflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d res=%d\n", in z_inflate()
732 LOG_WRAPPERD("- inflate1 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", in z_inflate()
744 LOG_WRAPPERD("ZLIB inflateInit errorCode=%d\n", initErr); in z_inflate()
755LOG_WRAPPERD("- inflate3 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d res=%d\n", in z_inflate()
778 LOG_WRAPPERD("ZLIB inflateInit errorCode=%d\n", initErr); in z_inflate()
787 LOG_WRAPPERD("ZLIB inflate errorCode=%d strm->avail_in=%d\n", in z_inflate()
806LOG_WRAPPERD("- inflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d res=%d\n", in z_inflate()
818 if (zwd->zbd == NULL) { LOG_WRAPPERD("ERROR: ZSTD_createDStream_advanced\n"); goto error; } in z_inflate()
827 LOG_WRAPPERD("ERROR: ZSTD_initDStream errorCode=%s\n", in z_inflate()
847 LOG_WRAPPERD("ERROR: ZSTD_initDStream errorCode=%s\n", in z_inflate()
863LOG_WRAPPERD("inflate ZSTD_decompressStream1 errorCode=%d srcSize=%d dstCapacity=%d\n", in z_inflate()
866 LOG_WRAPPERD("ERROR: ZSTD_decompressStream1 %s\n", ZSTD_getErrorName(dErr)); in z_inflate()
880 LOG_WRAPPERD("inflate ZSTD_decompressStream2 errorCode=%d srcSize=%d dstCapacity=%d\n", in z_inflate()
884 LOG_WRAPPERD("ERROR: ZSTD_decompressStream2 %s zwd->errorCount=%d\n", in z_inflate()
888LOG_WRAPPERD("inflate inBuffer.pos=%d inBuffer.size=%d outBuffer.pos=%d outBuffer.size=%d o\n", in z_inflate()
898LOG_WRAPPERD("inflate Z_STREAM_END1 avail_in=%d avail_out=%d total_in=%d total_out=%d\n", in z_inflate()
905 LOG_WRAPPERD("- inflate2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d res=%d\n", in z_inflate()
919 LOG_WRAPPERD("- inflateEnd total_in=%d total_out=%d\n", in z_inflateEnd()
1094 LOG_WRAPPERD("z_compress sourceLen=%d dstCapacity=%d\n", in z_compress()