Searched refs:uLong (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_checksum/ |
H A D | checksum_n_exporter.cpp | 204 uLong adler = 0U; in Adler32() 257 uLong adler1 = 0U; in Adler32Combine() 258 uLong adler2 = 0U; in Adler32Combine() 315 uLong adler1 = 0U; in Adler32Combine64() 316 uLong adler2 = 0U; in Adler32Combine64() 370 uLong adler = 0U; in Crc32() 423 uLong adler1 = 0U; in Crc32Combine() 424 uLong adler2 = 0U; in Crc32Combine() 437 …crc32_combine64(static_cast<uLong>(adler1), static_cast<uLong>(adler2), static_cast<z_off64_t>(len… in Crc32Combine() 482 uLong adler1 = 0U; in Crc32Combine64() [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 112 …zlib | ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));<br />ZEXTE… 113 …b | ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); <br />ZEXTERN uLong ZEX… 114 …tef *source, uLong sourceLen, int level));<br />ZEXTERN int ZEXPORT compress OF((Bytef *dest, u… 115 | zlib | ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); | 新增 | 返回压缩大小的上限。在com… 116 | zlib | ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));<br />ZEXTER… 117 …lib | ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));<br />ZEXTERN uLong ZEXP… 119 | zlib | ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, uLong sourceLen)); | 新增 | 返… 166 …t Bytef *source, uLong sourceLen));<br />ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf… 167 | zlib | ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); | 新增 | 返回指示编译时选项的标志。 …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | zip_internal.cpp | 116 uLong ReadZipBuffer(void *opaque, void *, void *buf, uLong size) in ReadZipBuffer() 132 size = std::min(size, static_cast<uLong>(remaining_bytes)); in ReadZipBuffer() 142 uLong WriteZipBuffer(void *opaque, void *stream, const void *buf, uLong) in WriteZipBuffer() argument 158 long SeekZipBuffer(void *opaque, void *, uLong offset, int origin) in SeekZipBuffer() 274 const uLong LANGUAGE_ENCODING_FLAG = 0x1 << 11; in ZipOpenNewFileInZip()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 112 … zlib | ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));<br>ZEXTER… 113 …ib | ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t)); <br>ZEXTERN uLong ZEXP… 114 …ytef *source, uLong sourceLen, int level));<br>ZEXTERN int ZEXPORT compress OF((Bytef *dest, uL… 115 | zlib | ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); | Added | Added the AP… 116 | zlib | ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));<br>ZEXTERN … 117 …zlib | ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));<br>ZEXTERN uLong ZEXPO… 119 | zlib | ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, uLong sourceLen)); | Added |… 166 …st Bytef *source, uLong sourceLen));<br>ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest, uLongf … 167 | zlib | ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); | Added | Added the AP…
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/src/ |
H A D | soft_bus_socket_mock.cpp | 53 uLong len = 1048576; in DecompressMock() 83 uLong len = compressBound(json.size()); in CompressMock()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | hiview_zip_util.cpp | 25 constexpr uLong MAX_ENTRY_NUM = 10000; 144 for (uLong index = 0; index < globalInfo.number_entry; ++index) { in UnzipFile()
|
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_channel.cpp | 274 uLong len = compressBound(json.size()); in Compress() 298 uLong len = RPC_TRANSFER_BYTES_MAX_LENGTH; in Decompress()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/ |
H A D | zip_writer.cpp | 26 static const uLong LANGUAGE_ENCODING_FLAG = 0x1 << 11;
|
/ohos5.0/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_zip.c | 543 if (readSize < 0 || (uLong)readSize != fileInfo.uncompressed_size) { in HnpCfgGetFromZip()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 46 uLong zlibCompileFlags = 0; 50 uLong destLen = 0U; 52 uLong sourceLen = 0U;
|