npp-api v0.1.6-dev (2020-08-05T13:26:21Z)
Home
Dub
Repo
TINF_DATA
npp_mimetools
tinflate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
TINF_DATA {
const
(
ubyte
)*
source
;
uint
tag
;
uint
bitcount
;
ubyte
*
dest
;
uint
destLen
;
.
TINF_TREE
ltree
;
.
TINF_TREE
dtree
;
}
Members
Variables
bitcount
uint
bitcount
;
Undocumented in source.
dest
ubyte
*
dest
;
Undocumented in source.
destLen
uint
destLen
;
Undocumented in source.
dtree
.
TINF_TREE
dtree
;
dynamic distance tree
ltree
.
TINF_TREE
ltree
;
dynamic length/symbol tree
source
const
(
ubyte
)*
source
;
Undocumented in source.
tag
uint
tag
;
Undocumented in source.
Meta
Source
See Implementation
npp_mimetools
tinflate
functions
tinf_init
tinf_uncompress
manifest constants
TINF_DATA_ERROR
TINF_OK
structs
TINF_DATA
TINF_TREE
variables
dist_base
dist_bits
length_base
length_bits
sdtree
sltree