Home
last modified time | relevance | path

Searched defs:strm (Results 1 – 25 of 93) sorted by relevance

1234

/external/zlib/src/
Dinflate.c105 local int inflateStateCheck(strm) in inflateStateCheck() argument
119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument
144 int ZEXPORT inflateReset(strm) in inflateReset() argument
157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument
195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument
247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument
396 local int updatewindow(strm, end, copy) in updatewindow() argument
622 int ZEXPORT inflate(strm, flush) in inflate() argument
1277 int ZEXPORT inflateEnd(strm) in inflateEnd() argument
[all …]
Ddeflate.c228 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument
240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
353 local int deflateStateCheck (strm) in deflateStateCheck() argument
376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
467 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument
505 int ZEXPORT deflateReset (strm) in deflateReset() argument
517 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument
528 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument
542 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument
[all …]
Dzlib.h1780 # define z_deflateInit(strm, level) \ argument
1782 # define z_inflateInit(strm) \ argument
1784 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1787 # define z_inflateInit2(strm, windowBits) \ argument
1790 # define z_inflateBackInit(strm, windowBits, window) \ argument
1794 # define deflateInit(strm, level) \ argument
1796 # define inflateInit(strm) \ argument
1798 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1801 # define inflateInit2(strm, windowBits) \ argument
1804 # define inflateBackInit(strm, windowBits, window) \ argument
Dgzwrite.c21 z_streamp strm = &(state->strm); local
79 z_streamp strm = &(state->strm); local
151 z_streamp strm = &(state->strm); local
311 z_streamp strm; local
385 z_streamp strm; in gzvprintf() local
475 z_streamp strm; local
591 z_streamp strm; local
Dgzread.c60 z_streamp strm = &(state->strm); local
94 z_streamp strm = &(state->strm); local
180 z_streamp strm = &(state->strm); local
232 z_streamp strm = &(state->strm); local
Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
631 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
/external/python/cpython3/Modules/zlib/
Dinflate.c105 local int inflateStateCheck(strm) in inflateStateCheck() argument
119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument
144 int ZEXPORT inflateReset(strm) in inflateReset() argument
157 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument
195 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
239 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument
247 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument
396 local int updatewindow(strm, end, copy) in updatewindow() argument
622 int ZEXPORT inflate(strm, flush) in inflate() argument
1277 int ZEXPORT inflateEnd(strm) in inflateEnd() argument
[all …]
Ddeflate.c228 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument
240 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
353 local int deflateStateCheck (strm) in deflateStateCheck() argument
376 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
445 int ZEXPORT deflateGetDictionary (strm, dictionary, dictLength) in deflateGetDictionary() argument
467 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument
505 int ZEXPORT deflateReset (strm) in deflateReset() argument
517 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument
528 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument
542 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument
[all …]
Dzlib.h1779 # define z_deflateInit(strm, level) \ argument
1781 # define z_inflateInit(strm) \ argument
1783 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1786 # define z_inflateInit2(strm, windowBits) \ argument
1789 # define z_inflateBackInit(strm, windowBits, window) \ argument
1793 # define deflateInit(strm, level) \ argument
1795 # define inflateInit(strm) \ argument
1797 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1800 # define inflateInit2(strm, windowBits) \ argument
1803 # define inflateBackInit(strm, windowBits, window) \ argument
Dgzwrite.c21 z_streamp strm = &(state->strm); local
79 z_streamp strm = &(state->strm); local
151 z_streamp strm = &(state->strm); local
311 z_streamp strm; local
385 z_streamp strm; in gzvprintf() local
475 z_streamp strm; local
591 z_streamp strm; local
Dgzread.c60 z_streamp strm = &(state->strm); local
94 z_streamp strm = &(state->strm); local
180 z_streamp strm = &(state->strm); local
232 z_streamp strm = &(state->strm); local
Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
631 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
/external/python/cpython2/Modules/zlib/
Dinflate.c104 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument
129 int ZEXPORT inflateReset(strm) in inflateReset() argument
142 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument
180 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
222 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument
230 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument
379 local int updatewindow(strm, end, copy) in updatewindow() argument
605 int ZEXPORT inflate(strm, flush) in inflate() argument
1254 int ZEXPORT inflateEnd(strm) in inflateEnd() argument
1268 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument
[all …]
Dgzwrite.c19 z_streamp strm = &(state->strm); local
76 z_streamp strm = &(state->strm); local
139 z_streamp strm = &(state->strm); local
172 z_streamp strm; local
252 z_streamp strm; local
314 z_streamp strm; in gzvprintf() local
395 z_streamp strm; local
503 z_streamp strm; local
Ddeflate.c201 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument
213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
392 int ZEXPORT deflateResetKeep (strm) in deflateResetKeep() argument
427 int ZEXPORT deflateReset (strm) in deflateReset() argument
439 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument
450 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument
464 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument
490 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
[all …]
Dgzread.c55 z_streamp strm = &(state->strm); local
89 z_streamp strm = &(state->strm); local
177 z_streamp strm = &(state->strm); local
229 z_streamp strm = &(state->strm); local
295 z_streamp strm; local
/external/libmicrohttpd/src/microspdy/
Dcompression.c215 SPDYF_zlib_deflate_init(z_stream *strm) in SPDYF_zlib_deflate_init()
244 SPDYF_zlib_deflate_end(z_stream *strm) in SPDYF_zlib_deflate_end()
250 SPDYF_zlib_deflate(z_stream *strm, in SPDYF_zlib_deflate()
320 SPDYF_zlib_inflate_init(z_stream *strm) in SPDYF_zlib_inflate_init()
343 SPDYF_zlib_inflate_end(z_stream *strm) in SPDYF_zlib_inflate_end()
350 SPDYF_zlib_inflate(z_stream *strm, in SPDYF_zlib_inflate()
/external/syslinux/com32/lib/zlib/
Dinflate.c103 int ZEXPORT inflateReset(strm) in inflateReset() argument
130 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument
168 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
201 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument
209 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument
358 local int updatewindow(strm, out) in updatewindow() argument
589 int ZEXPORT inflate(strm, flush) in inflate() argument
1238 int ZEXPORT inflateEnd(strm) in inflateEnd() argument
1252 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument
1294 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument
[all …]
Ddeflate.c198 int ZEXPORT deflateInit_(strm, level, version, stream_size) in deflateInit_() argument
210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy, in deflateInit2_() argument
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
353 int ZEXPORT deflateReset (strm) in deflateReset() argument
389 int ZEXPORT deflateSetHeader (strm, head) in deflateSetHeader() argument
400 int ZEXPORT deflatePrime (strm, bits, value) in deflatePrime() argument
412 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() argument
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
562 local void flush_pending(strm) in flush_pending() argument
[all …]
Dinfback.c28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
623 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
/external/zlib/src/test/
Dinfcover.c158 local void mem_setup(z_stream *strm) in mem_setup()
176 local void mem_limit(z_stream *strm, size_t limit) in mem_limit()
184 local void mem_used(z_stream *strm, char *prefix) in mem_used()
192 local void mem_high(z_stream *strm, char *prefix) in mem_high()
200 local void mem_done(z_stream *strm, char *prefix) in mem_done()
290 z_stream strm, copy; in inf() local
353 z_stream strm; in cover_support() local
391 z_stream strm, copy; in cover_wrap() local
473 z_stream strm; in cover_back() local
513 z_stream strm; in try() local
/external/zlib/
Dzlib.h1780 # define z_deflateInit(strm, level) \ argument
1782 # define z_inflateInit(strm) \ argument
1784 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1787 # define z_inflateInit2(strm, windowBits) \ argument
1790 # define z_inflateBackInit(strm, windowBits, window) \ argument
1794 # define deflateInit(strm, level) \ argument
1796 # define inflateInit(strm) \ argument
1798 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1801 # define inflateInit2(strm, windowBits) \ argument
1804 # define inflateBackInit(strm, windowBits, window) \ argument
/external/aac/libFDK/src/
Dnlc_dec.cpp112 ERROR_t sym_restoreIPD(HANDLE_FDK_BITSTREAM strm, int lav, SCHAR data[2]) { in sym_restoreIPD()
150 static ERROR_t pcm_decode(HANDLE_FDK_BITSTREAM strm, SCHAR* out_data_1, in pcm_decode()
229 static ERROR_t huff_read(HANDLE_FDK_BITSTREAM strm, in huff_read()
247 static ERROR_t huff_read_2D(HANDLE_FDK_BITSTREAM strm, in huff_read_2D()
273 static ERROR_t sym_restore(HANDLE_FDK_BITSTREAM strm, int lav, SCHAR data[2]) { in sym_restore()
308 static ERROR_t huff_dec_1D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_dec_1D()
388 static ERROR_t huff_dec_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_dec_2D()
568 static ERROR_t huff_decode(HANDLE_FDK_BITSTREAM strm, SCHAR* out_data_1, in huff_decode()
791 static ERROR_t attach_lsb(HANDLE_FDK_BITSTREAM strm, SCHAR* in_data_msb, in attach_lsb()
813 ERROR_t EcDataPairDec(DECODER_TYPE DECODER, HANDLE_FDK_BITSTREAM strm, in EcDataPairDec()
[all …]
/external/libxml2/
Dxzlib.c75 lzma_stream strm; /* stream structure in-place (not a pointer) */ member
257 lzma_stream *strm = &(state->strm); in xz_avail() local
292 lzma_stream *strm = &(state->strm); in is_format_xz() local
300 lzma_stream *strm = &(state->strm); in is_format_lzma() local
370 z_streamp strm = &(state->zstrm); in gz_next4() local
387 lzma_stream *strm = &(state->strm); in xz_head() local
535 lzma_stream *strm = &(state->strm); in xz_decomp() local
636 lzma_stream *strm = &(state->strm); in xz_make() local
693 lzma_stream *strm; in __libxml2_xzread() local
/external/freetype/src/gzip/
Dzlib.h815 #define deflateInit(strm, level) \ argument
817 #define inflateInit(strm) \ argument
819 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
822 #define inflateInit2(strm, windowBits) \ argument

1234