Home | History | Annotate | Download | only in C

Lines Matching full:must

77      1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */

82 LZMA_FINISH_END /* block must be finished at the end */
87 You must use LZMA_FINISH_END, when you know that current output buffer
88 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY.
98 You must use correct finish mode in that case. */
105 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */
126 For Buffer Interface you must always use variant 1.
144 You must work with CLzmaDec variables directly in this interface.
164 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
169 LZMA_FINISH_END - Stream must be finished after dicLimit.
189 but you must use LzmaDec_DecodeToBuf instead of LzmaDec_DecodeToDic and you don't need
195 LZMA_FINISH_END - Stream must be finished after (*destLen).
209 LZMA_FINISH_END - Stream must be finished after (*destLen).