Searched refs:GetInflateInitArg (Results 1 – 3 of 3) sorted by relevance
57 …static std::tuple<bool, z_stream, int32_t> GetInflateInitArg(napi_env env, const NapiFuncArg &func…
469 std::tuple<bool, z_stream, int32_t> CommonFunc::GetInflateInitArg(napi_env env, const NapiFuncArg &… in GetInflateInitArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
1621 tie(succ, zStream, windowBits) = CommonFunc::GetInflateInitArg(env, funcArg); in InflateInit2()