Searched refs:deflateSetDictionary (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zconf.in.h | 23 # define deflateSetDictionary z_deflateSetDictionary macro
|
D | zconf.h | 23 # define deflateSetDictionary z_deflateSetDictionary macro
|
D | zlib.h | 538 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|
D | example.c | 440 err = deflateSetDictionary(&c_stream,
|
D | deflate.c | 315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() function
|
D | ChangeLog | 43 - Note in zlib.h how much deflateSetDictionary() actually uses 587 - add advice in zlib.h for best usage of deflateSetDictionary
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zconf.h | 51 # define deflateSetDictionary z_deflateSetDictionary macro
|
D | zlib.h | 587 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|
D | example.c | 471 err = deflateSetDictionary(&c_stream,
|
D | ChangeLog | 212 - Allow deflateSetDictionary, inflateSetDictionary at any time (in raw) 523 - Fix deflateSetDictionary() to use all 32K for output consistency 535 - Fix typos in zlib.h comments for deflateSetDictionary() 660 - Note in zlib.h how much deflateSetDictionary() actually uses 1204 - add advice in zlib.h for best usage of deflateSetDictionary
|
D | deflate.c | 323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() function
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 56 # define deflateSetDictionary z_deflateSetDictionary macro
|
D | zlib.h | 611 ZEXTERN int ZEXPORT deflateSetDictionary OF((z_streamp strm,
|