GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
LZ4_streamDecode_t_internal Struct Reference

#include <lz4.h>

Data Fields

const unsigned char * externalDict
 
size_t extDictSize
 
const unsigned char * prefixEnd
 
size_t prefixSize
 

Detailed Description

Definition at line 503 of file lz4.h.

Field Documentation

◆ extDictSize

size_t LZ4_streamDecode_t_internal::extDictSize

◆ externalDict

const unsigned char* LZ4_streamDecode_t_internal::externalDict

Definition at line 504 of file lz4.h.

Referenced by LZ4_decompress_fast_continue(), and LZ4_setStreamDecode().

◆ prefixEnd

const unsigned char* LZ4_streamDecode_t_internal::prefixEnd

◆ prefixSize

size_t LZ4_streamDecode_t_internal::prefixSize

The documentation for this struct was generated from the following file: