Searched defs:z_stream (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/base/
H A Dgzip_filter.h23 typedef struct z_stream_s z_stream; typedef in typeref:struct:z_stream_s
135 scoped_ptr<z_stream> zlib_stream_;
/external/kernel-headers/original/linux/
H A Dzlib.h101 } z_stream; typedef in typeref:struct:z_stream_s
103 typedef z_stream *z_streamp;
678 extern int zlib_inflateIncomp (z_stream *strm);
/external/chromium/net/spdy/
H A Dspdy_framer.h20 typedef struct z_stream_s z_stream; // Forward declaration for zlib. typedef in typeref:struct:z_stream_s
347 typedef std::map<SpdyStreamId, z_stream*> CompressorMap;
362 z_stream* GetHeaderCompressor();
363 z_stream* GetHeaderDecompressor();
364 z_stream* GetStreamCompressor(SpdyStreamId id);
365 z_stream* GetStreamDecompressor(SpdyStreamId id);
373 z_stream* compressor);
375 z_stream* decompressor);
461 scoped_ptr<z_stream> header_compressor_;
462 scoped_ptr<z_stream> header_decompressor
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h101 } 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/qemu/distrib/zlib-1.2.3/
H A Dzlib.h101 } z_stream; typedef in typeref:struct:z_stream_s
103 typedef z_stream FAR *z_streamp;
1315 * and the compiler's view of z_stream:
1332 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1334 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1337 (strategy), ZLIB_VERSION, sizeof(z_stream))
1339 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1342 ZLIB_VERSION, sizeof(z_stream))
/external/zlib/
H A Dzlib.h104 } z_stream; typedef in typeref:struct:z_stream_s
106 typedef z_stream FAR *z_streamp;
1530 * and the compiler's view of z_stream:
1547 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1549 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1552 (strategy), ZLIB_VERSION, sizeof(z_stream))
1554 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1557 ZLIB_VERSION, sizeof(z_stream))

Completed in 169 milliseconds