Rizin
unix-like reverse engineering framework and cli tools
|
Encodes Stream Header and Stream Footer for .xz files. More...
#include "stream_flags_common.h"
Go to the source code of this file.
Functions | |
static bool | stream_flags_encode (const lzma_stream_flags *options, uint8_t *out) |
LZMA_API (lzma_ret) | |
Encodes Stream Header and Stream Footer for .xz files.
Definition in file stream_flags_encoder.c.
LZMA_API | ( | lzma_ret | ) |
Definition at line 29 of file stream_flags_encoder.c.
References assert(), lzma_header_magic, LZMA_OK, LZMA_OPTIONS_ERROR, LZMA_PROG_ERROR, LZMA_STREAM_FLAGS_SIZE, LZMA_STREAM_HEADER_SIZE, memcpy(), options, out, stream_flags_encode(), and write32le.
|
static |
Definition at line 17 of file stream_flags_encoder.c.
References LZMA_CHECK_ID_MAX, options, and out.
Referenced by LZMA_API().