![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <MtDec.h>
Data Fields | |
size_t | inBufSize |
unsigned | numThreadsMax |
unsigned | numThreadsMax_2 |
ISeqInStream * | inStream |
ICompressProgress * | progress |
ISzAllocPtr | alloc |
IMtDecCallback * | mtCallback |
void * | mtCallbackObject |
size_t | allocatedBufsSize |
BoolInt | exitThread |
WRes | exitThreadWRes |
UInt64 | blockIndex |
BoolInt | isAllocError |
BoolInt | overflow |
SRes | threadingErrorSRes |
BoolInt | needContinue |
SRes | readRes |
SRes | codeRes |
BoolInt | wasInterrupted |
unsigned | numStartedThreads_Limit |
unsigned | numStartedThreads |
Byte * | crossBlock |
size_t | crossStart |
size_t | crossEnd |
UInt64 | readProcessed |
BoolInt | readWasFinished |
UInt64 | inProcessed |
unsigned | filledThreadStart |
unsigned | numFilledThreads |
BoolInt | needInterrupt |
UInt64 | interruptIndex |
CMtProgress | mtProgress |
CMtDecThread | threads [MTDEC__THREADS_MAX] |
ISzAllocPtr alloc |
size_t allocatedBufsSize |
UInt64 blockIndex |
SRes codeRes |
Byte* crossBlock |
size_t crossEnd |
size_t crossStart |
BoolInt exitThread |
WRes exitThreadWRes |
unsigned filledThreadStart |
size_t inBufSize |
UInt64 inProcessed |
ISeqInStream* inStream |
UInt64 interruptIndex |
BoolInt isAllocError |
IMtDecCallback* mtCallback |
void* mtCallbackObject |
CMtProgress mtProgress |
BoolInt needContinue |
BoolInt needInterrupt |
unsigned numFilledThreads |
unsigned numStartedThreads |
unsigned numStartedThreads_Limit |
unsigned numThreadsMax |
unsigned numThreadsMax_2 |
BoolInt overflow |
ICompressProgress* progress |
UInt64 readProcessed |
SRes readRes |
BoolInt readWasFinished |
SRes threadingErrorSRes |
CMtDecThread threads[MTDEC__THREADS_MAX] |
BoolInt wasInterrupted |