![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#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 struct BrotliOnePassArena BrotliOnePassArena |
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 ) |