Home
last modified time | relevance | path

Searched refs:deflateCopy (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h55 #define deflateCopy Cr_z_deflateCopy macro
H A Dzconf.h56 # define deflateCopy z_deflateCopy macro
H A Dzlib.h676 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
684 by calling deflateEnd. Note that deflateCopy duplicates the internal
688 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c1157 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
/third_party/node/deps/zlib/
H A Dchromeconf.h58 #define deflateCopy Cr_z_deflateCopy macro
H A Dzconf.h59 # define deflateCopy z_deflateCopy macro
H A Dzlib.h676 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
684 by calling deflateEnd. Note that deflateCopy duplicates the internal
688 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c1321 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) { in deflateCopy() function
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h24 # define deflateCopy z_deflateCopy macro
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h55 #define deflateCopy Cr_z_deflateCopy macro
H A Dzconf.h56 # define deflateCopy z_deflateCopy macro
H A Dzlib.h677 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
685 by calling deflateEnd. Note that deflateCopy duplicates the internal
689 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c1149 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h38 # define deflateCopy z_deflateCopy macro
H A Dzlib.h617 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
625 by calling deflateEnd. Note that deflateCopy duplicates the internal
629 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c979 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas118 function deflateCopy(var dest, source: z_stream): Integer; in deflateCopy() function
197 function deflateCopy; external; function
/third_party/zlib/
H A Dzconf.h47 # define deflateCopy z_deflateCopy macro
H A Dzlib.h677 ZEXTERN int ZEXPORT deflateCopy(z_streamp dest,
685 by calling deflateEnd. Note that deflateCopy duplicates the internal
689 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
H A Ddeflate.c1290 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) { in deflateCopy() function
/third_party/python/Modules/
H A Dzlibmodule.c1081 int err = deflateCopy(&retval->zst, &self->zst); in zlib_Compress_copy_impl()

Completed in 36 milliseconds