Rizin
unix-like reverse engineering framework and cli tools
common Directory Reference

Files

file  alone_decoder.c [code]
 Decoder for LZMA_Alone files.
 
file  alone_decoder.h [code]
 Decoder for LZMA_Alone files.
 
file  alone_encoder.c [code]
 Encoder for LZMA_Alone files.
 
file  auto_decoder.c [code]
 Autodetect between .xz Stream and .lzma (LZMA_Alone) formats.
 
file  block_buffer_decoder.c [code]
 Single-call .xz Block decoder.
 
file  block_buffer_encoder.c [code]
 Single-call .xz Block encoder.
 
file  block_buffer_encoder.h [code]
 Single-call .xz Block encoder.
 
file  block_decoder.c [code]
 Decodes .xz Blocks.
 
file  block_decoder.h [code]
 Decodes .xz Blocks.
 
file  block_encoder.c [code]
 Encodes .xz Blocks.
 
file  block_encoder.h [code]
 Encodes .xz Blocks.
 
file  block_header_decoder.c [code]
 Decodes Block Header from .xz files.
 
file  block_header_encoder.c [code]
 Encodes Block Header for .xz files.
 
file  block_util.c [code]
 Utility functions to handle lzma_block.
 
file  common.c [code]
 Common functions needed in many places in liblzma.
 
file  common.h [code]
 Definitions common to the whole liblzma library.
 
file  easy_buffer_encoder.c [code]
 Easy single-call .xz Stream encoder.
 
file  easy_decoder_memusage.c [code]
 Decoder memory usage calculation to match easy encoder presets.
 
file  easy_encoder.c [code]
 Easy .xz Stream encoder initialization.
 
file  easy_encoder_memusage.c [code]
 Easy .xz Stream encoder memory usage calculation.
 
file  easy_preset.c [code]
 Preset handling for easy encoder and decoder.
 
file  easy_preset.h [code]
 Preset handling for easy encoder and decoder.
 
file  filter_buffer_decoder.c [code]
 Single-call raw decoding.
 
file  filter_buffer_encoder.c [code]
 Single-call raw encoding.
 
file  filter_common.c [code]
 Filter-specific stuff common for both encoder and decoder.
 
file  filter_common.h [code]
 Filter-specific stuff common for both encoder and decoder.
 
file  filter_decoder.c [code]
 Filter ID mapping to filter-specific functions.
 
file  filter_decoder.h [code]
 Filter ID mapping to filter-specific functions.
 
file  filter_encoder.c [code]
 Filter ID mapping to filter-specific functions.
 
file  filter_encoder.h [code]
 
file  filter_flags_decoder.c [code]
 Decodes a Filter Flags field.
 
file  filter_flags_encoder.c [code]
 Encodes a Filter Flags field.
 
file  hardware_cputhreads.c [code]
 Get the number of CPU threads or cores.
 
file  hardware_physmem.c [code]
 Get the total amount of physical memory (RAM)
 
file  index.c [code]
 Handling of .xz Indexes and some other Stream information.
 
file  index.h [code]
 Handling of Index.
 
file  index_decoder.c [code]
 Decodes the Index field.
 
file  index_encoder.c [code]
 Encodes the Index field.
 
file  index_encoder.h [code]
 Encodes the Index field.
 
file  index_hash.c [code]
 Validates Index by using a hash function.
 
file  Makefile.inc [code]
 
file  memcmplen.h [code]
 Optimized comparison of two buffers.
 
file  outqueue.c [code]
 Output queue handling in multithreaded coding.
 
file  outqueue.h [code]
 Output queue handling in multithreaded coding.
 
file  stream_buffer_decoder.c [code]
 Single-call .xz Stream decoder.
 
file  stream_buffer_encoder.c [code]
 Single-call .xz Stream encoder.
 
file  stream_decoder.c [code]
 Decodes .xz Streams.
 
file  stream_decoder.h [code]
 Decodes .xz Streams.
 
file  stream_encoder.c [code]
 Encodes .xz Streams.
 
file  stream_encoder_mt.c [code]
 Multithreaded .xz Stream encoder.
 
file  stream_flags_common.c [code]
 Common stuff for Stream flags coders.
 
file  stream_flags_common.h [code]
 Common stuff for Stream flags coders.
 
file  stream_flags_decoder.c [code]
 Decodes Stream Header and Stream Footer from .xz files.
 
file  stream_flags_encoder.c [code]
 Encodes Stream Header and Stream Footer for .xz files.
 
file  vli_decoder.c [code]
 Decodes variable-length integers.
 
file  vli_encoder.c [code]
 Encodes variable-length integers.
 
file  vli_size.c [code]
 Calculates the encoded size of a variable-length integer.