Home
last modified time | relevance | path

Searched refs:compress2 (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/libwebsockets/win32port/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/node/deps/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/skia/third_party/externals/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/flutter/skia/third_party/externals/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() function
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/os2/
Dzlib.def49 compress2
/third_party/zlib/old/os2/
Dzlib.def49 compress2
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/os2/
Dzlib.def49 compress2
/third_party/zlib/win32/
Dzlib.def34 compress2
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/
Dzlib.def34 compress2
/third_party/node/deps/zlib/win32/
Dzlib.def34 compress2
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; in compress2() function
191 function compress2; external; in compress2() function
/third_party/zlib/contrib/pascal/
Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; in compress2() function
191 function compress2; external; in compress2() function
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/
Dzlibpas.pas146 function compress2(dest: PChar; var destLen: LongInt; in compress2() function
191 function compress2; external; in compress2() function
/third_party/zlib/contrib/vstudio/vc14/
Dzlibvc.def45 compress2 @39
/third_party/zlib/contrib/vstudio/vc10/
Dzlibvc.def45 compress2 @39
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc14/
Dzlibvc.def45 compress2 @39
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc9/
Dzlibvc.def45 compress2 @39
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc14/
Dzlibvc.def45 compress2 @39
/third_party/zlib/contrib/vstudio/vc12/
Dzlibvc.def45 compress2 @39
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/vstudio/vc10/
Dzlibvc.def45 compress2 @39
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/vstudio/vc11/
Dzlibvc.def45 compress2 @39
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCompression.cpp54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress()

1234