Home
last modified time | relevance | path

Searched refs:defstream (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H A Dzlibndk.cpp234 z_stream defstream; in DeflateBound() local
241 defstream.zalloc = nullptr; in DeflateBound()
242 defstream.zfree = nullptr; in DeflateBound()
243 defstream.opaque = nullptr; in DeflateBound()
244 defstream.avail_in = static_cast<uInt>(inLen); in DeflateBound()
245 defstream.next_in = reinterpret_cast<Bytef *>(inBuf); in DeflateBound()
246 defstream.avail_out = static_cast<uInt>(outLen); in DeflateBound()
247 defstream.next_out = reinterpret_cast<Bytef *>(outBuf); in DeflateBound()
248 err = deflateInit_(&defstream, Z_DEFAULT_COMPRESSION, ZLIB_VERSION, static_cast<int>(sizeof(z_stream))); in DeflateBound()
250 uint32_t estimateLen = deflateBound(&defstream, inLe in DeflateBound()
1857 z_stream defstream; DeflateInit() local
1973 z_stream defstream; DeflateCopy() local
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H A DActsZlibTest.cpp706 z_stream defstream; in HWTEST_F() local
713 defstream.zalloc = nullptr; in HWTEST_F()
714 defstream.zfree = nullptr; in HWTEST_F()
715 defstream.opaque = nullptr; in HWTEST_F()
716 defstream.avail_in = static_cast<uInt>(inLen); in HWTEST_F()
717 defstream.next_in = reinterpret_cast<Bytef *>(inBuf); in HWTEST_F()
718 defstream.avail_out = static_cast<uInt>(outLen); in HWTEST_F()
719 defstream.next_out = reinterpret_cast<Bytef *>(outBuf); in HWTEST_F()
720 err = deflateInit_(&defstream, Z_DEFAULT_COMPRESSION, in HWTEST_F()
724 uint32_t estimateLen = deflateBound(&defstream, inLe in HWTEST_F()
[all...]

Completed in 4 milliseconds