Home
last modified time | relevance | path

Searched refs:inflateEnd (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dzpipe.c114 (void)inflateEnd(&strm); in inf()
132 (void)inflateEnd(&strm); in inf()
137 (void)inflateEnd(&strm); in inf()
146 (void)inflateEnd(&strm); in inf()
A Dzran.c228 (void)inflateEnd(&strm); in build_index()
236 (void)inflateEnd(&strm); in build_index()
347 (void)inflateEnd(&strm); in extract()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Duncompr.c50 inflateEnd(&stream);
57 err = inflateEnd(&stream);
A Dexample.c-bak234 err = inflateEnd(&d_stream);
235 CHECK_ERR(err, "inflateEnd");
330 err = inflateEnd(&d_stream);
331 CHECK_ERR(err, "inflateEnd");
417 err = inflateEnd(&d_stream);
418 CHECK_ERR(err, "inflateEnd");
499 err = inflateEnd(&d_stream);
500 CHECK_ERR(err, "inflateEnd");
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DInflater.cs31 private static extern int inflateEnd(ref ZStream sz); in inflateEnd() method in DotZLib.Inflater
101 protected override void CleanUp() { inflateEnd(ref _ztream); } in CleanUp()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c336 ret = inflateEnd(&copy); assert(ret == Z_OK); in inf()
345 ret = inflateEnd(&strm); assert(ret == Z_OK); in inf()
364 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
383 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_support()
395 ret = inflateEnd(Z_NULL); assert(ret == Z_STREAM_ERROR); in cover_wrap()
442 ret = inflateEnd(&strm); assert(ret == Z_OK); in cover_wrap()
550 inflateEnd(&strm); in try()
A Dexample.c265 err = inflateEnd(&d_stream);
361 err = inflateEnd(&d_stream);
448 err = inflateEnd(&d_stream);
530 err = inflateEnd(&d_stream);
/AliOS-Things-master/components/freetype/src/gzip/
A Dinflate.c68 ZEXPORT(int) inflateEnd( /* z) */ in inflateEnd() function
118 inflateEnd(z); in inflateInit2_()
128 inflateEnd(z); in inflateInit2_()
A Dzconf.h21 # define inflateEnd z_inflateEnd macro
264 # pragma map(inflateEnd,"INEND")
A Dzlib.h378 ZEXTERN(int) inflateEnd OF((z_streamp strm));
A Dftgzip.c323 inflateEnd( zstream ); in ft_gzip_file_done()
722 inflateEnd( &stream ); in FT_Gzip_Uncompress()
730 err = inflateEnd( &stream ); in FT_Gzip_Uncompress()
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Dzconf.in.h21 # define inflateEnd z_inflateEnd macro
323 # pragma map(inflateEnd,"INEND")
A Dzconf.h86 # define inflateEnd z_inflateEnd macro
420 #pragma map(inflateEnd,"INEND")
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A Dzlib.def30 inflateEnd
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A DZLib.pas250 function inflateEnd(var strm: TZStreamRec): Integer; external; in inflateEnd() function
356 DCheck(inflateEnd(strm));
383 DCheck(inflateEnd(strm));
494 inflateEnd(FZRec);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dexample.pas258 err := inflateEnd(d_stream);
351 err := inflateEnd(d_stream);
439 err := inflateEnd(d_stream);
518 err := inflateEnd(d_stream);
A Dzlibpas.pas111 function inflateEnd(var strm: z_stream): Integer; in inflateEnd() function
213 function inflateEnd; external; in inflateEnd() function
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A Dzlib.def8 inflateEnd
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Duncompr.c79 inflateEnd(&stream);
A Dzconf.h108 # define inflateEnd z_inflateEnd macro
525 #pragma map(inflateEnd,"INEND")
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc10/
A Dzlibvc.def26 inflateEnd @20
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc12/
A Dzlibvc.def26 inflateEnd @20
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc11/
A Dzlibvc.def26 inflateEnd @20
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc14/
A Dzlibvc.def26 inflateEnd @20
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/vstudio/vc9/
A Dzlibvc.def26 inflateEnd @20

Completed in 23 milliseconds

123