Searched refs:finishDecoding (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h88 If finishDecoding != 0, then there are no more bytes in input stream
94 int finishDecoding);
H A DLzmaStateTest.c107 int finishDecoding; local
116 finishDecoding = (inAvail == 0);
120 finishDecoding);
143 if (outProcessed == 0 && finishDecoding)
H A DLzmaStateDecode.c149 int finishDecoding)
198 return finishDecoding ? LZMA_RESULT_DATA_ERROR : LZMA_RESULT_OK;
248 if (BufferSize < kRequiredInBufferSize && !finishDecoding)
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h88 If finishDecoding != 0, then there are no more bytes in input stream
94 int finishDecoding);
H A DLzmaStateTest.c107 int finishDecoding; local
116 finishDecoding = (inAvail == 0);
120 finishDecoding);
143 if (outProcessed == 0 && finishDecoding)
H A DLzmaStateDecode.c149 int finishDecoding)
198 return finishDecoding ? LZMA_RESULT_DATA_ERROR : LZMA_RESULT_OK;
248 if (BufferSize < kRequiredInBufferSize && !finishDecoding)
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lzma/
H A DLzmaStateDecode.h88 If finishDecoding != 0, then there are no more bytes in input stream
94 int finishDecoding);
H A DLzmaStateTest.c107 int finishDecoding; local
116 finishDecoding = (inAvail == 0);
120 finishDecoding);
143 if (outProcessed == 0 && finishDecoding)
H A DLzmaStateDecode.c149 int finishDecoding)
198 return finishDecoding ? LZMA_RESULT_DATA_ERROR : LZMA_RESULT_OK;
248 if (BufferSize < kRequiredInBufferSize && !finishDecoding)
145 LzmaDecode( CLzmaDecoderState *vs, const unsigned char *inStream, SizeT inSize, SizeT *inSizeProcessed, unsigned char *outStream, SizeT outSize, SizeT *outSizeProcessed, int finishDecoding) argument

Completed in 138 milliseconds