ELinks 0.16.1.1
|
#include <stdio.h>
#include <string.h>
#include <brotli/decode.h>
#include <errno.h>
#include "elinks.h"
#include "encoding/brotli.h"
#include "encoding/encoding.h"
#include "util/math.h"
#include "util/memory.h"
Data Structures | |
struct | br_enc_data |
Macros | |
#define | ELINKS_BROTLI_BUFFER_LENGTH 4096 |
Functions | |
static int | brotli_open (struct stream_encoded *stream, int fd) |
static char * | brotli_decode_buffer (struct stream_encoded *st, char *datac, int len, int *new_len) |
static int | brotli_read (struct stream_encoded *stream, char *buf, int len) |
static void | brotli_close (struct stream_encoded *stream) |
const char * | get_brotli_version (void) |
Variables | |
static const char *const | brotli_extensions [] = { ".br", NULL } |
const struct decoding_backend | brotli_decoding_backend |
#define ELINKS_BROTLI_BUFFER_LENGTH 4096 |
|
static |
|
static |
|
static |
|
static |
const char * get_brotli_version | ( | void | ) |
const struct decoding_backend brotli_decoding_backend |
|
static |