/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 55 #define deflateCopy Cr_z_deflateCopy macro
|
H A D | zconf.h | 56 # define deflateCopy z_deflateCopy macro
|
H A D | zlib.h | 676 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 D | deflate.c | 1157 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 58 #define deflateCopy Cr_z_deflateCopy macro
|
H A D | zconf.h | 59 # define deflateCopy z_deflateCopy macro
|
H A D | zlib.h | 676 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 D | deflate.c | 1321 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) { in deflateCopy() function
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 24 # define deflateCopy z_deflateCopy macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 55 #define deflateCopy Cr_z_deflateCopy macro
|
H A D | zconf.h | 56 # define deflateCopy z_deflateCopy macro
|
H A D | zlib.h | 677 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 D | deflate.c | 1149 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 38 # define deflateCopy z_deflateCopy
macro
|
H A D | zlib.h | 617 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 D | deflate.c | 979 int ZEXPORT deflateCopy (dest, source)
in deflateCopy() function
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 118 function deflateCopy(var dest, source: z_stream): Integer; in deflateCopy() function 197 function deflateCopy; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 47 # define deflateCopy z_deflateCopy macro
|
H A D | zlib.h | 677 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 D | deflate.c | 1290 int ZEXPORT deflateCopy(z_streamp dest, z_streamp source) { in deflateCopy() function
|
/third_party/python/Modules/ |
H A D | zlibmodule.c | 1081 int err = deflateCopy(&retval->zst, &self->zst); in zlib_Compress_copy_impl()
|