/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | mock-archive.txt | 1 GET%www.zappos.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')] 2 GET%www.zappos.com%/css/print.20110525145237.css%%[('accept-encoding', 'gzip,deflate'), ('host', 'w… 3 GET%www.zappos.com%/favicon.ico%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')] 4 GET%www.zappos.com%/hydra/hydra.p.20110607.js%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.… 5 GET%www.zappos.com%/imgs/shadebg.20110525145241.png%%[('accept-encoding', 'gzip,deflate'), ('host',… 6 GET%www.msn.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com')] 7 GET%www.msn.com%/?euid=&userGroup=W:default&PM=z:1%%[('accept-encoding', 'gzip,deflate'), ('host', … 8 GET%www.msn.com%/?euid=342%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com'), ('x-requ… 9 GET%www.amazon.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.amazon.com')] 10 GET%www.google.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.google.com')]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | DeflaterSink.java | 68 deflate(false); in write() 85 private void deflate(boolean syncFlush) throws IOException { in deflate() method in DeflaterSink 95 ? deflater.deflate(s.data, s.limit, Segment.SIZE - s.limit, Deflater.SYNC_FLUSH) in deflate() 96 : deflater.deflate(s.data, s.limit, Segment.SIZE - s.limit); in deflate() 114 deflate(true); in flush() 120 deflate(false); in finishDeflate()
|
/external/zlib/src/contrib/puff/ |
D | README | 8 puff.c provides the routine puff() to decompress the deflate data format. It 14 puff.c was written to document the deflate format unambiguously, by virtue of 16 describes the deflate format. I have received many questions on details of the 17 deflate format, and I hope that reading this code will answer those questions. 18 puff.c is heavily commented with details of the deflate format, especially 37 Then you can call puff() to decompress a deflate stream that is in memory in 46 that in order to decompress the deflate data successfully, you need to know 57 The deflate format is self-terminating. If the deflate stream does not end
|
/external/curl/tests/data/ |
D | test223 | 13 # this deflate chunk has three bytes removed from the beginning 51 Content-Encoding: deflate 68 HTTP GET deflate compressed content with broken deflate header 85 Accept-Encoding: deflate, gzip
|
/external/zopfli/ |
D | README | 2 very good, but slow, deflate or zlib compression. 9 ZopfliCompress supports deflate, gzip and zlib output format with a parameter. 11 deflate.h, ZopfliZlibCompress in zlib_container.h or ZopfliGzipCompress in 14 ZopfliDeflate creates a valid deflate stream in memory, see: 21 This library can only compress, not decompress. Existing zlib or deflate
|
/external/zlib/src/msdos/ |
D | Makefile.bor | 44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 83 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.tc | 29 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 56 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater 69 err = deflate(ref _ztream, (int)FlushTypes.None); in Add() 74 err = deflate(ref _ztream, (int)FlushTypes.None); in Add() 91 err = deflate(ref _ztream, (int)FlushTypes.Finish); in Finish()
|
/external/ppp/pppd/ |
D | ccp.c | 91 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate, 93 &ccp_allowoptions[0].deflate }, 94 { "-deflate", o_bool, &ccp_wantoptions[0].deflate, 96 &ccp_allowoptions[0].deflate }, 242 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \ 332 ccp_wantoptions[0].deflate = 1; 335 ccp_wantoptions[0].deflate = 0; 337 ccp_allowoptions[0].deflate = 1; 340 ccp_allowoptions[0].deflate = 0; 366 ccp_wantoptions[0].deflate = 1; [all …]
|
/external/zlib/src/win32/ |
D | Makefile.bor | 27 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 30 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \ 97 deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h 118 trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees…
|
/external/zlib/src/contrib/delphi/ |
D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/contrib/pascal/ |
D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | example.pas | 206 err := deflate(c_stream, Z_NO_FLUSH); 214 err := deflate(c_stream, Z_FINISH); 292 err := deflate(c_stream, Z_NO_FLUSH); 301 err := deflate(c_stream, Z_NO_FLUSH); 308 err := deflate(c_stream, Z_NO_FLUSH); 311 err := deflate(c_stream, Z_FINISH); 386 err := deflate(c_stream, Z_FULL_FLUSH); 392 err := deflate(c_stream, Z_FINISH); 471 err := deflate(c_stream, Z_FINISH);
|
/external/zlib/src/old/ |
D | descrip.mms | 12 deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\ 36 deflate.obj : deflate.h zutil.h zlib.h zconf.h 46 trees.obj : deflate.h zutil.h zlib.h zconf.h
|
/external/zlib/src/amiga/ |
D | Makefile.pup | 18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 56 deflate.o: deflate.h zutil.h zlib.h zconf.h 67 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
D | Makefile.sas | 17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 55 deflate.o: deflate.h zutil.h zlib.h zconf.h 66 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/zlib/src/ |
D | FAQ | 33 5. deflate() or inflate() returns Z_BUF_ERROR. 38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be 130 18. Why does gzip give an error on a file I make with compress/deflate? 132 The compress and deflate functions produce data in the zlib format, which 148 You can request that deflate write the gzip format instead of the zlib 181 update the version strings in deflate.c and inftrees.c. 218 deflate stream once to generate an index, and then use that index for 229 understand the deflate format? 243 Yes. inflate() and deflate() will process any amount of data correctly. 244 Each call of inflate() or deflate() is limited to input and output chunks [all …]
|
D | Makefile.in | 57 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o 61 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut… 274 deflate.o: deflate.h zutil.h zlib.h zconf.h 278 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h 284 deflate.lo: deflate.h zutil.h zlib.h zconf.h 288 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/zlib/src/test/ |
D | example.c | 220 err = deflate(&c_stream, Z_NO_FLUSH); 226 err = deflate(&c_stream, Z_FINISH); 301 err = deflate(&c_stream, Z_NO_FLUSH); 312 err = deflate(&c_stream, Z_NO_FLUSH); 319 err = deflate(&c_stream, Z_NO_FLUSH); 322 err = deflate(&c_stream, Z_FINISH); 394 err = deflate(&c_stream, Z_FULL_FLUSH); 400 err = deflate(&c_stream, Z_FINISH); 482 err = deflate(&c_stream, Z_FINISH);
|
/external/zlib/src/watcom/ |
D | watcom_f.mak | 7 C_SOURCE = adler32.c compress.c crc32.c deflate.c & 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
|
D | watcom_l.mak | 7 C_SOURCE = adler32.c compress.c crc32.c deflate.c & 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
|
/external/zlib/src/examples/ |
D | README.examples | 33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(), 39 - describes in excruciating detail the use of deflate() and inflate() 43 - illustrates the proper use of deflate() and inflate()
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 45 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ 122 deflate.o: deflate.h zutil.h zlib.h zconf.h 134 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|