![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "Precomp.h"#include <string.h>#include "7z.h"#include "7zCrc.h"#include "Bcj2.h"#include "Bra.h"#include "CpuArch.h"#include "Delta.h"#include "LzmaDec.h"#include "Lzma2Dec.h"Macros | |
| #define | k_Copy 0 |
| #define | k_LZMA2 0x21 |
| #define | k_LZMA 0x30101 |
| #define | k_BCJ2 0x303011B |
| #define | Z7_USE_BRANCH_FILTER |
| #define | Z7_USE_FILTER_ARM64 |
| #define | k_ARM64 0xa |
| #define | Z7_USE_FILTER_ARMT |
| #define | k_ARMT 0x3030701 |
| #define | k_Delta 3 |
| #define | k_BCJ 0x3030103 |
| #define | k_PPC 0x3030205 |
| #define | k_IA64 0x3030401 |
| #define | k_ARM 0x3030501 |
| #define | k_SPARC 0x3030805 |
| #define | IS_BCJ2(c) |
| #define | CASE_BRA_CONV(isa) |
Functions | |
| SRes | SzAr_DecodeFolder (const CSzAr *p, UInt32 folderIndex, ILookInStreamPtr inStream, UInt64 startPos, Byte *outBuffer, size_t outSize, ISzAllocPtr allocMain) |
| #define CASE_BRA_CONV | ( | isa | ) |
| #define IS_BCJ2 | ( | c | ) |
| #define k_ARM 0x3030501 |
| #define k_ARM64 0xa |
| #define k_ARMT 0x3030701 |
| #define k_BCJ 0x3030103 |
| #define k_BCJ2 0x303011B |
| #define k_Copy 0 |
| #define k_Delta 3 |
| #define k_IA64 0x3030401 |
| #define k_LZMA 0x30101 |
| #define k_LZMA2 0x21 |
| #define k_PPC 0x3030205 |
| #define k_SPARC 0x3030805 |
| #define Z7_USE_BRANCH_FILTER |
| #define Z7_USE_FILTER_ARM64 |
| #define Z7_USE_FILTER_ARMT |