Searched refs:goodLength (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 967 int32_t goodLength = 0; in DeflateTune() local 971 …tie(succ, goodLength, maxLazy, niceLength, maxChain) = CommonFunc::UnwrapDeflateTuneParams(env, fu… in DeflateTune() 977 …auto cbExec = [arg, zipEntity, goodLength, maxLazy, niceLength, maxChain](napi_env env) -> NapiBus… in DeflateTune() 981 arg->errCode = deflateTune(zipEntity->zs.get(), goodLength, maxLazy, niceLength, maxChain); in DeflateTune()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.cpp | 925 int32_t goodLength = 0; in UnwrapDeflateTuneParams() local 926 tie(succ, goodLength) = goodLengthNVal.ToInt32(); in UnwrapDeflateTuneParams()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 3337 deflateTune(strm: ZStream, goodLength: number, maxLazy: number, niceLength: number, maxChain: numbe… 3350 | goodLength | number | 是 | 匹配的长度阈值。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 3306 deflateTune(strm: ZStream, goodLength: number, maxLazy: number, niceLength: number, maxChain: numbe… 3319 | goodLength | number | Yes | Matching length threshold. |
|