![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
Data Structures | |
| struct | CMtProgress |
| struct | CMtDecThread |
| struct | CMtDecCallbackInfo |
| struct | IMtDecCallback2 |
| struct | CMtDec_ |
Macros | |
| #define | MTDEC_THREADS_MAX 32 |
Typedefs | |
| typedef struct CMtDec_ | CMtDec |
Enumerations | |
| enum | EMtDecParseState { MTDEC_PARSE_CONTINUE , MTDEC_PARSE_OVERFLOW , MTDEC_PARSE_NEW , MTDEC_PARSE_END } |
Functions | |
| void | MtProgress_Init (CMtProgress *p, ICompressProgressPtr progress) |
| SRes | MtProgress_Progress_ST (CMtProgress *p) |
| SRes | MtProgress_ProgressAdd (CMtProgress *p, UInt64 inSize, UInt64 outSize) |
| SRes | MtProgress_GetError (CMtProgress *p) |
| void | MtProgress_SetError (CMtProgress *p, SRes res) |
| void | MtDecThread_FreeInBufs (CMtDecThread *t) |
| void | MtDec_Construct (CMtDec *p) |
| void | MtDec_Destruct (CMtDec *p) |
| SRes | MtDec_Code (CMtDec *p) |
| Byte * | MtDec_GetCrossBuff (CMtDec *p) |
| int | MtDec_PrepareRead (CMtDec *p) |
| const Byte * | MtDec_Read (CMtDec *p, size_t *inLim) |
| #define MTDEC_THREADS_MAX 32 |
| enum EMtDecParseState |
| void MtDec_Construct | ( | CMtDec * | p | ) |
| void MtDec_Destruct | ( | CMtDec * | p | ) |
| void MtDecThread_FreeInBufs | ( | CMtDecThread * | t | ) |
| SRes MtProgress_GetError | ( | CMtProgress * | p | ) |
| void MtProgress_Init | ( | CMtProgress * | p, |
| ICompressProgressPtr | progress ) |
| SRes MtProgress_Progress_ST | ( | CMtProgress * | p | ) |
| SRes MtProgress_ProgressAdd | ( | CMtProgress * | p, |
| UInt64 | inSize, | ||
| UInt64 | outSize ) |
| void MtProgress_SetError | ( | CMtProgress * | p, |
| SRes | res ) |