Searched refs:deflateSetDictionary (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h80 # define deflateSetDictionary z_deflateSetDictionary macro
645 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
667 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
670 stream). deflateSetDictionary does not perform any compression: this will
777 dictionary (see deflateSetDictionary).
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h80 # define deflateSetDictionary z_deflateSetDictionary macro
645 extern int EXPORT deflateSetDictionary OF((z_streamp strm,
667 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
670 stream). deflateSetDictionary does not perform any compression: this will
777 dictionary (see deflateSetDictionary).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
745 deflateSetDictionary). For raw inflate, this function can be called
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzconf.in.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
745 deflateSetDictionary). For raw inflate, this function can be called
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzconf.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzconf.in.h23 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
573 or if the compression method is bsort). deflateSetDictionary does not
745 deflateSetDictionary). For raw inflate, this function can be called
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
205 function deflateSetDictionary; external; function
H A Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
171 function deflateSetDictionary; external; function
H A Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
171 function deflateSetDictionary; external; function
H A Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function
205 function deflateSetDictionary; external; function
H A Dexample.pas461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
462 CHECK_ERR(err, 'deflateSetDictionary');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzconf.h50 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
828 deflateSetDictionary). For raw inflate, this function can be called at any
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzconf.h51 # define deflateSetDictionary z_deflateSetDictionary macro
H A Dzlib.h587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
627 or if not at a block boundary for raw deflate). deflateSetDictionary does
828 deflateSetDictionary). For raw inflate, this function can be called at any
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzappend.c370 deflateSetDictionary(strm, window, have);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c368 deflateSetDictionary(strm, window, have);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzappend.c368 deflateSetDictionary(strm, window, have);

Completed in 231 milliseconds

12