Searched refs:dictionary (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 612 const Bytef *dictionary, 656 Bytef *dictionary, 888 const Bytef *dictionary, 911 Bytef *dictionary,
|
| H A D | inflate.c | 1316 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument 1318 Bytef *dictionary; 1328 if (state->whave && dictionary != Z_NULL) { 1329 zmemcpy(dictionary, state->window + state->wnext, 1331 zmemcpy(dictionary + state->whave - state->wnext, 1339 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument 1341 const Bytef *dictionary; 1357 dictid = adler32(dictid, dictionary, dictLength); 1364 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|