Home
last modified time | relevance | path

Searched defs:strm (Results 76 - 100 of 113) sorted by relevance

12345

/third_party/zlib/
H A Dgzwrite.c16 z_streamp strm = &(state->strm); in gz_init() local
72 z_streamp strm = &(state->strm); gz_comp() local
151 z_streamp strm = &(state->strm); gz_zero() local
298 z_streamp strm; gzputc() local
371 z_streamp strm; gzvprintf() local
457 z_streamp strm; gzprintf() local
566 z_streamp strm; gzsetparams() local
[all...]
H A Dinfback.c25 int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, in inflateBackInit_() argument
242 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) inflateBack() argument
621 inflateBackEnd(z_streamp strm) inflateBackEnd() argument
[all...]
H A Dinflate.c94 local int inflateStateCheck(z_streamp strm) in inflateStateCheck() argument
107 inflateResetKeep(z_streamp strm) inflateResetKeep() argument
131 inflateReset(z_streamp strm) inflateReset() argument
142 inflateReset2(z_streamp strm, int windowBits) inflateReset2() argument
179 inflateInit2_(z_streamp strm, int windowBits, const char *version, int stream_size) inflateInit2_() argument
219 inflateInit_(z_streamp strm, const char *version, int stream_size) inflateInit_() argument
224 inflatePrime(z_streamp strm, int bits, int value) inflatePrime() argument
380 updatewindow(z_streamp strm, const Bytef *end, unsigned copy) updatewindow() argument
603 inflate(z_streamp strm, int flush) inflate() argument
[all...]
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member
H A Ddeflate.h105 z_streamp strm; /* pointer back to this zlib stream */ member
/third_party/zlib/test/
H A Dinfcover.c158 mem_setup(z_stream *strm) mem_setup() argument
176 mem_limit(z_stream *strm, size_t limit) mem_limit() argument
184 mem_used(z_stream *strm, char *prefix) mem_used() argument
192 mem_high(z_stream *strm, char *prefix) mem_high() argument
200 mem_done(z_stream *strm, char *prefix) mem_done() argument
290 z_stream strm, copy; inf() local
353 z_stream strm; cover_support() local
391 z_stream strm, copy; cover_wrap() local
474 z_stream strm; cover_back() local
514 z_stream strm; try() local
[all...]
H A Dminigzip.c169 z_stream strm; member
219 z_stream *strm; gzwrite() local
241 z_stream *strm; gzread() local
270 z_stream *strm; gzclose() local
[all...]
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddeflate.c188 zlib_deflateInit2( z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy ) zlib_deflateInit2() argument
329 zlib_deflate( z_streamp strm, int flush ) zlib_deflate() argument
496 read_buf( z_streamp strm, Byte *buf, unsigned size ) read_buf() argument
[all...]
H A Ddefutil.h74 z_streamp strm; /* pointer back to this zlib stream */ member
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_flat.c184 z_stream strm; in decompress_exec() local
[all...]
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddeflate.c188 zlib_deflateInit2( z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy ) zlib_deflateInit2() argument
329 zlib_deflate( z_streamp strm, int flush ) zlib_deflate() argument
503 read_buf( z_streamp strm, Byte *buf, unsigned size ) read_buf() argument
[all...]
H A Ddefutil.h74 z_streamp strm; /* pointer back to this zlib stream */ member
[all...]
/third_party/node/deps/zlib/
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member
H A Dcrc32.c1172 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() argument
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member
H A Ddeflate.h101 z_streamp strm; /* pointer back to this zlib stream */ member
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member
H A Ddeflate.h101 z_streamp strm; /* pointer back to this zlib stream */ member
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp386 AVStream* strm = fFormatCtx->streams[fStreamIndex]; in loadStream() local
414 AVStream* strm = fFormatCtx->streams[fStreamIndex]; in dimensions() local
423 AVStream* strm = fFormatCtx->streams[fStreamIndex]; in duration() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp66 std::stringstream strm; in typeToString() local
/third_party/zlib/examples/
H A Dgzlog.c614 z_stream strm; in log_compress() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_flat.c201 z_stream strm; in decompress_exec() local
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h95 z_streamp strm; /* pointer back to this zlib stream */ member
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c1067 struct z_stream_s strm; in deflate_compress() local
[all...]
/third_party/curl/packages/OS400/
H A Dos400sys.c984 Curl_os400_inflateInit_(z_streamp strm, const char *version, int stream_size) in Curl_os400_inflateInit_() argument
998 Curl_os400_inflateInit2_(z_streamp strm, int windowBits, in Curl_os400_inflateInit2_() argument
1013 Curl_os400_inflate(z_streamp strm, int flush) Curl_os400_inflate() argument
1027 Curl_os400_inflateEnd(z_streamp strm) Curl_os400_inflateEnd() argument
[all...]

Completed in 20 milliseconds

12345