/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
H A D | WebSocketDeflater.h | 40 typedef z_stream_s z_stream; typedef 76 OwnPtr<z_stream> m_stream; 99 OwnPtr<z_stream> m_stream;
|
/external/chromium_org/chrome/browser/media/ |
H A D | webrtc_log_uploader.h | 28 typedef struct z_stream_s z_stream; typedef in typeref:struct:z_stream_s 113 z_stream* stream);
|
/external/chromium_org/net/filter/ |
H A D | gzip_filter.h | 22 typedef struct z_stream_s z_stream; typedef in typeref:struct:z_stream_s 135 scoped_ptr<z_stream> zlib_stream_;
|
/external/elfutils/0.153/libdwfl/ |
H A D | gzip.c | 64 # define z_stream lzma_stream macro 76 # define z_stream bz_stream macro 193 z_stream z = { .next_in = mapped, .avail_in = mapped_size };
|
/external/freetype/src/gzip/ |
H A D | zlib.h | 87 } z_stream; typedef in typeref:struct:z_stream_s 89 typedef z_stream FAR *z_streamp; 811 * and the compiler's view of z_stream: 816 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 818 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 821 (strategy), ZLIB_VERSION, sizeof(z_stream)) 823 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
H A D | zlib.h | 101 } z_stream; typedef in typeref:struct:z_stream_s 103 typedef z_stream FAR *z_streamp; 1331 * and the compiler's view of z_stream: 1348 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1350 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1353 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1355 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1358 ZLIB_VERSION, sizeof(z_stream))
|
/external/chromium_org/third_party/zlib/ |
H A D | zlib.h | 105 } z_stream; typedef in typeref:struct:z_stream_s 107 typedef z_stream FAR *z_streamp; 1535 * and the compiler's view of z_stream: 1552 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream)) 1554 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream)) 1557 (strategy), ZLIB_VERSION, sizeof(z_stream)) 1559 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream)) 1562 ZLIB_VERSION, sizeof(z_stream))
|
/external/qemu/distrib/zlib-1.2.8/ |
H A D | zlib.h | 104 } z_stream; typedef in typeref:struct:z_stream_s 106 typedef z_stream FAR *z_streamp; 1631 * and the compiler's view of z_stream: 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/zlib/src/ |
H A D | zlib.h | 104 } z_stream; typedef in typeref:struct:z_stream_s 106 typedef z_stream FAR *z_streamp; 1631 * and the compiler's view of z_stream: 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/zlib/ |
H A D | zlib.h | 104 } z_stream; typedef in typeref:struct:z_stream_s 106 typedef z_stream FAR *z_streamp; 1631 * and the compiler's view of z_stream: 1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1656 (int)sizeof(z_stream)) 1659 ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/chromium_org/net/spdy/ |
H A D | spdy_framer.h | 28 typedef struct z_stream_s z_stream; // Forward declaration for zlib. typedef in typeref:struct:z_stream_s 663 z_stream* GetHeaderCompressor(); 664 z_stream* GetHeaderDecompressor(); 695 z_stream* out) const; 781 scoped_ptr<z_stream> header_compressor_; 782 scoped_ptr<z_stream> header_decompressor_;
|
/external/pdfium/core/include/thirdparties/zlib/ |
H A D | zlib.h | 164 } z_stream;
typedef in typeref:struct:z_stream_s 166 typedef z_stream FAR *z_streamp;
1691 * and the compiler's view of z_stream:
1708 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1710 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1713 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1716 (int)sizeof(z_stream))
1719 ZLIB_VERSION, (int)sizeof(z_stream))
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | zlib.h | 168 } z_stream; typedef in typeref:struct:z_stream_s 170 typedef z_stream FAR *z_streamp; 1695 * and the compiler's view of z_stream: 1712 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream)) 1714 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream)) 1717 (strategy), ZLIB_VERSION, (int)sizeof(z_stream)) 1720 (int)sizeof(z_stream)) 1723 ZLIB_VERSION, (int)sizeof(z_stream))
|