#include <stdio.h>#include <assert.h>#include "bzlib.h"Include dependency graph for unzcrash.c:

Go to the source code of this file.
Defines | |
| #define | M_BLOCK 1000000 |
| #define | M_BLOCK_OUT (M_BLOCK + 1000000) |
Typedefs | |
| typedef unsigned char | uchar |
Functions | |
| void | flip_bit (int bit) |
| int | main (int argc, char **argv) |
Variables | |
| uchar | inbuf [M_BLOCK] |
| uchar | outbuf [M_BLOCK_OUT] |
| uchar | zbuf [M_BLOCK+600+(M_BLOCK/100)] |
| int | nIn |
| int | nOut |
| int | nZ |
| static char * | bzerrorstrings [] |
|
|
Definition at line 20 of file unzcrash.c. Referenced by main(). |
|
|
Definition at line 24 of file unzcrash.c. Referenced by main(). |
|
|
Definition at line 22 of file unzcrash.c. |
|
|
Definition at line 49 of file unzcrash.c. Referenced by main(). |
|
||||||||||||
|
Definition at line 59 of file unzcrash.c. References assert, BZ2_bzBuffToBuffCompress(), BZ2_bzBuffToBuffDecompress(), BZ_OK, bzerrorstrings, f, flip_bit(), fopen(), fprintf(), fread(), i, inbuf, M_BLOCK, M_BLOCK_OUT, nIn, nOut, nZ, outbuf, r, stderr, and zbuf. |
|
|
Initial value: {
"OK"
,"SEQUENCE_ERROR"
,"PARAM_ERROR"
,"MEM_ERROR"
,"DATA_ERROR"
,"DATA_ERROR_MAGIC"
,"IO_ERROR"
,"UNEXPECTED_EOF"
,"OUTBUFF_FULL"
,"???"
,"???"
,"???"
,"???"
,"???"
,"???"
}
Definition at line 31 of file unzcrash.c. |
|
|
Definition at line 25 of file unzcrash.c. Referenced by gunpipe(), main(), and tmpstart(). |
|
|
Definition at line 29 of file unzcrash.c. Referenced by main(). |
|
|
Definition at line 29 of file unzcrash.c. Referenced by main(). |
|
|
Definition at line 29 of file unzcrash.c. Referenced by main(). |
|
|
Definition at line 26 of file unzcrash.c. |
|
|
Definition at line 27 of file unzcrash.c. Referenced by flip_bit(), and main(). |
1.4.6