Lines Matching full:must
73 1) Stream without end mark. You must know exact uncompressed size to decompress such stream. */
78 LZMA_FINISH_END /* block must be finished at the end */
83 You must use LZMA_FINISH_END, when you know that current output buffer
84 covers last bytes of block. In other cases you must use LZMA_FINISH_ANY.
94 You must use correct finish mode in that case. */
101 LZMA_STATUS_NEEDS_MORE_INPUT, /* you must provide more input bytes */
122 For Buffer Interface you must always use variant 1.
140 You must work with CLzmaDec variables directly in this interface.
160 You must manually update CLzmaDec::dicPos, if it reaches CLzmaDec::dicBufSize !!!
165 LZMA_FINISH_END - Stream must be finished after dicLimit.
185 but you must use LzmaDec_DecodeToBuf instead of LzmaDec_DecodeToDic and you don't need
191 LZMA_FINISH_END - Stream must be finished after (*destLen).
205 LZMA_FINISH_END - Stream must be finished after (*destLen).