Searched refs:deflateSetDictionary (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | zconf.h | 25 # define deflateSetDictionary vboxzlib_deflateSetDictionary macro 141 # define deflateSetDictionary z_deflateSetDictionary macro
|
H A D | zlib.h | 584 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm, 621 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a 624 or if not at a block boundary for raw deflate). deflateSetDictionary does 825 deflateSetDictionary). For raw inflate, this function can be called at any
|
H A D | zconf.h.cmakein | 52 # define deflateSetDictionary z_deflateSetDictionary
|
H A D | zconf.h.in | 50 # define deflateSetDictionary z_deflateSetDictionary
|
H A D | deflate.c | 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) function
|
/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | zlibpas.pas | 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar; function 205 function deflateSetDictionary; external; function
|
H A D | example.pas | 461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary)); 462 CHECK_ERR(err, 'deflateSetDictionary');
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | gzappend.c | 368 deflateSetDictionary(strm, window, have);
|
H A D | gzlog.c | 638 deflateSetDictionary(&strm, buf, (uint)dict);
|
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | example.c | 471 err = deflateSetDictionary(&c_stream, 473 CHECK_ERR(err, "deflateSetDictionary");
|
/vbox/src/libs/zlib-1.2.6/as400/ |
H A D | zlib.inc | 318 D deflateSetDictionary... 319 D PR 10I 0 extproc('deflateSetDictionary') Init. dictionary
|
Completed in 502 milliseconds