Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c39 #define LOG_WRAPPERC(...) /* fprintf(stderr, __VA_ARGS__) */ macro
204 LOG_WRAPPERC("- ZWRAP_initializeCStream=%p\n", zwc); in ZWRAP_initializeCStream()
210LOG_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()
[all …]