#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "zlib.h"
#include "inftrees.h"
#include "inflate.h"
Go to the source code of this file.
Classes | |
struct | mem_item |
struct | mem_zone |
Macros | |
#define | local static |
#define | ZLIB_INTERNAL |
Functions | |
void | cover_back (void) |
void | cover_fast (void) |
void | cover_inflate (void) |
void | cover_support (void) |
void | cover_trees (void) |
void | cover_wrap (void) |
unsigned char * | h2b (const char *hex, unsigned *len) |
void | inf (char *hex, char *what, unsigned step, int win, unsigned len, int err) |
int | main (void) |
void * | mem_alloc (void *mem, unsigned count, unsigned size) |
void | mem_done (z_stream *strm, char *prefix) |
void | mem_free (void *mem, void *ptr) |
void | mem_high (z_stream *strm, char *prefix) |
void | mem_limit (z_stream *strm, size_t limit) |
void | mem_setup (z_stream *strm) |
void | mem_used (z_stream *strm, char *prefix) |
unsigned | pull (void *desc, unsigned char **buf) |
int | push (void *desc, unsigned char *buf, unsigned len) |
int | try (char *hex, char *id, int err) |
#define local static |
Definition at line 20 of file bloaty/third_party/zlib/test/infcover.c.
#define ZLIB_INTERNAL |
Definition at line 16 of file bloaty/third_party/zlib/test/infcover.c.
void cover_back | ( | void | ) |
Definition at line 470 of file bloaty/third_party/zlib/test/infcover.c.
void cover_fast | ( | void | ) |
Definition at line 641 of file bloaty/third_party/zlib/test/infcover.c.
void cover_inflate | ( | void | ) |
Definition at line 581 of file bloaty/third_party/zlib/test/infcover.c.
void cover_support | ( | void | ) |
Definition at line 350 of file bloaty/third_party/zlib/test/infcover.c.
void cover_trees | ( | void | ) |
Definition at line 617 of file bloaty/third_party/zlib/test/infcover.c.
void cover_wrap | ( | void | ) |
Definition at line 388 of file bloaty/third_party/zlib/test/infcover.c.
unsigned char* h2b | ( | const char * | hex, |
unsigned * | len | ||
) |
Definition at line 245 of file bloaty/third_party/zlib/test/infcover.c.
Definition at line 284 of file bloaty/third_party/zlib/test/infcover.c.
int main | ( | void | ) |
Definition at line 661 of file bloaty/third_party/zlib/test/infcover.c.
void* mem_alloc | ( | void * | mem, |
unsigned | count, | ||
unsigned | size | ||
) |
Definition at line 71 of file bloaty/third_party/zlib/test/infcover.c.
void mem_done | ( | z_stream * | strm, |
char * | prefix | ||
) |
Definition at line 200 of file bloaty/third_party/zlib/test/infcover.c.
void mem_free | ( | void * | mem, |
void * | ptr | ||
) |
Definition at line 112 of file bloaty/third_party/zlib/test/infcover.c.
void mem_high | ( | z_stream * | strm, |
char * | prefix | ||
) |
Definition at line 192 of file bloaty/third_party/zlib/test/infcover.c.
void mem_limit | ( | z_stream * | strm, |
size_t | limit | ||
) |
Definition at line 176 of file bloaty/third_party/zlib/test/infcover.c.
void mem_setup | ( | z_stream * | strm | ) |
Definition at line 158 of file bloaty/third_party/zlib/test/infcover.c.
void mem_used | ( | z_stream * | strm, |
char * | prefix | ||
) |
Definition at line 184 of file bloaty/third_party/zlib/test/infcover.c.
unsigned pull | ( | void * | desc, |
unsigned char ** | buf | ||
) |
Definition at line 447 of file bloaty/third_party/zlib/test/infcover.c.
int push | ( | void * | desc, |
unsigned char * | buf, | ||
unsigned | len | ||
) |
Definition at line 463 of file bloaty/third_party/zlib/test/infcover.c.
Definition at line 507 of file bloaty/third_party/zlib/test/infcover.c.