/third_party/toybox/lib/ |
D | deflate.c | 13 struct deflate { struct 20 void (*crcfunc)(struct deflate *dd, char *data, unsigned len); argument 21 unsigned crctable[256], crc; 25 unsigned short *hashhead, *hashchain; 28 unsigned pos, len; 29 int infd, outfd; 30 char data[]; 324 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate() function
|
/third_party/nghttp2/examples/ |
D | CMakeLists.txt | 34 add_executable(deflate deflate.c $<TARGET_OBJECTS:llhttp> target
|
D | Makefile.am | 44 noinst_PROGRAMS = client libevent-client libevent-server deflate program
|
D | deflate.c | 93 static void deflate(nghttp2_hd_deflater *deflater, in deflate() function
|
/third_party/node/test/parallel/ |
D | test-zlib-reset-before-write.js | 17 const deflate = zlib.createDeflate(); constant
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | Deflater.cs | 25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
|
/third_party/libwebsockets/lib/roles/http/compression/ |
D | private-lib-roles-http-compression.h | 49 z_stream *deflate; member
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 107 function deflate(var strm: z_stream; flush: Integer): Integer; in deflate() function 195 function deflate; external; in deflate() function
|
/third_party/skia/src/pdf/ |
D | SkPDFTypes.cpp | 426 bool deflate, in serialize_stream() 471 bool deflate) { in SkPDFStreamOut()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ccp.h | 131 unsigned int deflate :1; /* do Deflate? */ member
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | ftzconf.h | 17 # define deflate z_deflate macro
|
/third_party/zlib/contrib/delphi/ |
D | ZLib.pas | 243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate() function
|
/third_party/node/deps/zlib/ |
D | chromeconf.h | 56 #define deflate Cr_z_deflate macro
|
D | zconf.h.in | 45 # define deflate z_deflate macro
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
D | c_zlib.c | 113 # define deflate p_deflate macro
|
/third_party/skia/third_party/externals/zlib/ |
D | chromeconf.h | 53 #define deflate Cr_z_deflate macro
|
D | zconf.h | 54 # define deflate z_deflate macro
|
/third_party/node/deps/v8/third_party/zlib/ |
D | chromeconf.h | 53 #define deflate Cr_z_deflate macro
|
D | zconf.h | 54 # define deflate z_deflate macro
|
/third_party/openssl/crypto/comp/ |
D | c_zlib.c | 113 # define deflate p_deflate macro
|
/third_party/libwebsockets/win32port/zlib/ |
D | zconf.h | 36 # define deflate z_deflate macro
|
D | deflate.c | 594 int ZEXPORT deflate (strm, flush) in deflate() function
|
/third_party/zlib/ |
D | zconf.h.in | 45 # define deflate z_deflate macro
|
D | zconf.h | 45 # define deflate z_deflate macro
|
/third_party/node/lib/ |
D | zlib.js | 906 deflate: createConvenienceMethod(Deflate, false), property
|