Home
last modified time | relevance | path

Searched refs:LzmaDec_Construct (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
H A DLzmaDec.c1004 LzmaDec_Construct(&p); in LzmaDecode()