Searched refs:inflateInit (Results 51 - 75 of 86) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h216 This check is automatically made by deflateInit and inflateInit.
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
348 value depends on the compression method), inflateInit determines the
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
357 message. inflateInit does not perform any decompression apart from reading
697 This is another version of inflateInit with an extra parameter. The
703 this version of the library. The default value is 15 if inflateInit is used
791 This function is equivalent to inflateEnd followed by inflateInit,
1314 /* deflateInit and inflateInit ar
1333 #define inflateInit macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
879 This function is equivalent to inflateEnd followed by inflateInit,
1632 #define inflateInit macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
894 This function is equivalent to inflateEnd followed by inflateInit,
1649 #define inflateInit macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dcramfsck.c564 inflateInit(&stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dswfdec.c124 if (inflateInit(&swf->zstream) != Z_OK) {
H A Drtmpproto.c1044 ret = inflateInit(&zs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp829 int zerror = inflateInit(&m_z);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsv.c126 zret = inflateInit(&s->zstream);
H A Dlcldec.c621 zret = inflateInit(&c->zstream);
H A Dpngdec.c411 if (inflateInit(&zstream) != Z_OK)
549 ret = inflateInit(&s->zstream);
551 av_log(avctx, AV_LOG_ERROR, "inflateInit returned error %d\n", ret);
H A Dzmbv.c584 // Needed if zlib unused or init aborted before inflateInit
601 zret = inflateInit(&c->zstream);
H A Dtiff.c297 zret = inflateInit(&zstream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflashsv.c112 zret = inflateInit(&s->zstream);
H A Dlcldec.c600 zret = inflateInit(&c->zstream);
H A Dtiff.c94 zret = inflateInit(&zstream);
H A Dpngdec.c415 ret = inflateInit(&s->zstream);
H A Dzmbv.c615 // Needed if zlib unused or init aborted before inflateInit
633 zret = inflateInit(&c->zstream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A Dc_zlib.c535 inflateInit(zin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dc_zlib.c535 inflateInit(zin);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngread.c157 switch (inflateInit(&png_ptr->zstream))
322 switch (inflateInit(&png_ptr->zstream))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngread.c142 switch (inflateInit(&png_ptr->zstream))
289 switch (inflateInit(&png_ptr->zstream))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c1492 ret = inflateInit(strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_pixarlog.c678 if (inflateInit(&sp->stream) != Z_OK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadClient.cpp1085 err = inflateInit(zS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskadec.c969 if (inflateInit(&zstream) != Z_OK)

Completed in 236 milliseconds

1234