Home
last modified time | relevance | path

Searched defs:deflate (Results 1 – 25 of 57) sorted by relevance

123

/third_party/toybox/lib/
Ddeflate.c13 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/
DCMakeLists.txt34 add_executable(deflate deflate.c $<TARGET_OBJECTS:llhttp> target
Ddeflate.c93 static void deflate(nghttp2_hd_deflater *deflater, in deflate() function
DMakefile.am44 noinst_PROGRAMS = client libevent-client libevent-server deflate program
/third_party/node/test/parallel/
Dtest-zlib-reset-before-write.js17 const deflate = zlib.createDeflate(); constant
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DDeflater.cs25 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/
DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
/third_party/zlib/contrib/dotzlib/DotZLib/
DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
/third_party/libwebsockets/lib/roles/http/compression/
Dprivate-lib-roles-http-compression.h49 z_stream *deflate; member
/third_party/boost/boost/beast/websocket/detail/
Dimpl_base.hpp83 deflate( in deflate() function
363 deflate( in deflate() function
/third_party/boost/libs/beast/test/bench/wsload/
Dwsload.cpp126 bool deflate, in connection()
293 auto const deflate = std::atoi(argv[7]) != 0; in main() local
/third_party/boost/libs/iostreams/src/
Dlzma.cpp107 int lzma_base::deflate(int action) in deflate() function in boost::iostreams::detail::lzma_base
Dzstd.cpp91 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/
Dzlibpas.pas107 function deflate(var strm: z_stream; flush: Integer): Integer; in deflate() function
195 function deflate; external; in deflate() function
/third_party/zlib/contrib/pascal/
Dzlibpas.pas107 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/
Dzlibpas.pas107 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/
DSkPDFTypes.cpp423 bool deflate, in serialize_stream()
468 bool deflate) { in SkPDFStreamOut()
/third_party/skia/src/pdf/
DSkPDFTypes.cpp426 bool deflate, in serialize_stream()
471 bool deflate) { in SkPDFStreamOut()
/third_party/lwip/src/include/netif/ppp/
Dccp.h131 unsigned int deflate :1; /* do Deflate? */ member
/third_party/freetype/src/gzip/
Dftzconf.h17 # define deflate z_deflate macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftzconf.h17 # define deflate z_deflate macro
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dftzconf.h17 # define deflate z_deflate macro
/third_party/zlib/contrib/delphi/
DZLib.pas243 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/
DZLib.pas243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate() function
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi119 deflate = GRPC_COMPRESS_DEFLATE variable in CompressionAlgorithm

123