npp_mimetools.tinflate

Undocumented in source.

Members

Functions

tinf_init
void tinf_init()

initialize global (static) data

tinf_uncompress
int tinf_uncompress(void[] dest, uint destLen, void[] source)

inflate stream from source to dest

Manifest constants

TINF_DATA_ERROR
enum TINF_DATA_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TINF_OK
enum TINF_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

TINF_DATA
struct TINF_DATA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TINF_TREE
struct TINF_TREE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

dist_base
ushort[30] dist_base;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dist_bits
ubyte[30] dist_bits;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
length_base
ushort[30] length_base;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
length_bits
ubyte[30] length_bits;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sdtree
.TINF_TREE sdtree;

fixed distance tree

sltree
.TINF_TREE sltree;

fixed length/symbol tree

Meta