Searched defs:dict_get (Results 1 – 2 of 2) sorted by relevance
103 dict_get(const lzma_dict *const dict, const uint32_t distance) in dict_get() function
249 #define dict_get(dp, key) ((const char *) (dp)->lookup((dp), (key))) macro