Home
last modified time | relevance | path

Searched refs:inflate (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_compress.c111 ret = inflate(strm, Z_NO_FLUSH); in PerformInflate()
114 LNN_LOGE(LNN_STATE, "inflate fail, ret=%{public}d", ret); in PerformInflate()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp500 zlibErr = inflate(&zstream, Z_SYNC_FLUSH); in UnzipWithInflated()
502 HILOG_ERROR(HILOG_MODULE_APP, "unzip inflated inflate, error: %{public}d", zlibErr); in UnzipWithInflated()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp515 zlibErr = inflate(&zstream, Z_SYNC_FLUSH); in UnzipWithInflated()
517 APP_LOGE("unzip inflated inflate, error: %{public}d, err msg: %{public}s", zlibErr, zstream.msg); in UnzipWithInflated()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp268 inflate(&strm, Z_NO_FLUSH); in Decompress()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp813 zlibErr = inflate(&zstream, Z_SYNC_FLUSH); in UnzipWithInflatedFromMMap()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp176 NapiValue::DeclareNapiFunction("inflate", Inflate), in InflateExport()
1735 arg->errCode = inflate(zipEntity->zs.get(), flush); in Inflate()

Completed in 8 milliseconds