Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/zlib/
H A Dchromeconf.h64 #define deflatePrime Cr_z_deflatePrime macro
H A Dzconf.h65 # define deflatePrime z_deflatePrime macro
H A Dzlib.h790 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 Ddeflate.c593 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() function
/third_party/node/deps/zlib/
H A Dchromeconf.h67 #define deflatePrime Cr_z_deflatePrime macro
H A Dzconf.h68 # define deflatePrime z_deflatePrime macro
H A Dzlib.h790 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 Ddeflate.c761 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime() function
/third_party/skia/third_party/externals/zlib/
H A Dchromeconf.h64 #define deflatePrime Cr_z_deflatePrime macro
H A Dzconf.h65 # define deflatePrime z_deflatePrime macro
H A Dzlib.h790 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 Ddeflate.c588 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h44 # define deflatePrime z_deflatePrime macro
H A Dzlib.h694 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 Ddeflate.c449 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() function
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas124 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; in deflatePrime() function
203 function deflatePrime; external; function
/third_party/zlib/
H A Dzconf.h56 # define deflatePrime z_deflatePrime macro
H A Dzlib.h791 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 Ddeflate.c728 int ZEXPORT deflatePrime(z_streamp strm, int bits, int value) { in deflatePrime() function
/third_party/zlib/examples/
H A Dgzappend.c38 * - Use deflatePrime() instead of adding empty blocks
376 deflatePrime(strm, 8 - left, *gz.buf); in gzscan()
H A Dgzlog.c650 deflatePrime(&strm, (8 - log->back) & 7, *buf); in log_compress()

Completed in 40 milliseconds