/third_party/toybox/lib/ |
D | deflate.c | 13 struct deflate { struct 20 void (*crcfunc)(struct deflate *dd, char *data, int len); argument 21 unsigned crctable[256], crc; 25 unsigned short *hashhead, *hashchain; 28 unsigned pos, len; 29 int infd, outfd; 30 char data[]; 315 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 | deflate.c | 93 static void deflate(nghttp2_hd_deflater *deflater, in deflate() function
|
D | Makefile.am | 44 noinst_PROGRAMS = client libevent-client libevent-server deflate program
|
/third_party/node/test/parallel/ |
D | test-zlib-reset-before-write.js | 17 const deflate = zlib.createDeflate(); constant
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/boost/beast/websocket/detail/ |
D | impl_base.hpp | 83 deflate( in deflate() function 363 deflate( in deflate() function
|
/third_party/boost/libs/beast/test/bench/wsload/ |
D | wsload.cpp | 126 bool deflate, in connection() 293 auto const deflate = std::atoi(argv[7]) != 0; in main() local
|
/third_party/boost/libs/iostreams/src/ |
D | lzma.cpp | 107 int lzma_base::deflate(int action) in deflate() function in boost::iostreams::detail::lzma_base
|
D | zstd.cpp | 91 int zstd_base::deflate(int action) in deflate() function in boost::iostreams::detail::zstd_base
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/flutter/skia/src/pdf/ |
D | SkPDFTypes.cpp | 423 bool deflate, in serialize_stream() 468 bool deflate) { in SkPDFStreamOut()
|
/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/freetype/src/gzip/ |
D | ftzconf.h | 17 # define deflate z_deflate macro
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | ftzconf.h | 17 # define deflate z_deflate macro
|
/third_party/flutter/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/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/ |
D | ZLib.pas | 243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate() function
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | records.pyx.pxi | 119 deflate = GRPC_COMPRESS_DEFLATE variable in CompressionAlgorithm
|