|
ELinks 0.19.1
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <zstd.h>#include <errno.h>#include "elinks.h"#include "encoding/encoding.h"#include "util/memcount.h"#include "util/memory.h"
Data Structures | |
| struct | zstd_enc_data |
Macros | |
| #define | ZSTD_STATIC_LINKING_ONLY |
| #define | ELINKS_ZSTD_BUFFER_LENGTH 16384 |
Functions | |
| static int | zstd_open (struct stream_encoded *stream, int fd) |
| static char * | zstd_decode_buffer (struct stream_encoded *st, char *data, int len, int *new_len) |
| static int | zstd_read (struct stream_encoded *stream, char *buf, int len) |
| static void | zstd_close (struct stream_encoded *stream) |
| const char * | get_zstd_version (void) |
Variables | |
| static const char *const | zstd_extensions [] = { ".zst", NULL } |
| const struct decoding_backend | zstd_decoding_backend |
| #define ELINKS_ZSTD_BUFFER_LENGTH 16384 |
| #define ZSTD_STATIC_LINKING_ONLY |
| const char * get_zstd_version | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
| const struct decoding_backend zstd_decoding_backend |
|
static |