Searched refs:supported_actions (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c213 strm->internal->supported_actions[LZMA_RUN] = true;
214 strm->internal->supported_actions[LZMA_SYNC_FLUSH] = true;
215 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dalone_encoder.c153 strm->internal->supported_actions[LZMA_RUN] = true;
154 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dfilter_decoder.c152 strm->internal->supported_actions[LZMA_RUN] = true;
153 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dstream_encoder.c325 strm->internal->supported_actions[LZMA_RUN] = true;
326 strm->internal->supported_actions[LZMA_SYNC_FLUSH] = true;
327 strm->internal->supported_actions[LZMA_FULL_FLUSH] = true;
328 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dcommon.c159 strm->internal->supported_actions[LZMA_RUN] = false;
160 strm->internal->supported_actions[LZMA_SYNC_FLUSH] = false;
161 strm->internal->supported_actions[LZMA_FULL_FLUSH] = false;
162 strm->internal->supported_actions[LZMA_FINISH] = false;
182 || !strm->internal->supported_actions[action])
H A Dalone_decoder.c234 strm->internal->supported_actions[LZMA_RUN] = true;
235 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dauto_decoder.c182 strm->internal->supported_actions[LZMA_RUN] = true;
183 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_encoder.c213 strm->internal->supported_actions[LZMA_RUN] = true;
214 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_encoder.c212 strm->internal->supported_actions[LZMA_RUN] = true;
213 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_decoder.c238 strm->internal->supported_actions[LZMA_RUN] = true;
239 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_decoder.c294 strm->internal->supported_actions[LZMA_RUN] = true;
295 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dcommon.h198 bool supported_actions[4]; member in struct:lzma_internal_s
H A Dstream_decoder.c447 strm->internal->supported_actions[LZMA_RUN] = true;
448 strm->internal->supported_actions[LZMA_FINISH] = true;

Completed in 107 milliseconds