#include "pp_.h"Include dependency graph for pp_.cpp:

Go to the source code of this file.
Functions | |
| udword | ppUncompressedLen () |
| void | ppfreemem () |
| udword | ppread (int) |
| void | ppbytes () |
| void | ppsequence () |
| void | bytestodword () |
Variables | |
| const char | PP_ID [] = "PP20" |
| const udword | PP_BITS_FAST = 0x09090909 |
| const udword | PP_BITS_MEDIOCRE = 0x090a0a0a |
| const udword | PP_BITS_GOOD = 0x090a0b0b |
| const udword | PP_BITS_VERYGOOD = 0x090a0c0c |
| const udword | PP_BITS_BEST = 0x090a0c0d |
| const char | text_packeddatacorrupt [] = "PowerPacker: Packed data is corrupt" |
| const char | text_unrecognized [] = "PowerPacker: Unrecognized compression method" |
| const char | text_unknownformat [] = "Not compressed with PowerPacker" |
| const char | text_notenoughmemory [] = "Not enough free memory" |
| const char | text_fast [] = "PowerPacker: fast compression" |
| const char | text_mediocre [] = "PowerPacker: mediocre compression" |
| const char | text_good [] = "PowerPacker: good compression" |
| const char | text_verygood [] = "PowerPacker: very good compression" |
| const char | text_best [] = "PowerPacker: best compression" |
| const char * | ppErrorString |
| ubyte * | sourcebuf |
| ubyte * | readptr |
| ubyte * | writeptr |
| ubyte * | startptr |
| udword | current |
| int | bits |
| ubyte | efficiency [4] |
| udword | outputlen |
| char | globalerror |
|
|
Definition at line 275 of file pp_.cpp. References current, globalerror, ppErrorString, readEndian(), readptr, sourcebuf, text_packeddatacorrupt, and TRUE. Referenced by ppread(). |
|
|
|
|
|
Definition at line 196 of file pp_.cpp. References sourcebuf. |
|
|
Definition at line 214 of file pp_.cpp. References bits, bytestodword(), current, and udword. Referenced by ppbytes(), and ppsequence(). |
|
|
Definition at line 247 of file pp_.cpp. References efficiency, ppread(), startptr, udword, and writeptr. |
|
|
|
|
|
Definition at line 42 of file pp_.cpp. Referenced by ppread(). |
|
|
Definition at line 41 of file pp_.cpp. Referenced by bytestodword(), and ppread(). |
|
|
Definition at line 43 of file pp_.cpp. Referenced by ppsequence(). |
|
|
Definition at line 45 of file pp_.cpp. Referenced by bytestodword(). |
|
|
Definition at line 44 of file pp_.cpp. Referenced by ppUncompressedLen(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 27 of file pp_.cpp. Referenced by bytestodword(). |
|
|
Definition at line 38 of file pp_.cpp. Referenced by bytestodword(). |
|
|
Definition at line 37 of file pp_.cpp. Referenced by bytestodword(), and ppfreemem(). |
|
|
Definition at line 40 of file pp_.cpp. Referenced by ppbytes(), and ppsequence(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 17 of file pp_.cpp. Referenced by bytestodword(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 39 of file pp_.cpp. Referenced by ppbytes(), and ppsequence(). |
1.3.3