Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lzma.h File Reference
#include <stddef.h>
#include <inttypes.h>
#include <limits.h>
#include "lzma/version.h"
#include "lzma/base.h"
#include "lzma/vli.h"
#include "lzma/check.h"
#include "lzma/filter.h"
#include "lzma/bcj.h"
#include "lzma/delta.h"
#include "lzma/lzma12.h"
#include "lzma/container.h"
#include "lzma/stream_flags.h"
#include "lzma/block.h"
#include "lzma/index.h"
#include "lzma/index_hash.h"
#include "lzma/hardware.h"

Go to the source code of this file.

Macros

#define UINT32_C(n)
 
#define UINT64_C(n)
 
#define UINT32_MAX   (UINT32_C(4294967295))
 
#define UINT64_MAX   (UINT64_C(18446744073709551615))
 
#define LZMA_API_IMPORT
 
#define LZMA_API_CALL
 
#define LZMA_API(type)
 
#define lzma_nothrow
 
#define lzma_attribute(attr)
 
#define lzma_attr_pure   lzma_attribute((__pure__))
 
#define lzma_attr_const   lzma_attribute((__const__))
 
#define lzma_attr_warn_unused_result    lzma_attribute((__warn_unused_result__))
 
#define LZMA_H_INTERNAL   1
 

Macro Definition Documentation

◆ LZMA_API

#define LZMA_API ( type)
Value:
#define LZMA_API_CALL
Definition lzma.h:202
#define LZMA_API_IMPORT
Definition lzma.h:194

◆ LZMA_API_CALL

#define LZMA_API_CALL

◆ LZMA_API_IMPORT

#define LZMA_API_IMPORT

◆ lzma_attr_const

#define lzma_attr_const   lzma_attribute((__const__))

◆ lzma_attr_pure

size_t uint64_t crc lzma_nothrow lzma_attr_pure   lzma_attribute((__pure__))

◆ lzma_attr_warn_unused_result

const uint8_t *in lzma_nothrow lzma_attr_warn_unused_result    lzma_attribute((__warn_unused_result__))

◆ lzma_attribute

#define lzma_attribute ( attr)

◆ LZMA_H_INTERNAL

#define LZMA_H_INTERNAL   1

◆ lzma_nothrow

size_t const uint8_t size_t size_t in_size lzma_nothrow

◆ UINT32_C

#define UINT32_C ( n)
Value:
n ## U
#define U(r)

◆ UINT32_MAX

#define UINT32_MAX   (UINT32_C(4294967295))

◆ UINT64_C

#define UINT64_C ( n)
Value:
n ## UL

◆ UINT64_MAX

#define UINT64_MAX   (UINT64_C(18446744073709551615))