Searched defs:dict_put (Results 1 – 2 of 2) sorted by relevance
187 dict_put(lzma_dict *dict, uint8_t byte) in dict_put() function
250 #define dict_put(dp, key, val) (dp)->update((dp), (key), (val)) macro