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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzconf.h36 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h894 deflate stream with each call. inflateBackEnd() is then called to free
949 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
953 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
H A Dinfback.c614 int ZEXPORT inflateBackEnd(strm) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzconf.h36 # define inflateBackEnd z_inflateBackEnd macro
H A Dzconf.in.h36 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h894 deflate stream with each call. inflateBackEnd() is then called to free
949 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
953 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
H A Dinfback.c614 int ZEXPORT inflateBackEnd(strm) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzconf.h36 # define inflateBackEnd z_inflateBackEnd macro
H A Dzconf.in.h36 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h894 deflate stream with each call. inflateBackEnd() is then called to free
949 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
953 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas140 function inflateBackEnd(var strm: z_stream): Integer; function
210 function inflateBackEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas111 function inflateBackEnd(var strm: z_stream): Integer; function
174 function inflateBackEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas111 function inflateBackEnd(var strm: z_stream): Integer; function
174 function inflateBackEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas140 function inflateBackEnd(var strm: z_stream): Integer; function
210 function inflateBackEnd; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzconf.h94 # define inflateBackEnd z_inflateBackEnd macro
H A Dzlib.h1027 deflate stream with each call. inflateBackEnd() is then called to free the
1082 ZEXTERN int ZEXPORT inflateBackEnd OF((z_streamp strm));
1086 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
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 Dinfback.c631 int ZEXPORT inflateBackEnd(strm) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgun.c70 /* inflateBackEnd(), crc32() */
700 inflateBackEnd(&strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c66 /* inflateBackEnd(), crc32() */
691 inflateBackEnd(&strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgun.c66 /* inflateBackEnd(), crc32() */
691 inflateBackEnd(&strm);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgun.c69 /* inflateBackEnd(), crc32() */
699 inflateBackEnd(&strm);

Completed in 292 milliseconds

12