Go to the source code of this file.
Classes | |
| struct | BTreeDecodeContext |
Macros | |
| #define | __BTRREAD 1 |
Functions | |
| bool GCALL | BTREE_is (const void *compresseddata) |
| int GCALL | BTREE_size (const void *compresseddata) |
| int GCALL | BTREE_decode (void *dest, const void *compresseddata, int *compressedsize) |
| #define __BTRREAD 1 |
Definition at line 22 of file btreedecode.cpp.
| int GCALL BTREE_decode | ( | void * | dest, |
| const void * | compresseddata, | ||
| int * | compressedsize ) |
Definition at line 159 of file btreedecode.cpp.
Definition at line 127 of file btreedecode.cpp.
| int GCALL BTREE_size | ( | const void * | compresseddata | ) |
Definition at line 143 of file btreedecode.cpp.