Searched refs:dictLength (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 122 …ORT deflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | 新增 | 返回… 128 …eflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, uInt dictLength)); | 新增 | 从给… 158 …ORT inflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | 新增 | 返回… 164 …nflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, uInt dictLength)); | 新增 | 从给…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 53 uInt dictLength = 0U; member 101 …iValue::DeclareNapiProperty("dictionaryLength", NapiValue::CreateInt32(env, arg->dictLength).val_), in DictionaryOutputInfo() 1078 tie(succ, dictionary, arg->dictLength) = CommonFunc::UnwrapArrayBufferParams(env, funcArg); in DeflateGetDictionary() 1084 …de = deflateGetDictionary(zipEntity->zs.get(), static_cast<Bytef *>(dictionary), &arg->dictLength); in DeflateGetDictionary() 1881 tie(succ, buf, arg->dictLength) = CommonFunc::GetInflateSetDictionaryArg(env, funcArg); in InflateGetDictionary() 1890 …->errCode = inflateGetDictionary(zipEntity->zs.get(), static_cast<Bytef *>(buf), &arg->dictLength); in InflateGetDictionary()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 122 …ORT deflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | … 128 …eflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, uInt dictLength)); | Added | … 158 …ORT inflateGetDictionary OF((z_streamp strm, Bytef *dictionary, uInt *dictLength)); | Added | … 164 …nflateSetDictionary OF((z_streamp strm, const Bytef *dictionary, uInt dictLength)); | Added | …
|