Home
last modified time | relevance | path

Searched defs:z_stream (Results 1 – 10 of 10) sorted by relevance

/third_party/zlib/contrib/pascal/
Dzlibpas.pas108 function deflateEnd(var strm: z_stream): Integer; in deflateEnd()
109 function inflateInit(var strm: z_stream): Integer; in inflateInit()
111 function inflateEnd(var strm: z_stream): Integer; in inflateEnd()
118 function deflateCopy(var dest, source: z_stream): Integer; in deflateCopy()
119 function deflateReset(var strm: z_stream): Integer; in deflateReset()
129 function inflateSync(var strm: z_stream): Integer; in inflateSync()
130 function inflateCopy(var dest, source: z_stream): Integer; in inflateCopy()
131 function inflateReset(var strm: z_stream): Integer; in inflateReset()
134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()
136 function inflateBackInit(var strm: z_stream; in inflateBackInit()
[all …]
/third_party/elfutils/libdwfl/
Dgzip.c45 # define z_stream lzma_stream macro
63 # define z_stream bz_stream macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dzlib.h87 } z_stream; typedef
/third_party/libwebsockets/win32port/zlib/
Dzlib.h104 } z_stream; typedef
/third_party/node/deps/zlib/
Dzlib.h106 } z_stream; typedef
/third_party/skia/third_party/externals/zlib/
Dzlib.h106 } z_stream; typedef
/third_party/zlib/
Dzlib.h106 } z_stream; typedef
/third_party/node/deps/v8/third_party/zlib/
Dzlib.h106 } z_stream; typedef
/third_party/astc-encoder/Source/
Dtinyexr.h1238 #define z_stream mz_stream macro
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58352 typedef struct z_stream_s z_stream; typedef