/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 64 #define deflatePrime Cr_z_deflatePrime macro
|
H A D | zconf.h | 65 # define deflatePrime z_deflatePrime macro
|
H A D | zlib.h | 790 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 794 deflatePrime() inserts bits in the deflate output stream. The intent 802 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
|
H A D | deflate.c | 593 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() function
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 67 #define deflatePrime Cr_z_deflatePrime macro
|
H A D | zconf.h | 68 # define deflatePrime z_deflatePrime macro
|
H A D | zlib.h | 790 ZEXTERN int ZEXPORT deflatePrime(z_streamp strm, 794 deflatePrime() inserts bits in the deflate output stream. The intent 802 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
|
H A D | deflate.c | 761 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | chromeconf.h | 64 #define deflatePrime Cr_z_deflatePrime macro
|
H A D | zconf.h | 65 # define deflatePrime z_deflatePrime macro
|
H A D | zlib.h | 790 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm, 794 deflatePrime() inserts bits in the deflate output stream. The intent 802 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
|
H A D | deflate.c | 588 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 44 # define deflatePrime z_deflatePrime
macro
|
H A D | zlib.h | 694 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
698 deflatePrime() inserts bits in the deflate output stream. The intent
706 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
|
H A D | deflate.c | 449 int ZEXPORT deflatePrime (strm, bits, value)
in deflatePrime() function
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 124 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; in deflatePrime() function 203 function deflatePrime; external; function
|
/third_party/zlib/ |
H A D | zconf.h | 56 # define deflatePrime z_deflatePrime macro
|
H A D | zlib.h | 791 ZEXTERN int ZEXPORT deflatePrime(z_streamp strm, 795 deflatePrime() inserts bits in the deflate output stream. The intent 803 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
|
H A D | deflate.c | 728 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime() function
|
/third_party/zlib/examples/ |
H A D | gzappend.c | 38 * - Use deflatePrime() instead of adding empty blocks 376 deflatePrime(strm, 8 - left, *gz.buf); in gzscan()
|
H A D | gzlog.c | 650 deflatePrime(&strm, (8 - log->back) & 7, *buf); in log_compress()
|