Home
last modified time | relevance | path

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

12

/third_party/toybox/lib/
Ddeflate.c13 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/
DCMakeLists.txt34 add_executable(deflate deflate.c $<TARGET_OBJECTS:llhttp> target
DMakefile.am44 noinst_PROGRAMS = client libevent-client libevent-server deflate program
Ddeflate.c93 static void deflate(nghttp2_hd_deflater *deflater, in deflate() function
/third_party/node/test/parallel/
Dtest-zlib-reset-before-write.js17 const deflate = zlib.createDeflate(); constant
/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/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/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/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/node/deps/zlib/
Dchromeconf.h56 #define deflate Cr_z_deflate macro
Dzconf.h.in45 # define deflate z_deflate macro
/third_party/node/deps/openssl/openssl/crypto/comp/
Dc_zlib.c113 # define deflate p_deflate macro
/third_party/skia/third_party/externals/zlib/
Dchromeconf.h53 #define deflate Cr_z_deflate macro
Dzconf.h54 # define deflate z_deflate macro
/third_party/node/deps/v8/third_party/zlib/
Dchromeconf.h53 #define deflate Cr_z_deflate macro
Dzconf.h54 # define deflate z_deflate macro
/third_party/openssl/crypto/comp/
Dc_zlib.c113 # define deflate p_deflate macro
/third_party/libwebsockets/win32port/zlib/
Dzconf.h36 # define deflate z_deflate macro
Ddeflate.c594 int ZEXPORT deflate (strm, flush) in deflate() function
/third_party/zlib/
Dzconf.h.in45 # define deflate z_deflate macro
Dzconf.h45 # define deflate z_deflate macro
/third_party/node/lib/
Dzlib.js906 deflate: createConvenienceMethod(Deflate, false), property

12