Home
last modified time | relevance | path

Searched defs:dict_put (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h187 dict_put(lzma_dict *dict, uint8_t byte) in dict_put() function
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict.h250 #define dict_put(dp, key, val) (dp)->update((dp), (key), (val)) macro