Searched refs:inflateBackEnd (Results 1 - 16 of 16) sorted by relevance

/external/zlib/src/test/
H A Dinfcover.c481 ret = inflateBackEnd(Z_NULL); assert(ret == Z_STREAM_ERROR);
498 ret = inflateBackEnd(&strm); assert(ret == Z_OK);
502 ret = inflateBackEnd(&strm); assert(ret == Z_OK);
568 inflateBackEnd(&strm);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas140 function inflateBackEnd(var strm: z_stream): Integer; function
210 function inflateBackEnd; external; function
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h56 #define inflateBackEnd FPDFAPI_inflateBackEnd macro
1109 deflate stream with each call. inflateBackEnd() is then called to free the
1164 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
1168 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
H A Dzconf.h96 # define inflateBackEnd z_inflateBackEnd macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h60 #define inflateBackEnd FPDFAPI_inflateBackEnd macro
1113 deflate stream with each call. inflateBackEnd() is then called to free the
1168 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
1172 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
H A Dzconf.h96 # define inflateBackEnd z_inflateBackEnd macro
H A Dfx_zlib_infback.c631 int ZEXPORT inflateBackEnd( function
/external/zlib/src/
H A Dzconf.h96 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h1044 deflate stream with each call. inflateBackEnd() is then called to free the
1099 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
1103 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
H A Dzconf.h.cmakein98 # define inflateBackEnd z_inflateBackEnd
H A Dzconf.h.in96 # define inflateBackEnd z_inflateBackEnd
H A Dinfback.c631 int ZEXPORT inflateBackEnd(strm) function
/external/zlib/
H A Dzconf.h96 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h1044 deflate stream with each call. inflateBackEnd() is then called to free the
1099 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
1103 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
/external/zlib/src/examples/
H A Dgun.c70 /* inflateBackEnd(), crc32() */
700 inflateBackEnd(&strm);
/external/zlib/src/as400/
H A Dzlib.inc405 D inflateBackEnd PR 10I 0 extproc('inflateBackEnd')

Completed in 603 milliseconds