Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
compress_fragment.h File Reference
#include <brotli/types.h>
#include "../common/constants.h"
#include "../common/platform.h"
#include "entropy_encode.h"

Go to the source code of this file.

Data Structures

struct  BrotliOnePassArena
 

Typedefs

typedef struct BrotliOnePassArena BrotliOnePassArena
 

Functions

BROTLI_INTERNAL void BrotliCompressFragmentFast (BrotliOnePassArena *s, const uint8_t *input, size_t input_size, BROTLI_BOOL is_last, int *table, size_t table_size, size_t *storage_ix, uint8_t *storage)
 

Typedef Documentation

◆ BrotliOnePassArena

typedef struct BrotliOnePassArena BrotliOnePassArena

Function Documentation

◆ BrotliCompressFragmentFast()

BROTLI_INTERNAL void BrotliCompressFragmentFast ( BrotliOnePassArena * s,
const uint8_t * input,
size_t input_size,
BROTLI_BOOL is_last,
int * table,
size_t table_size,
size_t * storage_ix,
uint8_t * storage )