Searched refs:deflateEnd (Results 51 - 75 of 117) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas86 function deflateEnd(var strm: z_stream): Integer; function
165 function deflateEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c216 deflateEnd(&zcpr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsvenc.c95 deflateEnd(&s->zstream);
H A Dflashsv.c167 deflateEnd(&zs);
262 deflateEnd(&zstream);
H A Dzmbvenc.c259 deflateEnd(&c->zstream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas108 function deflateEnd(var strm: z_stream): Integer; function
198 function deflateEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/testzlib/
H A Dtestzlib.c216 deflateEnd(&zcpr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsvenc.c269 deflateEnd(&s->zstream);
H A Dflashsv.c145 deflateEnd(&zs);
224 deflateEnd(&zstream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas244 function deflateEnd(var strm: TZStreamRec): Integer; external; function
313 CCheck(deflateEnd(strm));
434 deflateEnd(FZRec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
315 deflateEnd(strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c259 deflateEnd(&sp->stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzstream.cpp337 deflateEnd(m_deflate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzlib.h302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c16 #include "zlib.h" /* deflateInit2(), deflate(), deflateEnd() */
324 (void)deflateEnd(&strm);
H A Dgzappend.c436 deflateEnd(strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h302 stream are deflateReset or deflateEnd.
328 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
585 by calling deflateEnd. Note that deflateCopy duplicates the internal
597 This function is equivalent to deflateEnd followed by deflateInit,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzlog.c16 #include "zlib.h" /* deflateInit2(), deflate(), deflateEnd() */
324 (void)deflateEnd(&strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h326 are deflateReset or deflateEnd.
353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
639 by calling deflateEnd. Note that deflateCopy duplicates the internal
651 This function is equivalent to deflateEnd followed by deflateInit,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzappend.c438 deflateEnd(strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h326 are deflateReset or deflateEnd.
353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
639 by calling deflateEnd. Note that deflateCopy duplicates the internal
651 This function is equivalent to deflateEnd followed by deflateInit,

Completed in 223 milliseconds

12345