This is the complete list of members for TSLCompression, including all inherited members.
| compress(const unsigned char *uncompressedData, const TSLFileLength uncompressedDataLength, unsigned char **compressedData, TSLFileLength *compressedDataLength) | TSLCompression | static |
| compressFile(const char *filename) | TSLCompression | static |
| decompress(const unsigned char *compressedData, const TSLFileLength compressedDataLength, unsigned char **uncompressedData, TSLFileLength *uncompressedDataLength) | TSLCompression | static |
| decompressFile(const char *filename) | TSLCompression | static |
| freeBufferData(unsigned char *data) | TSLCompression | static |