index
tinySigComp API Overview
index
adler32.c
C:/Projects/Doubango/tinySIGCOMP/src/
adler32_8c
zlib.h
#define
ZLIB_INTERNAL
adler32_8c.html
a59d4d7ef4d73655c759211ec33a5d44f
#define
BASE
adler32_8c.html
a79bcfb6bde984f42d1124b068a509af7
#define
NMAX
adler32_8c.html
a5de5d183f9a6a8d53316f743e1ca6dc2
#define
DO1
adler32_8c.html
a465ff70ce96dfc2e84b0e87548b4ecb4
(buf, i)
#define
DO2
adler32_8c.html
a3d7044f8ea7e75164fe5108048fd87eb
(buf, i)
#define
DO4
adler32_8c.html
aef9bafc8b3d89e98b6e26320f99b9e31
(buf, i)
#define
DO8
adler32_8c.html
a9aafc447614bf5c4dc0d484aba9edb89
(buf, i)
#define
DO16
adler32_8c.html
a6912c3e78e2b797f42f214d1b508aa0c
(buf)
#define
MOD
adler32_8c.html
aa1e26f19f1e6cf348e41511e7db90881
(a)
#define
MOD4
adler32_8c.html
ad7b4cfdfbc3e12bf00d27e3375d196d4
(a)
uLong ZEXPORT
adler32
adler32_8c.html
a86607743a4b76949b24cf5cc2f01a40d
(uLong adler, const Bytef *buf, uInt len)
uLong ZEXPORT
adler32_combine
adler32_8c.html
af4a8b45f615e831c56b08da530870e59
(uLong adler1, uLong adler2, z_off_t len2)
compress.c
C:/Projects/Doubango/tinySIGCOMP/src/
compress_8c
zlib.h
#define
ZLIB_INTERNAL
compress_8c.html
a59d4d7ef4d73655c759211ec33a5d44f
int ZEXPORT
compress2
compress_8c.html
aede7e438c033a969a1a40ba6b44f91f9
(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)
int ZEXPORT
compress
compress_8c.html
aef315743418d760a360e1be293d27cd1
(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
uLong ZEXPORT
compressBound
compress_8c.html
a6bfd92b4426ff6008c841c2cc6f8fed3
(uLong sourceLen)
deflate.c
C:/Projects/Doubango/tinySIGCOMP/src/
deflate_8c
deflate.h
config_s
static_tree_desc_s
#define
NIL
deflate_8c.html
a263efce0e5cda1d387a1a43f94715445
#define
TOO_FAR
deflate_8c.html
abeff1f2c9d15b7bddefe44a4360821b3
#define
MIN_LOOKAHEAD
deflate_8c.html
aab627bcc7d38e658a93d395c50180cb8
#define
EQUAL
deflate_8c.html
a214c717b2e51e1993a749ac99df7de58
#define
UPDATE_HASH
deflate_8c.html
a44b283365d6ca10b7028e639c4a10e67
(s, h, c)
#define
INSERT_STRING
deflate_8c.html
a52d7ca8e864a07c0ba4a25d04588168b
(s, str, match_head)
#define
CLEAR_HASH
deflate_8c.html
af328dc05f080f25747abf0edd75b6251
(s)
#define
check_match
deflate_8c.html
a4041db99b23ca08963d3e5c284d837d6
(s, start, match, length)
#define
FLUSH_BLOCK_ONLY
deflate_8c.html
afbe439cc64ad2722568bcf5eb12f06e0
(s, eof)
#define
FLUSH_BLOCK
deflate_8c.html
a60091ec200ac7904b7d4e34563a8f421
(s, eof)
block_state compress_func
OF
deflate_8c.html
a031e5ebda987f48c0ae613d46b8ac406
((deflate_state *s, int flush))
struct config_s
config
deflate_8c.html
a4473b5227787415097004fd39f55185e
block_state
deflate_8c.html
a1048c01fb24f2195a6b9a2a7c12e9454
need_more
deflate_8c.html
a1048c01fb24f2195a6b9a2a7c12e9454aa05dd4e7c2f875eee52a6568c244c1e4
block_done
deflate_8c.html
a1048c01fb24f2195a6b9a2a7c12e9454a94dca976f7dcfb0605e086068f09daa1
finish_started
deflate_8c.html
a1048c01fb24f2195a6b9a2a7c12e9454a5ff14f05c1ba145fc4da40fb50211140
finish_done
deflate_8c.html
a1048c01fb24f2195a6b9a2a7c12e9454af1f0edbb0d9d8272a762de3b7be0b50c
local void fill_window
OF
deflate_8c.html
a39020875dba6274d4890d928ece7af4d
((deflate_state *s))
local block_state deflate_stored
OF
deflate_8c.html
a8c5f4f16898c33f6c80e2c03a8f41f8a
((deflate_state *s, int flush))
local void putShortMSB
OF
deflate_8c.html
a7a385b4ab82557d539fe9a6059caf4d7
((deflate_state *s, uInt b))
local void flush_pending
OF
deflate_8c.html
a7c2e426a5f352f7e8c43ef7beec5138f
((z_streamp strm))
local int read_buf
OF
deflate_8c.html
a89775aad02a4843022d7e83a3301239b
((z_streamp strm, Bytef *buf, unsigned size))
local uInt longest_match
OF
deflate_8c.html
aafad197bf6ab131a1734f6c8150b162b
((deflate_state *s, IPos cur_match))
int ZEXPORT
deflateInit_
deflate_8c.html
a0e6601591faa9573f27340153b0f3296
(z_streamp strm, int level, const char *version, int stream_size)
int ZEXPORT
deflateInit2_
deflate_8c.html
ae501d2862c68d17b909d6f1c9264815c
(z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size)
int ZEXPORT
deflateSetDictionary
deflate_8c.html
a4e2855f986abd56d4515e9bb09986a5b
(z_streamp strm, const Bytef *dictionary, uInt dictLength)
int ZEXPORT
deflateReset
deflate_8c.html
a4f17a4d330d76066b4b26c27f7cde5dc
(z_streamp strm)
int ZEXPORT
deflateSetHeader
deflate_8c.html
a0bb9d562cacbe698297de30cdeeb2153
(z_streamp strm, gz_headerp head)
int ZEXPORT
deflatePrime
deflate_8c.html
aa8ca15b272bfde8fd23ab658d789aa87
(z_streamp strm, int bits, int value)
int ZEXPORT
deflateParams
deflate_8c.html
a6be3d26b7e317aa4db6c7870b1911d4d
(z_streamp strm, int level, int strategy)
int ZEXPORT
deflateTune
deflate_8c.html
aa2f2f8ee11441c80c35f035ad7efbb8e
(z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain)
uLong ZEXPORT
deflateBound
deflate_8c.html
a746d0203373d0033ab69055f72a370e8
(z_streamp strm, uLong sourceLen)
local void
putShortMSB
deflate_8c.html
a6db0a0a840addf113cb217c4aa1c0384
(deflate_state *s, uInt b)
local void
flush_pending
deflate_8c.html
ae9a3263767d40c4f7443bf07c31e0119
(z_streamp strm)
int ZEXPORT
deflate
deflate_8c.html
aedba3a94d6e827d61b660443ae5b9f09
(z_streamp strm, int flush)
int ZEXPORT
deflateEnd
deflate_8c.html
ada68769789b1d84de7e708d6e848a075
(z_streamp strm)
int ZEXPORT
deflateCopy
deflate_8c.html
a496430688ab9f4179689c883a6776b02
(z_streamp dest, z_streamp source)
local int
read_buf
deflate_8c.html
a30b7fcd3e6bea023c1c00eafad492639
(z_streamp strm, Bytef *buf, unsigned size)
local void
lm_init
deflate_8c.html
ab197bb7bbeee75dcfccbfa8d55cae272
(deflate_state *s)
local uInt
longest_match
deflate_8c.html
a9c89f33a3fab1b87063832eeda415389
(deflate_state *s, IPos cur_match)
local uInt
longest_match_fast
deflate_8c.html
ada5e12c38f51cac74465ef4af16e46ed
(deflate_state *s, IPos cur_match)
local void
fill_window
deflate_8c.html
a6cf3c43817cac5f5c422e94b2a57ea49
(deflate_state *s)
local block_state
deflate_stored
deflate_8c.html
a67569326587f77f823522212036fc2f9
(deflate_state *s, int flush)
local block_state
deflate_fast
deflate_8c.html
a1ee6259c01fb1c8cd3ecc551a8fe7192
(deflate_state *s, int flush)
local block_state
deflate_slow
deflate_8c.html
a9fc7e4969451bb185e77d530c376f79f
(deflate_state *s, int flush)
const char
deflate_copyright
deflate_8c.html
a75f4ce56f376b4ec7efc61fab510c8e7
[]
local const config
configuration_table
deflate_8c.html
a9d8772078a7001d0dc9bd34789631322
[10]
deflate.h
C:/Projects/Doubango/tinySIGCOMP/src/
deflate_8h
zutil.h
ct_data_s
tree_desc_s
internal_state
#define
LENGTH_CODES
deflate_8h.html
a8dd3b78c666b6592944b2acf1706e611
#define
LITERALS
deflate_8h.html
a3f59145500c9de746e7dc49fb98c29ef
#define
L_CODES
deflate_8h.html
a2b0cc00cc6a7d521fba8d208a1cae477
#define
D_CODES
deflate_8h.html
a8798a9a526623abbd88fedb0727e21aa
#define
BL_CODES
deflate_8h.html
a9e19158a493307d4f211cdf223da8319
#define
HEAP_SIZE
deflate_8h.html
a1b45302695680930829cac31d65e41e1
#define
MAX_BITS
deflate_8h.html
a51c241e7ad52441b8d4c1fd5f498b3b9
#define
INIT_STATE
deflate_8h.html
a96cb576b9a3b5f8cb90bd4bb7ee449d2
#define
EXTRA_STATE
deflate_8h.html
affc01bd472ba5f5ad1519c40e20a3778
#define
NAME_STATE
deflate_8h.html
acec08b85e51457d214b759d489785e99
#define
COMMENT_STATE
deflate_8h.html
a06c47936258e98a0c4ca38dd31a5f6c7
#define
HCRC_STATE
deflate_8h.html
a09dffa22705cbe81ca94b8b379d43682
#define
BUSY_STATE
deflate_8h.html
a4821f69a5605c2618cd4dc4d3f60979c
#define
FINISH_STATE
deflate_8h.html
a0474cba74b039aa45fe9412c1de86bed
#define
Freq
deflate_8h.html
a8bab2775fa423836b05f407d2f8bf6e2
#define
Code
deflate_8h.html
a068e76e6034d06450385bc98b69ea53e
#define
Dad
deflate_8h.html
ad76da95d6074d29bacb152bc46d189d5
#define
Len
deflate_8h.html
a4490e644c06783cc69ad87c121e39e94
#define
max_insert_length
deflate_8h.html
a0aa718c141a5a98e84262fd9fc042dbe
#define
put_byte
deflate_8h.html
a662a0774c0de95a9f1309019d52e914b
(s, c)
#define
MIN_LOOKAHEAD
deflate_8h.html
aab627bcc7d38e658a93d395c50180cb8
#define
MAX_DIST
deflate_8h.html
a1bac515806be1e59d7306b4126b0cca4
(s)
#define
d_code
deflate_8h.html
a578b4336ef92d19278e0a0d95699def5
(dist)
#define
_tr_tally_lit
deflate_8h.html
af3b11322da0fb4ec60a5ccc28e2554df
(s, c, flush)
#define
_tr_tally_dist
deflate_8h.html
a68f55cdd396ad603d9f0b01afdbdf592
(s, distance, length, flush)
struct ct_data_s
ct_data
deflate_8h.html
a0a4b5df3b2254c627b8a59e038963118
struct static_tree_desc_s
static_tree_desc
deflate_8h.html
a905910aabf6aabbe79ff0832e4a664cc
struct tree_desc_s
tree_desc
deflate_8h.html
ae978a66d78f0d68f945f48951f9151ff
ush
Pos
deflate_8h.html
a80a8610ae675eaeead82013bacde10a1
Pos FAR
Posf
deflate_8h.html
a7fc422ecb86afdd5f330dad6f7c1136b
unsigned
IPos
deflate_8h.html
ada696b787a46d01634b6365afcec1a9e
struct internal_state
deflate_state
deflate_8h.html
aeaabc84f4830ec10deb9b64bd719617a
void _tr_init
OF
deflate_8h.html
a7421434e97aacf6ea4ddd238d18bf9c8
((deflate_state *s))
int _tr_tally
OF
deflate_8h.html
ad2b29e535c13f6bfd762db8d1dd3bb3f
((deflate_state *s, unsigned dist, unsigned lc))
void _tr_flush_block
OF
deflate_8h.html
af8aa63aa73ba838890d15dddb92e2360
((deflate_state *s, charf *buf, ulg stored_len, int eof))
uch
_length_code
deflate_8h.html
a034daec5591675c08dd7dde5a753a8da
[]
uch
_dist_code
deflate_8h.html
af81d7b42325e3ddbcf2cca9436d0b310
[]
tcomp.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp_8c
tcomp.h
tcomp.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp_8h
tinysigcomp_config.h
tcomp_buffer.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__buffer_8c
tcomp_buffer.h
tcomp_buffer_s
#define
PRIME_1
tcomp__buffer_8c.html
ac795fa13b7b06403d272208285faa4c2
#define
PRIME_2
tcomp__buffer_8c.html
af979ca8ff762895d3699e3f91a7a7ac8
struct tcomp_buffer_s
tcomp_buffer_t
tcomp__buffer_8c.html
a00631535fe1bb8a1c3e4bcea429462ca
tcomp_buffer_handle_t *
tcomp_buffer_create
tcomp__buffer_8c.html
ade874ca0fc008d19c557492cd92aa33d
(const void *data, tsk_size_t len)
tcomp_buffer_handle_t *
tcomp_buffer_create_null
tcomp__buffer_8c.html
aa5cfdc24ecf030dd0ffb5f07289de0e5
()
tsk_bool_t
tcomp_buffer_equals
tcomp__buffer_8c.html
ac6aa7f6b24a791e898c1fc616c345ab0
(const tcomp_buffer_handle_t *handle1, const tcomp_buffer_handle_t *handle2)
tsk_bool_t
tcomp_buffer_startsWith
tcomp__buffer_8c.html
a2142e972cc4cb5f534b43b72ee733513
(const tcomp_buffer_handle_t *handle1, const tcomp_buffer_handle_t *handle2)
const uint8_t *
tcomp_buffer_getReadOnlyBufferAtPos
tcomp__buffer_8c.html
a9fba8be7ab9dc38279c3b14254d325f1
(const tcomp_buffer_handle_t *handle, tsk_size_t position)
uint8_t *
tcomp_buffer_getBufferAtPos
tcomp__buffer_8c.html
a1757d7fa138bae185bd36fa6ce56b8eb
(const tcomp_buffer_handle_t *handle, tsk_size_t position)
tsk_size_t
tcomp_buffer_getSize
tcomp__buffer_8c.html
a959ada505a0d1b73a3b020cb8bbe01d6
(const tcomp_buffer_handle_t *handle)
tsk_size_t
tcomp_buffer_getRemainingBits
tcomp__buffer_8c.html
ae869eb4293f721e25f47c1be0a037713
(const tcomp_buffer_handle_t *handle)
uint8_t *
tcomp_buffer_readBytes
tcomp__buffer_8c.html
ac047c83dc6a29bdf1e7e9c60b4c0d280
(tcomp_buffer_handle_t *handle, tsk_size_t length)
uint16_t
tcomp_buffer_readLsbToMsb
tcomp__buffer_8c.html
a0b432914f2af2cf3d1d04b32989536c8
(tcomp_buffer_handle_t *handle, tsk_size_t length)
uint16_t
tcomp_buffer_readMsbToLsb
tcomp__buffer_8c.html
aaad8d6dcaf4c6ffa957b038bca55a5a5
(tcomp_buffer_handle_t *handle, tsk_size_t length)
void
tcomp_buffer_discardBits
tcomp__buffer_8c.html
aa1eb82e5dc1dcf5132ead711f36d5b7d
(tcomp_buffer_handle_t *handle)
void
tcomp_buffer_discardLastBytes
tcomp__buffer_8c.html
a3776db46a6db1354e8f4d005ee29df55
(tcomp_buffer_handle_t *handle, uint16_t count)
void
tcomp_buffer_allocBuff
tcomp__buffer_8c.html
a1e73d9b8ed8fda1f167d4d951e1e8f26
(tcomp_buffer_handle_t *handle, tsk_size_t size)
void
tcomp_buffer_referenceBuff
tcomp__buffer_8c.html
abad7889e4712317b5e8bfa3fbd8c3a29
(tcomp_buffer_handle_t *handle, uint8_t *externalBuff, tsk_size_t size)
tsk_bool_t
tcomp_buffer_appendBuff
tcomp__buffer_8c.html
a019e73ec35a3d0a5cb0d3dadf8f62df6
(tcomp_buffer_handle_t *handle, const void *data, tsk_size_t size)
tsk_bool_t
tcomp_buffer_removeBuff
tcomp__buffer_8c.html
a35a7ef87468f1df6edf45476b01c2a09
(tcomp_buffer_handle_t *handle, tsk_size_t pos, tsk_size_t size)
void
tcomp_buffer_freeBuff
tcomp__buffer_8c.html
a6784139de22f5733384ea1fa2be25a74
(tcomp_buffer_handle_t *handle)
tsk_size_t *
tcomp_buffer_getIndexBytes
tcomp__buffer_8c.html
a91b80cc3c954d9aa5296683dbd66993e
(const tcomp_buffer_handle_t *handle)
tsk_size_t *
tcomp_buffer_getIndexBits
tcomp__buffer_8c.html
a0c7e69c96f0d8ef6512c04a4e7ca376b
(const tcomp_buffer_handle_t *handle)
uint8_t *
tcomp_buffer_getP_BIT
tcomp__buffer_8c.html
a791d3f1c107a65c2fde0ad782315a5a6
(const tcomp_buffer_handle_t *handle)
uint64_t
tcomp_buffer_createHash
tcomp__buffer_8c.html
a9a02469eaa630285bb3482abceadb8ec
(const void *data, tsk_size_t len)
void
tcomp_buffer_nprint
tcomp__buffer_8c.html
ae530f6d538bfcdbc73dd49d5bff31135
(tcomp_buffer_handle_t *handle, tsk_size_t size)
void
tcomp_buffer_reset
tcomp__buffer_8c.html
a885d54447fb62c4223b212f386d304e2
(tcomp_buffer_handle_t *handle)
const tsk_object_def_t *
tcomp_buffer_def_t
tcomp__buffer_8c.html
a2c49d9356221b178839dc2892a3da27d
tcomp_buffer.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__buffer_8h
tinysigcomp_config.h
#define
TCOMP_P_BIT_MSB_TO_LSB
tcomp__buffer_8h.html
afb63054a518d87c6fffcfd9b7c89b5c5
#define
TCOMP_P_BIT_LSB_TO_MSB
tcomp__buffer_8h.html
a7b99c2f2efb0bd844d6a8ab097a84f03
#define
tcomp_buffer_getReadOnlyBuffer
tcomp__buffer_8h.html
aa5e27561b89a1c2692891f1a6ffd8f1e
(buffer)
#define
tcomp_buffer_getBuffer
tcomp__buffer_8h.html
ad7f83692c850f186a3d1a8bcfb54b9a5
(handle)
#define
tcomp_buffer_print
tcomp__buffer_8h.html
a59d7a079dafc1a5f7383653f0215d5e3
(handle)
void
tcomp_buffer_handle_t
tcomp__buffer_8h.html
aeb155cac21d622093c9ea495b9b8e144
tcomp_buffer_handle_t *
tcomp_buffer_create
tcomp__buffer_8h.html
ade874ca0fc008d19c557492cd92aa33d
(const void *data, tsk_size_t len)
tcomp_buffer_handle_t *
tcomp_buffer_create_null
tcomp__buffer_8h.html
aa5cfdc24ecf030dd0ffb5f07289de0e5
()
tsk_bool_t
tcomp_buffer_equals
tcomp__buffer_8h.html
ac6aa7f6b24a791e898c1fc616c345ab0
(const tcomp_buffer_handle_t *handle1, const tcomp_buffer_handle_t *handle2)
tsk_bool_t
tcomp_buffer_startsWith
tcomp__buffer_8h.html
a2142e972cc4cb5f534b43b72ee733513
(const tcomp_buffer_handle_t *handle1, const tcomp_buffer_handle_t *handle2)
const uint8_t *
tcomp_buffer_getReadOnlyBufferAtPos
tcomp__buffer_8h.html
a9fba8be7ab9dc38279c3b14254d325f1
(const tcomp_buffer_handle_t *handle, tsk_size_t position)
TINYSIGCOMP_API uint8_t *
tcomp_buffer_getBufferAtPos
tcomp__buffer_8h.html
ac35fd2027e83860b72cf70126d5c5365
(const tcomp_buffer_handle_t *handle, tsk_size_t position)
TINYSIGCOMP_API tsk_size_t
tcomp_buffer_getSize
tcomp__buffer_8h.html
a808b0666fcc1e51130d596face2e6c4a
(const tcomp_buffer_handle_t *handle)
tsk_size_t
tcomp_buffer_getRemainingBits
tcomp__buffer_8h.html
ae869eb4293f721e25f47c1be0a037713
(const tcomp_buffer_handle_t *handle)
uint8_t *
tcomp_buffer_readBytes
tcomp__buffer_8h.html
a46837a573c6da78391d789121d735c1e
(tcomp_buffer_handle_t *handle, tsk_size_t size)
uint16_t
tcomp_buffer_readLsbToMsb
tcomp__buffer_8h.html
a0b432914f2af2cf3d1d04b32989536c8
(tcomp_buffer_handle_t *handle, tsk_size_t length)
uint16_t
tcomp_buffer_readMsbToLsb
tcomp__buffer_8h.html
aaad8d6dcaf4c6ffa957b038bca55a5a5
(tcomp_buffer_handle_t *handle, tsk_size_t length)
void
tcomp_buffer_discardBits
tcomp__buffer_8h.html
aa1eb82e5dc1dcf5132ead711f36d5b7d
(tcomp_buffer_handle_t *handle)
void
tcomp_buffer_discardLastBytes
tcomp__buffer_8h.html
a3776db46a6db1354e8f4d005ee29df55
(tcomp_buffer_handle_t *handle, uint16_t count)
void
tcomp_buffer_allocBuff
tcomp__buffer_8h.html
a1e73d9b8ed8fda1f167d4d951e1e8f26
(tcomp_buffer_handle_t *handle, tsk_size_t size)
void
tcomp_buffer_referenceBuff
tcomp__buffer_8h.html
abad7889e4712317b5e8bfa3fbd8c3a29
(tcomp_buffer_handle_t *handle, uint8_t *externalBuff, tsk_size_t size)
tsk_bool_t
tcomp_buffer_appendBuff
tcomp__buffer_8h.html
a019e73ec35a3d0a5cb0d3dadf8f62df6
(tcomp_buffer_handle_t *handle, const void *data, tsk_size_t size)
tsk_bool_t
tcomp_buffer_removeBuff
tcomp__buffer_8h.html
a35a7ef87468f1df6edf45476b01c2a09
(tcomp_buffer_handle_t *handle, tsk_size_t pos, tsk_size_t size)
void
tcomp_buffer_freeBuff
tcomp__buffer_8h.html
a6784139de22f5733384ea1fa2be25a74
(tcomp_buffer_handle_t *handle)
tsk_size_t *
tcomp_buffer_getIndexBytes
tcomp__buffer_8h.html
a91b80cc3c954d9aa5296683dbd66993e
(const tcomp_buffer_handle_t *handle)
tsk_size_t *
tcomp_buffer_getIndexBits
tcomp__buffer_8h.html
a0c7e69c96f0d8ef6512c04a4e7ca376b
(const tcomp_buffer_handle_t *handle)
uint8_t *
tcomp_buffer_getP_BIT
tcomp__buffer_8h.html
a791d3f1c107a65c2fde0ad782315a5a6
(const tcomp_buffer_handle_t *handle)
uint64_t
tcomp_buffer_createHash
tcomp__buffer_8h.html
a9a02469eaa630285bb3482abceadb8ec
(const void *data, tsk_size_t len)
void
tcomp_buffer_nprint
tcomp__buffer_8h.html
ae530f6d538bfcdbc73dd49d5bff31135
(tcomp_buffer_handle_t *handle, tsk_size_t size)
void
tcomp_buffer_reset
tcomp__buffer_8h.html
a885d54447fb62c4223b212f386d304e2
(tcomp_buffer_handle_t *handle)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_buffer_def_t
tcomp__buffer_8h.html
ab999d1d75af8f413a39fc9f6a7bc6eb5
tcomp_compartment.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compartment_8c
tcomp_compartment.h
tcomp_compartment_t *
tcomp_compartment_create
tcomp__compartment_8c.html
a6b54e7390394503148bea84d5e9cd52e
(uint64_t id, uint16_t sigCompParameters)
void
tcomp_compartment_setRemoteParams
tcomp__compartment_8c.html
a1e68190c2c83dba80461cbc81ec6463a
(tcomp_compartment_t *compartment, tcomp_params_t *lpParams)
void
tcomp_compartment_setReqFeedback
tcomp__compartment_8c.html
a9dd145ec13b7edfd3c28caf08971adad
(tcomp_compartment_t *compartment, tcomp_buffer_handle_t *feedback)
void
tcomp_compartment_setRetFeedback
tcomp__compartment_8c.html
ad1011202565be1ddb9a2f65fbf3da366
(tcomp_compartment_t *compartment, tcomp_buffer_handle_t *feedback)
void
tcomp_compartment_clearStates
tcomp__compartment_8c.html
a0b9915ceb760196e51bc0ffa1f33ed48
(tcomp_compartment_t *compartment)
void
tcomp_compartment_freeStateByPriority
tcomp__compartment_8c.html
a00e53894db779de7ee81bd956b56e481
(tcomp_compartment_t *compartment)
void
tcomp_compartment_freeState
tcomp__compartment_8c.html
a4e1a157aaadda59389637c197407e918
(tcomp_compartment_t *compartment, tcomp_state_t **lpState)
void
tcomp_compartment_freeStates
tcomp__compartment_8c.html
a7e1a55b8673488be557da7f4b03c81c2
(tcomp_compartment_t *compartment, tcomp_tempstate_to_free_t **tempStates, uint8_t size)
void
tcomp_compartment_addState
tcomp__compartment_8c.html
a8dadab6275e5e795cc5113411ef8082e
(tcomp_compartment_t *compartment, tcomp_state_t **lpState)
uint16_t
tcomp_compartment_findState
tcomp__compartment_8c.html
ab72144795fc6997fcf2103b893ea17c8
(tcomp_compartment_t *compartment, const tcomp_buffer_handle_t *partial_identifier, tcomp_state_t **lpState)
void
tcomp_compartment_freeGhostState
tcomp__compartment_8c.html
a2afc3585b73665d6dddf93e9889b19e1
(tcomp_compartment_t *compartment)
void
tcomp_compartment_addNack
tcomp__compartment_8c.html
a5c182d465dd341481e4b74ee77acbc9d
(tcomp_compartment_t *compartment, const uint8_t nackId[TSK_SHA1_DIGEST_SIZE])
tsk_bool_t
tcomp_compartment_hasNack
tcomp__compartment_8c.html
a17e4a4d6725f159e090c5b0a861146ae
(tcomp_compartment_t *compartment, const tcomp_buffer_handle_t *nackId)
const tsk_object_def_t *
tcomp_compartment_def_t
tcomp__compartment_8c.html
af774aca2c83810a86731d25cf82bbd07
tcomp_compartment.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compartment_8h
tinysigcomp_config.h
tcomp_types.h
tcomp_params.h
tcomp_compressordata.h
tcomp_result.h
tcomp_compartment_s
TCOMP_BEGIN_DECLS struct tcomp_compartment_s
tcomp_compartment_t
tcomp__compartment_8h.html
a8f70456ed6f078247d22edbbcfe41adb
tcomp_compartment_t *
tcomp_compartment_create
tcomp__compartment_8h.html
a6b54e7390394503148bea84d5e9cd52e
(uint64_t id, uint16_t sigCompParameters)
void
tcomp_compartment_setRemoteParams
tcomp__compartment_8h.html
a1e68190c2c83dba80461cbc81ec6463a
(tcomp_compartment_t *compartment, tcomp_params_t *lpParams)
void
tcomp_compartment_setReqFeedback
tcomp__compartment_8h.html
a9dd145ec13b7edfd3c28caf08971adad
(tcomp_compartment_t *compartment, tcomp_buffer_handle_t *feedback)
void
tcomp_compartment_setRetFeedback
tcomp__compartment_8h.html
ad1011202565be1ddb9a2f65fbf3da366
(tcomp_compartment_t *compartment, tcomp_buffer_handle_t *feedback)
void
tcomp_compartment_clearStates
tcomp__compartment_8h.html
a0b9915ceb760196e51bc0ffa1f33ed48
(tcomp_compartment_t *compartment)
void
tcomp_compartment_freeStateByPriority
tcomp__compartment_8h.html
a00e53894db779de7ee81bd956b56e481
(tcomp_compartment_t *compartment)
void
tcomp_compartment_freeState
tcomp__compartment_8h.html
a4e1a157aaadda59389637c197407e918
(tcomp_compartment_t *compartment, tcomp_state_t **lpState)
void
tcomp_compartment_freeStates
tcomp__compartment_8h.html
a7e1a55b8673488be557da7f4b03c81c2
(tcomp_compartment_t *compartment, tcomp_tempstate_to_free_t **tempStates, uint8_t size)
void
tcomp_compartment_addState
tcomp__compartment_8h.html
a8dadab6275e5e795cc5113411ef8082e
(tcomp_compartment_t *compartment, tcomp_state_t **lpState)
uint16_t
tcomp_compartment_findState
tcomp__compartment_8h.html
ab72144795fc6997fcf2103b893ea17c8
(tcomp_compartment_t *compartment, const tcomp_buffer_handle_t *partial_identifier, tcomp_state_t **lpState)
void
tcomp_compartment_freeGhostState
tcomp__compartment_8h.html
a2afc3585b73665d6dddf93e9889b19e1
(tcomp_compartment_t *compartment)
void
tcomp_compartment_addNack
tcomp__compartment_8h.html
a5c182d465dd341481e4b74ee77acbc9d
(tcomp_compartment_t *compartment, const uint8_t nackId[TSK_SHA1_DIGEST_SIZE])
tsk_bool_t
tcomp_compartment_hasNack
tcomp__compartment_8h.html
a17e4a4d6725f159e090c5b0a861146ae
(tcomp_compartment_t *compartment, const tcomp_buffer_handle_t *nackId)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_compartment_def_t
tcomp__compartment_8h.html
a7fd4a96decbd8c096b50785b5b74d19d
tcomp_compressor.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressor_8h
tinysigcomp_config.h
tcomp_compartment.h
#define
TCOMP_COMPRESSOR_COMPRESS_F
tcomp__compressor_8h.html
ab529ce900a984f595f961d6fb2b9e565
(self)
tsk_bool_t(*
tcomp_compressor_compress_f
tcomp__compressor_8h.html
a89e8cf822600cb829f045cc6da482710
)(tcomp_compartment_t *lpCompartment, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
tcomp_compressor_deflate.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressor__deflate_8c
tcomp_compressor_deflate.h
tcomp_deflatedata.h
#define
TCOMP_MIN
tcomp__compressor__deflate_8c.html
ac287da0fb72036ee49a6a6d7f457cc79
(a, b)
#define
GET_OUTPUT_BUFFER_AT
tcomp__compressor__deflate_8c.html
a76f3d65a88b375c145f2f313adf6a449
(position)
tsk_bool_t
tcomp_compressor_deflate_compress
tcomp__compressor__deflate_8c.html
adefbb1a9f55fc924b6dda8ebc75292f0
(tcomp_compartment_t *lpCompartment, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
tcomp_compressor_deflate.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressor__deflate_8h
tinysigcomp_config.h
tcomp_compartment.h
TCOMP_BEGIN_DECLS tsk_bool_t
tcomp_compressor_deflate_compress
tcomp__compressor__deflate_8h.html
a40af6c9124355c4ff307be664c331b62
(tcomp_compartment_t *lpCompartment, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
tcomp_compressor_dummy.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressor__dummy_8c
tcomp_compressor_dummy.h
tcomp_buffer.h
#define
UNCOMPRESSED_BYTECODE_LENGTH
tcomp__compressor__dummy_8c.html
a7a8c0e6248ad14bc6615489014489f6f
#define
UNCOMPRESSED_BYTECODE_DESTINATION_CODE
tcomp__compressor__dummy_8c.html
a85cae11bb40fafaf6013352ec2d26f90
#define
DUMMYCOMPRESSOR_UNCOMPRESSED_BYTECODE
tcomp__compressor__dummy_8c.html
a68c31c7fb503b833ce15873496d6d6b1
tsk_bool_t
tcomp_compressor_dummy_compress
tcomp__compressor__dummy_8c.html
aaf174210ca73b13b364f0c72a2b35f32
(tcomp_compartment_t *lpCompartment, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
tcomp_compressor_dummy.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressor__dummy_8h
tinysigcomp_config.h
tcomp_compartment.h
TCOMP_BEGIN_DECLS tsk_bool_t
tcomp_compressor_dummy_compress
tcomp__compressor__dummy_8h.html
afe355c7530573a73b869c5378e116a36
(tcomp_compartment_t *lpCompartment, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
tcomp_compressordata.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressordata_8c
tcomp_compressordata.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressordata_8h
tinysigcomp_config.h
tcomp_buffer.h
#define
TCOMP_DECLARE_COMPRESSORDATA
tcomp__compressordata_8h.html
a8df9e4af38727aa7790a1a646efd206c
void(*
tcomp_xxx_freeGhostState
tcomp__compressordata_8h.html
a0881ddad615d5b5444cd8c8bae4efd76
)(tcomp_compressordata_t *data)
void(*
tcomp_xxx_ackGhost
tcomp__compressordata_8h.html
aa6c12669c69b66fc068f2e411b112a04
)(tcomp_compressordata_t *data, const tcomp_buffer_handle_t *stateid)
TCOMP_BEGIN_DECLS typedef void
tcomp_compressordata_t
tcomp__compressordata_8h.html
ac8063895d2b39f7377af53f087437a5b
tcomp_compressordisp.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressordisp_8c
tcomp_compressordisp.h
tcomp_compressor_dummy.h
tcomp_compressor_deflate.h
#define
TCOMP_NACK_SUPPORTED
tcomp__compressordisp_8c.html
a38e55ba6ae6fbbe1c82e843a7430ed4e
tcomp_compressordisp_t *
tcomp_compressordisp_create
tcomp__compressordisp_8c.html
a65a06e5aa5ac1f93484be2543c5fd655
(const tcomp_statehandler_t *statehandler)
tsk_bool_t
tcomp_compressordisp_compress
tcomp__compressordisp_8c.html
aec43191d86a10978161c029f18e5f981
(tcomp_compressordisp_t *dispatcher, uint64_t compartmentId, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
int
tcomp_compressordisp_addCompressor
tcomp__compressordisp_8c.html
aa29cb2515cfea50662f3b548d4754738
(tcomp_compressordisp_t *dispatcher, tcomp_compressor_compress_f compressor)
int
tcomp_compressordisp_removeCompressor
tcomp__compressordisp_8c.html
ace1899914be8d3bb6795ab5d1a99cb3e
(tcomp_compressordisp_t *dispatcher, tcomp_compressor_compress_f compressor)
const tsk_object_def_t *
tcomp_compressordisp_def_t
tcomp__compressordisp_8c.html
aad9a1d5ae9edb5d8fe3eeeabe92220c9
tcomp_compressordisp.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__compressordisp_8h
tinysigcomp_config.h
tcomp_statehandler.h
tcomp_buffer.h
tcomp_types.h
tcomp_result.h
tcomp_compressor.h
tcomp_compressordisp_s
#define
TCOMP_MAX_COMPRESSORS
tcomp__compressordisp_8h.html
a8d2e7bb50fd6bbdc19ed27a1e846fca5
struct tcomp_compressordisp_s
tcomp_compressordisp_t
tcomp__compressordisp_8h.html
a23efaf69247656c591bee204825088dc
tcomp_compressordisp_t *
tcomp_compressordisp_create
tcomp__compressordisp_8h.html
a65a06e5aa5ac1f93484be2543c5fd655
(const tcomp_statehandler_t *statehandler)
tsk_bool_t
tcomp_compressordisp_compress
tcomp__compressordisp_8h.html
aec43191d86a10978161c029f18e5f981
(tcomp_compressordisp_t *dispatcher, uint64_t compartmentId, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t *output_size, tsk_bool_t stream)
int
tcomp_compressordisp_addCompressor
tcomp__compressordisp_8h.html
aa29cb2515cfea50662f3b548d4754738
(tcomp_compressordisp_t *dispatcher, tcomp_compressor_compress_f compressor)
int
tcomp_compressordisp_removeCompressor
tcomp__compressordisp_8h.html
ace1899914be8d3bb6795ab5d1a99cb3e
(tcomp_compressordisp_t *dispatcher, tcomp_compressor_compress_f compressor)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_compressordisp_def_t
tcomp__compressordisp_8h.html
a92cc61440724991756c773342fccd17e
tcomp_decompressordisp.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__decompressordisp_8c
tcomp_decompressordisp.h
tcomp_message.h
tcomp_udvm.h
#define
TCOMP_MAX_STREAM_BUFFER_SIZE
tcomp__decompressordisp_8c.html
aa4a8fdb851b4620b67a1d52d65441ed1
#define
TCOMP_NACK_SUPPORTED
tcomp__decompressordisp_8c.html
ad278be58a5d53380479e7e53c1ec01bf
(dispatcher)
tcomp_stream_buffer_t *
tcomp_stream_buffer_create
tcomp__decompressordisp_8c.html
a998e223ef468fc09a9f8613c5d5d0854
(uint64_t id)
tcomp_decompressordisp_t *
tcomp_decompressordisp_create
tcomp__decompressordisp_8c.html
a22004ec43206b3803b3f6d978b058f0a
(const tcomp_statehandler_t *statehandler)
tsk_bool_t
tcomp_decompressordisp_decompress
tcomp__decompressordisp_8c.html
a74fb7a3ff671e4576c0fb818b7760dc0
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, tsk_size_t input_size, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_decompressordisp_getNextMessage
tcomp__decompressordisp_8c.html
aebe1904896d38c815f464353e6f5d8a0
(tcomp_decompressordisp_t *dispatcher, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_decompressordisp_internalDecompress
tcomp__decompressordisp_8c.html
a7194a6ba35ad1935b76fce25db19ec28
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, const tsk_size_t input_size, tcomp_result_t **lpResult)
tsk_bool_t
tcomp_decompressordisp_appendStream
tcomp__decompressordisp_8c.html
a91fd6f2e49b3cbe6fb2a574c20448d79
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, tsk_size_t input_size, uint64_t streamId)
tsk_bool_t
tcomp_decompressordisp_getNextStreamMsg
tcomp__decompressordisp_8c.html
a1d16a0b0eb86e5538cd37aaf8214aa04
(tcomp_decompressordisp_t *dispatcher, uint64_t streamId, uint16_t *discard_count, tsk_size_t *size)
const tsk_object_def_t *
tcomp_decompressordisp_def_t
tcomp__decompressordisp_8c.html
a1782b0cf481d122093472b147fb944b6
const tsk_object_def_t *
tcomp_stream_buffer_def_t
tcomp__decompressordisp_8c.html
a94e7516c75f7a0076067b7d2640cccc3
tcomp_decompressordisp.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__decompressordisp_8h
tinysigcomp_config.h
tcomp_statehandler.h
tcomp_buffer.h
tcomp_types.h
tcomp_result.h
tcomp_stream_buffer_s
tcomp_decompressordisp_s
TCOMP_BEGIN_DECLS struct tcomp_stream_buffer_s
tcomp_stream_buffer_t
tcomp__decompressordisp_8h.html
a657b520236f10cc7eb86124b11f0a768
struct tcomp_decompressordisp_s
tcomp_decompressordisp_t
tcomp__decompressordisp_8h.html
a02011c3f486e9780d2fb6191279631d6
tcomp_decompressordisp_t *
tcomp_decompressordisp_create
tcomp__decompressordisp_8h.html
a22004ec43206b3803b3f6d978b058f0a
(const tcomp_statehandler_t *statehandler)
tsk_bool_t
tcomp_decompressordisp_decompress
tcomp__decompressordisp_8h.html
a74fb7a3ff671e4576c0fb818b7760dc0
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, tsk_size_t input_size, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_decompressordisp_getNextMessage
tcomp__decompressordisp_8h.html
aebe1904896d38c815f464353e6f5d8a0
(tcomp_decompressordisp_t *dispatcher, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_decompressordisp_internalDecompress
tcomp__decompressordisp_8h.html
a7194a6ba35ad1935b76fce25db19ec28
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, const tsk_size_t input_size, tcomp_result_t **lpResult)
tsk_bool_t
tcomp_decompressordisp_appendStream
tcomp__decompressordisp_8h.html
a91fd6f2e49b3cbe6fb2a574c20448d79
(tcomp_decompressordisp_t *dispatcher, const void *input_ptr, tsk_size_t input_size, uint64_t streamId)
tsk_bool_t
tcomp_decompressordisp_getNextStreamMsg
tcomp__decompressordisp_8h.html
a1d16a0b0eb86e5538cd37aaf8214aa04
(tcomp_decompressordisp_t *dispatcher, uint64_t streamId, uint16_t *discard_count, tsk_size_t *size)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_stream_buffer_def_t
tcomp__decompressordisp_8h.html
a74fb91763a99373e6338f2e473f0637c
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_decompressordisp_def_t
tcomp__decompressordisp_8h.html
a263d9f0ed06601f9458d841e0abf47b4
tcomp_deflatedata.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__deflatedata_8c
tcomp_deflatedata.h
tcomp_deflatedata_t *
tcomp_deflatedata_create_2
tcomp__deflatedata_8c.html
acc107c5868ee319ab31775516a7b1008
(tsk_bool_t isStream, int z_level, int z_windowBits)
tcomp_deflatedata_t *
tcomp_deflatedata_create
tcomp__deflatedata_8c.html
a613938dc503712a88a29682f1b3332d3
(tsk_bool_t isStream)
tsk_bool_t
tcomp_deflatedata_isStateful
tcomp__deflatedata_8c.html
a6f6fa6262b170743244a1905866e7a49
(tcomp_deflatedata_t *deflatedata)
const tsk_object_def_t *
tcomp_deflatedata_def_t
tcomp__deflatedata_8c.html
ae43e14c938ca02c0945e781d71943e6c
tcomp_deflatedata.ghost.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__deflatedata_8ghost_8c
tcomp_deflatedata.h
#define
GHOST_CB_START_INDEX
tcomp__deflatedata_8ghost_8c.html
af61dd76b0f070596ff477fa5fb11ff95
#define
GHOST_DMS_INDEX
tcomp__deflatedata_8ghost_8c.html
aa0e73f1c8b5cc6579fe838c8f896bfe1
#define
GHOST_0x0005_INDEX
tcomp__deflatedata_8ghost_8c.html
a1361b59108a666ce5794c1fdcbf69cdd
#define
GHOST_CB_END_INDEX
tcomp__deflatedata_8ghost_8c.html
a438bef24bb5c09d4cf891a28e973378a
#define
GHOST_HASH_LEN_INDEX
tcomp__deflatedata_8ghost_8c.html
aaefce17480e56589a8bd181a4073cb0e
#define
GHOST_SMS_INDEX
tcomp__deflatedata_8ghost_8c.html
ad79d54e5e2d4e9e37b4d5ba2302edc0e
#define
GHOST_CPB_DMS_SMS_INDEX
tcomp__deflatedata_8ghost_8c.html
ad8b17d69112d417446dee27863e30350
#define
GHOST_VERSION_INDEX
tcomp__deflatedata_8ghost_8c.html
a8909b9553131b824cc647ae858eb0da0
#define
GHOST_BYTECODE1_SIZE
tcomp__deflatedata_8ghost_8c.html
adb3ba3e24b34c2226b1a867158733d68
#define
GHOST_STATE_ADDRESS
tcomp__deflatedata_8ghost_8c.html
aa3cb78c7b5d91c728d09c65fe9dd4d35
#define
GHOST_STATE_INSTRUCTION
tcomp__deflatedata_8ghost_8c.html
add6e53f528b0b7d81b7dbc774e173609
#define
GHOST_STATE_MIN_ACCESS_LEN
tcomp__deflatedata_8ghost_8c.html
a97b586450efa48aa8cd9f16a2d599b37
#define
GHOST_STATE_RETENTION_PRIORITY
tcomp__deflatedata_8ghost_8c.html
a4dfae63f9636d012a8b45851e8a971e8
#define
GHOSTVALUE_AT
tcomp__deflatedata_8ghost_8c.html
a2cdf0b5cd6985cf45e788e85f640386a
(position)
#define
GHOST_DICT_CODE_INDEX
tcomp__deflatedata_8ghost_8c.html
aae1d230748b69f7026584ec75e890296
#define
GHOST_DICT_WORDS_INDEX
tcomp__deflatedata_8ghost_8c.html
a7393f41cb8c02bfa84f55105cca5954c
#define
GHOST_FIXME2_INDEX
tcomp__deflatedata_8ghost_8c.html
a4dbfaf358c10a950c233f8c06cc68cc7
#define
GHOST_DEFLATE_BYTECODE_INDEX
tcomp__deflatedata_8ghost_8c.html
a56dbe0e0d362dd7fbdffea9758c19887
#define
GHOST_INPUT_INDEX
tcomp__deflatedata_8ghost_8c.html
addd836add0b7388c1c95dcf2dcd8d07e
#define
GHOSTVALUE_AT
tcomp__deflatedata_8ghost_8c.html
a2cdf0b5cd6985cf45e788e85f640386a
(position)
#define
ZBUFF_LEN
tcomp__deflatedata_8ghost_8c.html
a587b1133cca8e91689f275380d6310a0
void
tcomp_deflatedata_createGhost
tcomp__deflatedata_8ghost_8c.html
a685b9a7b997d9aeca3174530211711c7
(tcomp_deflatedata_t *deflatedata, uint16_t state_length, tcomp_params_t *params)
void
tcomp_deflatedata_ackGhost
tcomp__deflatedata_8ghost_8c.html
aadc5f39e93866e0cb2cd3b29bb99d12e
(tcomp_compressordata_t *data, const tcomp_buffer_handle_t *stateid)
void
tcomp_deflatedata_updateGhost
tcomp__deflatedata_8ghost_8c.html
a0c7dceae6a0f82652892d7d5c53da363
(tcomp_deflatedata_t *deflatedata, const uint8_t *input_ptr, tsk_size_t input_size)
uint32_t *
tcomp_deflatedata_getGhostCopyOffset
tcomp__deflatedata_8ghost_8c.html
acd4ef201aad5c16cc01703429e152509
(tcomp_deflatedata_t *deflatedata)
void
tcomp_deflatedata_freeGhostState
tcomp__deflatedata_8ghost_8c.html
a5706f951dba8f9b03a2bddfa24be5264
(tcomp_compressordata_t *data)
tcomp_deflatedata.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__deflatedata_8h
tinysigcomp_config.h
tcomp_params.h
tcomp_state.h
tcomp_compressordata.h
zlib.h
tcomp_deflateStream_s
tcomp_deflatedata_s
#define
USE_DICTS_FOR_COMPRESSION
tcomp__deflatedata_8h.html
adc85d4d5b991939e39bf3fcd2b41e0e5
#define
Z_DEFAULT_WINDOW_BITS
tcomp__deflatedata_8h.html
a3ffc2b8c8034c6e80474b0ad988a4ab6
#define
DEFLATE_DECOMPRESSION_PTR_INDEX
tcomp__deflatedata_8h.html
aecf738b0f582de9a6f93a0d807750040
#define
DEFLATE_UDVM_CIRCULAR_START_INDEX
tcomp__deflatedata_8h.html
a297a076f50ac3d10649b26b083b6a4d9
#define
DEFLATE_SIP_DICT_ONLY
tcomp__deflatedata_8h.html
a8a677017c1bf51b65dc49b541c46242c
#define
DEFLATE_PRES_DICT_ONLY
tcomp__deflatedata_8h.html
ab7869b22a284727e3bafa890de3f08f5
#define
DEFLATE_SIP_PRES_DICTS
tcomp__deflatedata_8h.html
a56e78baa3f167e1222521a92b5411470
#define
DEFLATE_NO_DICT
tcomp__deflatedata_8h.html
a7b3a9bb16609d4529913a50ccd1e8117
#define
DEFLATE_FIXME_DICT
tcomp__deflatedata_8h.html
a70b3741fac20f597294e67ec88c1ffd2
#define
DEFLATE_BYTECODE_DESTINATION_START
tcomp__deflatedata_8h.html
ac519f027665fcff17a6adcf26ce13e87
#define
DEFLATE_BYTECODE_DESTINATION_CODE
tcomp__deflatedata_8h.html
a1bfccabe5485ea3856fb661a360fcdcc
#define
DEFLATE_BYTECODE_LEN
tcomp__deflatedata_8h.html
a5301d24aea35ac0ae5b82c8b209e7c96
#define
DEFLATEDATA_DEFLATE_BYTECODE
tcomp__deflatedata_8h.html
a8ad70b4284af8f191f3e033784726a3c
struct tcomp_deflateStream_s
tcomp_deflateStream_t
tcomp__deflatedata_8h.html
afadd5ec8fe340558dde8db99700bcbab
struct tcomp_deflatedata_s
tcomp_deflatedata_t
tcomp__deflatedata_8h.html
a51603f0230b2555a35c740b64d95b7d7
tsk_bool_t
tcomp_deflateStream_end
tcomp__deflatedata_8h.html
a1bdeb3020a7e79ac2e0752c3c9048de9
(tcomp_deflateStream_t *stream)
tsk_bool_t
tcomp_deflateStream_copy
tcomp__deflatedata_8h.html
a807b1c81bc1f376a5464a6e8e13f766d
(tcomp_deflateStream_t *stream, tcomp_deflateStream_t *source)
tcomp_deflatedata_t *
tcomp_deflatedata_create
tcomp__deflatedata_8h.html
a613938dc503712a88a29682f1b3332d3
(tsk_bool_t isStream)
void
tcomp_deflatedata_freeGhostState
tcomp__deflatedata_8h.html
a84abeb10334414bf025282d103f56c3e
(tcomp_compressordata_t *deflatedata)
void
tcomp_deflatedata_ackGhost
tcomp__deflatedata_8h.html
a9ee70414f50b4c064e5502da176c7396
(tcomp_compressordata_t *deflatedata, const tcomp_buffer_handle_t *stateid)
void
tcomp_deflatedata_createGhost
tcomp__deflatedata_8h.html
a416082cf8161cfd26293df7273300e7e
(tcomp_deflatedata_t *deflatedata, uint16_t state_len, tcomp_params_t *params)
void
tcomp_deflatedata_updateGhost
tcomp__deflatedata_8h.html
a0c7dceae6a0f82652892d7d5c53da363
(tcomp_deflatedata_t *deflatedata, const uint8_t *input_ptr, tsk_size_t input_size)
uint32_t *
tcomp_deflatedata_getGhostCopyOffset
tcomp__deflatedata_8h.html
acd4ef201aad5c16cc01703429e152509
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zReset
tcomp__deflatedata_8h.html
a87d68a52cbaa9a6500d00dbfad52cf16
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zCompress
tcomp__deflatedata_8h.html
a38a642737f96d3f6bb81eb8025136d25
(tcomp_deflatedata_t *deflatedata, const void *in, tsk_size_t inLen, void *out, tsk_size_t *outLen, tsk_bool_t *stateChanged)
int
tcomp_deflatedata_zGetWindowBits
tcomp__deflatedata_8h.html
ac1db80d4be4336cd73f03ad7d0de84ec
(tcomp_deflatedata_t *deflatedata)
void
tcomp_deflatedata_zSetWindowBits
tcomp__deflatedata_8h.html
a0ad0c57a166fbf0700f2b4a0203b6581
(tcomp_deflatedata_t *deflatedata, int windowSize)
tsk_bool_t
tcomp_deflatedata_isStateful
tcomp__deflatedata_8h.html
a6f6fa6262b170743244a1905866e7a49
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zInit
tcomp__deflatedata_8h.html
a279cfe52515a1de61335c1c2b5f3a64a
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zUnInit
tcomp__deflatedata_8h.html
a20c3dbe17e832df89b6ed65a49a56ef4
(tcomp_deflatedata_t *deflatedata)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_deflatedata_def_t
tcomp__deflatedata_8h.html
a99d44b87f2fddf3a15186dd64b7da860
tcomp_deflatedata.zlib.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__deflatedata_8zlib_8c
tcomp_deflatedata.h
tsk_bool_t
tcomp_deflateStream_end
tcomp__deflatedata_8zlib_8c.html
a1bdeb3020a7e79ac2e0752c3c9048de9
(tcomp_deflateStream_t *stream)
tsk_bool_t
tcomp_deflateStream_copy
tcomp__deflatedata_8zlib_8c.html
a807b1c81bc1f376a5464a6e8e13f766d
(tcomp_deflateStream_t *stream, tcomp_deflateStream_t *source)
tsk_bool_t
tcomp_deflatedata_zInit
tcomp__deflatedata_8zlib_8c.html
a279cfe52515a1de61335c1c2b5f3a64a
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zUnInit
tcomp__deflatedata_8zlib_8c.html
a20c3dbe17e832df89b6ed65a49a56ef4
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zReset
tcomp__deflatedata_8zlib_8c.html
a87d68a52cbaa9a6500d00dbfad52cf16
(tcomp_deflatedata_t *deflatedata)
tsk_bool_t
tcomp_deflatedata_zCompress
tcomp__deflatedata_8zlib_8c.html
a38a642737f96d3f6bb81eb8025136d25
(tcomp_deflatedata_t *deflatedata, const void *in, tsk_size_t inLen, void *out, tsk_size_t *outLen, tsk_bool_t *stateChanged)
int
tcomp_deflatedata_zGetWindowBits
tcomp__deflatedata_8zlib_8c.html
ac1db80d4be4336cd73f03ad7d0de84ec
(tcomp_deflatedata_t *deflatedata)
void
tcomp_deflatedata_zSetWindowBits
tcomp__deflatedata_8zlib_8c.html
a0ad0c57a166fbf0700f2b4a0203b6581
(tcomp_deflatedata_t *deflatedata, int windowSize)
tcomp_dicts.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__dicts_8c
tcomp_dicts.h
tcomp_buffer.h
tcomp_rfc3485_dictionary_sip.h
tcomp_rfc5112_dictionary_presence.h
tcomp_dictionary_t *
tcomp_dicts_create_presence_dict
tcomp__dicts_8c.html
a252a72a1fd88d9e77ca46bdbe214be95
()
tcomp_dictionary_t *
tcomp_dicts_create_sip_dict
tcomp__dicts_8c.html
a1810e66603f634d79120eb9da1400c05
()
tcomp_dicts.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__dicts_8h
tinysigcomp_config.h
tcomp_state.h
TCOMP_BEGIN_DECLS tcomp_dictionary_t *
tcomp_dicts_create_presence_dict
tcomp__dicts_8h.html
af8882efbf74466dba5054791cdbefc8b
()
tcomp_dictionary_t *
tcomp_dicts_create_sip_dict
tcomp__dicts_8h.html
a1810e66603f634d79120eb9da1400c05
()
tcomp_headers_index.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__headers__index_8h
#define
TCOMP_UDVM_HEADER_UDVM_MEMORY_SIZE_INDEX
tcomp__headers__index_8h.html
abf894a2433372417a5c7a0efdfbd1480
#define
TCOMP_UDVM_HEADER_CYCLES_PER_BIT_INDEX
tcomp__headers__index_8h.html
a38cd1a41feaf84267fd1465126c48037
#define
TCOMP_UDVM_HEADER_SIGCOMP_VERSION_INDEX
tcomp__headers__index_8h.html
af7b0bf249f78db457bc9533990706a6d
#define
TCOMP_UDVM_HEADER_PARTIAL_STATE_ID_LENGTH_INDEX
tcomp__headers__index_8h.html
a1f45d23641e4a86d78fbf1a915c62bf1
#define
TCOMP_UDVM_HEADER_STATE_LENGTH_INDEX
tcomp__headers__index_8h.html
ab110c964556fb631d3bbf083ff646cd1
#define
TCOMP_UDVM_HEADER_RESERVED_INDEX
tcomp__headers__index_8h.html
abdec1536990849d8cc41c21ca7b02304
#define
TCOMP_UDVM_HEADER_BYTE_COPY_LEFT_INDEX
tcomp__headers__index_8h.html
ab63df45b63d7806ffd038bf04b9f6d17
#define
TCOMP_UDVM_HEADER_BYTE_COPY_RIGHT_INDEX
tcomp__headers__index_8h.html
af5b2a6c77994d109361982281ad0291d
#define
TCOMP_UDVM_HEADER_INPUT_BIT_ORDER_INDEX
tcomp__headers__index_8h.html
a6de42eba0b2b39a807587b94380558e1
#define
TCOMP_UDVM_HEADER_STACK_LOCATION_INDEX
tcomp__headers__index_8h.html
a81e96e7c20757d40ddfad35eeef1a64f
tcomp_instructions.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__instructions_8h
#define
TCOMP_UDVM_INST__DECOMPRESSION_FAILURE
tcomp__instructions_8h.html
a87890ef162bb7da42999de8b1a72fca3
#define
TCOMP_UDVM_INST__AND
tcomp__instructions_8h.html
a27a17cdb472ce8e876387431f73ca656
#define
TCOMP_UDVM_INST__OR
tcomp__instructions_8h.html
a00a24090e81502dbb3d4ee509d8302e6
#define
TCOMP_UDVM_INST__NOT
tcomp__instructions_8h.html
afdcaf9184d7aa4b98de6bd10f199add5
#define
TCOMP_UDVM_INST__LSHIFT
tcomp__instructions_8h.html
a64d3e419cb78210ede1d0b7bbd9623ee
#define
TCOMP_UDVM_INST__RSHIFT
tcomp__instructions_8h.html
a3ffa5903dceacc4f09715cb930e02e09
#define
TCOMP_UDVM_INST__ADD
tcomp__instructions_8h.html
ab8ae80ceba9ef28562ca3f2bffbea1a8
#define
TCOMP_UDVM_INST__SUBTRACT
tcomp__instructions_8h.html
a6db9d9fe9eed72dfdfce6a79810fac35
#define
TCOMP_UDVM_INST__MULTIPLY
tcomp__instructions_8h.html
a1bcaa1fbb2b217cf397ba6d09c1582bc
#define
TCOMP_UDVM_INST__DIVIDE
tcomp__instructions_8h.html
a2b693d9c2ab15facf911738ca9bed972
#define
TCOMP_UDVM_INST__REMAINDER
tcomp__instructions_8h.html
a8e39b4c47a3d72e0893e1d493db88ca1
#define
TCOMP_UDVM_INST__SORT_ASCENDING
tcomp__instructions_8h.html
ac907e45ab8fe6ff439df738d6cb684f2
#define
TCOMP_UDVM_INST__SORT_DESCENDING
tcomp__instructions_8h.html
ac7b53c7dcce4a218c7a2561d7f74c091
#define
TCOMP_UDVM_INST__SHA_1
tcomp__instructions_8h.html
aeebaac7790287b4ca2c7c6437a3756af
#define
TCOMP_UDVM_INST__LOAD
tcomp__instructions_8h.html
a1c880ec11b24aaf59298dd70dc5d5f89
#define
TCOMP_UDVM_INST__MULTILOAD
tcomp__instructions_8h.html
a34380db329ac1d5d549d6eb30b08ee18
#define
TCOMP_UDVM_INST__PUSH
tcomp__instructions_8h.html
a07241036c93c177f20013d2393e1671f
#define
TCOMP_UDVM_INST__POP
tcomp__instructions_8h.html
a7a714f6c0bdbc646d4c922ed6652e2f0
#define
TCOMP_UDVM_INST__COPY
tcomp__instructions_8h.html
a8abff2a63e3a52f58de1f56a47299599
#define
TCOMP_UDVM_INST__COPY_LITERAL
tcomp__instructions_8h.html
a136de87e16c30224139398d073b5bb7f
#define
TCOMP_UDVM_INST__COPY_OFFSET
tcomp__instructions_8h.html
a5f3ebdfe6019b02af70be90a4a2775f3
#define
TCOMP_UDVM_INST__MEMSET
tcomp__instructions_8h.html
afc29b053d19c8ae01b856027b5f81445
#define
TCOMP_UDVM_INST__JUMP
tcomp__instructions_8h.html
ae87e9b20f08e39fd00061ef631950d70
#define
TCOMP_UDVM_INST__COMPARE
tcomp__instructions_8h.html
aeb39a13beb297b6bf0e68698fc365086
#define
TCOMP_UDVM_INST__CALL
tcomp__instructions_8h.html
a784926453fbb97c8c32eff977c373785
#define
TCOMP_UDVM_INST__RETURN
tcomp__instructions_8h.html
af516a83772c6aa1bf49fe0f3333eebc5
#define
TCOMP_UDVM_INST__SWITCH
tcomp__instructions_8h.html
ad94373cd714f35ca82d5a0e1aeddd86b
#define
TCOMP_UDVM_INST__CRC
tcomp__instructions_8h.html
abc6c90cbd81d69f0ff19ab7eec62e22e
#define
TCOMP_UDVM_INST__INPUT_BYTES
tcomp__instructions_8h.html
a35d4e22f76b18c463f0f1a3a47c36c65
#define
TCOMP_UDVM_INST__INPUT_BITS
tcomp__instructions_8h.html
a0d83ae2bad089ac7183a83796cb98606
#define
TCOMP_UDVM_INST__INPUT_HUFFMAN
tcomp__instructions_8h.html
a4d446dcafd6b3abf66e61cc3a16f94e6
#define
TCOMP_UDVM_INST__STATE_ACCESS
tcomp__instructions_8h.html
ac4bc989b264267efc3075e76b6d69fa1
#define
TCOMP_UDVM_INST__STATE_CREATE
tcomp__instructions_8h.html
a3fe3316151b39751baa3beb780654763
#define
TCOMP_UDVM_INST__STATE_FREE
tcomp__instructions_8h.html
a0ca162ec138dc61d67d25ae029c18505
#define
TCOMP_UDVM_INST__OUTPUT
tcomp__instructions_8h.html
ab85ecc3de9b346085c55964af528c2f3
#define
TCOMP_UDVM_INST__END_MESSAGE
tcomp__instructions_8h.html
a9d8a67afca5cd30b9141865525df3cc1
tcomp_manager.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__manager_8c
tcomp_manager.h
tcomp_compressordisp.h
tcomp_decompressordisp.h
tcomp_statehandler.h
tcomp_manager_s
#define
MAX_DMS
tcomp__manager_8c.html
a10acc378faf5282b218afbf5ab398074
#define
MAX_SMS
tcomp__manager_8c.html
ae490c67aa3f2d2ea3e4febda1bceea4d
#define
MAX_CPB
tcomp__manager_8c.html
a593b66191765907a760012dd7c1cfb90
struct tcomp_manager_s
tcomp_manager_t
tcomp__manager_8c.html
a2fdb922c98c0aa355479d03e8378ba61
tcomp_manager_handle_t *
tcomp_manager_create
tcomp__manager_8c.html
a0a40ece41efdc3a5a8594a1b62cea56a
()
tsk_size_t
tcomp_manager_compress
group__tcomp__manager__group.html
ga5760b64e23e067e209a18a8480688493
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t output_size, tsk_bool_t stream)
tsk_size_t
tcomp_manager_decompress
group__tcomp__manager__group.html
ga821375d468c0baa3581a6d19ecb76c2f
(tcomp_manager_handle_t *handle, const void *input_ptr, tsk_size_t input_size, tcomp_result_t *lpResult)
tsk_size_t
tcomp_manager_getNextStreamMessage
group__tcomp__manager__group.html
gac075422d0661cad2559083e6a700b78f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
void
tcomp_manager_provideCompartmentId
group__tcomp__manager__group.html
gaaa9bcc86de2877a1fd8070154985d83f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
void
tcomp_manager_closeCompartment
group__tcomp__manager__group.html
gad7a281742f5bde5ce1f7a25071f38944
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize)
int
tcomp_manager_setDecompression_Memory_Size
group__tcomp__manager__group.html
gac19567fc1105a2c6e6458354f95b61d1
(tcomp_manager_handle_t *handle, uint32_t dms)
int
tcomp_manager_setState_Memory_Size
group__tcomp__manager__group.html
gabc8ca6c18fe8574f2d87380c68d5b6a5
(tcomp_manager_handle_t *handle, uint32_t sms)
int
tcomp_manager_setCycles_Per_Bit
group__tcomp__manager__group.html
ga8b5db5469830967d9fe3bedbe07425ef
(tcomp_manager_handle_t *handle, uint8_t cpb)
int
tcomp_manager_setSigComp_Version
group__tcomp__manager__group.html
gad98c7dc09af9202e928a4754fc30f257
(tcomp_manager_handle_t *handle, uint8_t version)
int
tcomp_manager_addCompressor
group__tcomp__manager__group.html
ga4da0272938736caa99f328aea5fd7b21
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
int
tcomp_manager_removeCompressor
group__tcomp__manager__group.html
gac8f21e909564d587f73e1402d07eb453
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
int
tcomp_manager_addSipSdpDictionary
group__tcomp__manager__group.html
ga8e18b881be5fcfb412fb71fdaeb82e58
(tcomp_manager_handle_t *handle)
int
tcomp_manager_addPresenceDictionary
group__tcomp__manager__group.html
ga6093219506324383c563ae8f4caece46
(tcomp_manager_handle_t *handle)
const tsk_object_def_t *
tcomp_manager_def_t
tcomp__manager_8c.html
ae27284b8b16fc1ba5ee706bedf9ad7c6
tcomp_manager.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__manager_8h
tinysigcomp_config.h
tcomp_result.h
tcomp_compressor.h
#define
tcomp_manager_compressUDP
tcomp__manager_8h.html
a570970dc506d989d79071a7c2f5e07c4
(handle, compartmentId, compartmentIdSize, input_ptr, input_size, output_ptr, output_size)
#define
tcomp_manager_compressTCP
tcomp__manager_8h.html
ab619ca0e78051260d92fabce070350b2
(handle, compartmentId, compartmentIdSize, input_ptr, input_size, output_ptr, output_size)
#define
tcomp_manager_compressSCTP
tcomp__manager_8h.html
a0036702a43866b46d1916c42ebfc1a81
TINYSIGCOMP_API tcomp_manager_handle_t *
tcomp_manager_create
tcomp__manager_8h.html
a86df1206e8a33b741a2aca708449ad53
()
TINYSIGCOMP_API tsk_size_t
tcomp_manager_compress
group__tcomp__manager__group.html
ga5760b64e23e067e209a18a8480688493
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t output_size, tsk_bool_t stream)
TINYSIGCOMP_API tsk_size_t
tcomp_manager_decompress
group__tcomp__manager__group.html
ga821375d468c0baa3581a6d19ecb76c2f
(tcomp_manager_handle_t *handle, const void *input_ptr, tsk_size_t input_size, tcomp_result_t *lpResult)
TINYSIGCOMP_API tsk_size_t
tcomp_manager_getNextStreamMessage
group__tcomp__manager__group.html
gac075422d0661cad2559083e6a700b78f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
TINYSIGCOMP_API void
tcomp_manager_provideCompartmentId
group__tcomp__manager__group.html
gaaa9bcc86de2877a1fd8070154985d83f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
TINYSIGCOMP_API void
tcomp_manager_closeCompartment
group__tcomp__manager__group.html
gad7a281742f5bde5ce1f7a25071f38944
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize)
TINYSIGCOMP_API int
tcomp_manager_setDecompression_Memory_Size
group__tcomp__manager__group.html
gac19567fc1105a2c6e6458354f95b61d1
(tcomp_manager_handle_t *handle, uint32_t dms)
TINYSIGCOMP_API int
tcomp_manager_setState_Memory_Size
group__tcomp__manager__group.html
gabc8ca6c18fe8574f2d87380c68d5b6a5
(tcomp_manager_handle_t *handle, uint32_t sms)
TINYSIGCOMP_API int
tcomp_manager_setCycles_Per_Bit
group__tcomp__manager__group.html
ga8b5db5469830967d9fe3bedbe07425ef
(tcomp_manager_handle_t *handle, uint8_t cpb)
TINYSIGCOMP_API int
tcomp_manager_setSigComp_Version
group__tcomp__manager__group.html
gad98c7dc09af9202e928a4754fc30f257
(tcomp_manager_handle_t *handle, uint8_t version)
TINYSIGCOMP_API int
tcomp_manager_addCompressor
group__tcomp__manager__group.html
ga4da0272938736caa99f328aea5fd7b21
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
TINYSIGCOMP_API int
tcomp_manager_removeCompressor
group__tcomp__manager__group.html
gac8f21e909564d587f73e1402d07eb453
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
TINYSIGCOMP_API int
tcomp_manager_addSipSdpDictionary
group__tcomp__manager__group.html
ga8e18b881be5fcfb412fb71fdaeb82e58
(tcomp_manager_handle_t *handle)
TINYSIGCOMP_API int
tcomp_manager_addPresenceDictionary
group__tcomp__manager__group.html
ga6093219506324383c563ae8f4caece46
(tcomp_manager_handle_t *handle)
TCOMP_BEGIN_DECLS typedef void
tcomp_manager_handle_t
tcomp__manager_8h.html
aa64cf234c2c21da1dee31e1379b6927a
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_manager_def_t
tcomp__manager_8h.html
a8560164a3e44ab1834bd769b469b99af
tcomp_message.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__message_8c
tcomp_message.h
#define
MIN_LEN
tcomp__message_8c.html
aa69f8dba9add1a52ce3cf7bcfafcfda0
#define
HEADER_GET_LEN
tcomp__message_8c.html
a4921bb648bbd9a43c57c0253aa1245aa
(message)
#define
HEADER_GET_T
tcomp__message_8c.html
a400ebf84dd990a146672f23703e7e929
(message)
#define
HEADER_IS_VALID
tcomp__message_8c.html
af39b225d6159e5dae8e7e87e26b0d59f
(message)
#define
HEADER_GET_DEST_VALUE
tcomp__message_8c.html
a7bbced8470292d5082f874e1eb2deefc
(destination)
#define
HEADER_GET_STATE_LENGTH
tcomp__message_8c.html
a00a05d029bd609d85057149244d367de
(length)
tcomp_message_t *
tcomp_message_create
tcomp__message_8c.html
af26d2b9d3125210beed8323fce43953b
(const void *input_ptr, tsk_size_t input_size, tsk_bool_t stream)
void
initFeedbackItem
tcomp__message_8c.html
a3e63e4c08ae337e106f4287534c4ab3d
(tcomp_message_t *message, uint8_t **start_ptr)
void
initStateId
tcomp__message_8c.html
a0285ac7ac39e094b4f8ca95e78683774
(tcomp_message_t *message, uint8_t **start_ptr, uint8_t state_len)
void
initStateful
tcomp__message_8c.html
a2a3548b1d814d6a0ebceac5322ffd124
(tcomp_message_t *message, uint8_t **start_ptr, uint8_t *end_ptr)
void
initStateless
tcomp__message_8c.html
a150b495ddba63a17a67750ef84724a66
(tcomp_message_t *message, uint8_t **start_ptr, uint8_t *end_ptr)
void
initNack
tcomp__message_8c.html
a7266ef0e2119275eed84d10a75eb5e3e
(tcomp_message_t *message, uint8_t **start_ptr, uint8_t *end_ptr)
const tsk_object_def_t *
tcomp_message_def_t
tcomp__message_8c.html
a07e24e80145c143d56ae9b2b1d8752a0
tcomp_message.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__message_8h
tinysigcomp_config.h
tcomp_buffer.h
tcomp_nackinfo.h
tcomp_message_s
TCOMP_BEGIN_DECLS struct tcomp_message_s
tcomp_message_t
tcomp__message_8h.html
a5b830f1437c6fa70288a90f2b45f7603
tcomp_message_t *
tcomp_message_create
tcomp__message_8h.html
af26d2b9d3125210beed8323fce43953b
(const void *input_ptr, tsk_size_t input_size, tsk_bool_t stream)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_message_def_t
tcomp__message_8h.html
aac047410ea3d49e2b2734895872b5ff3
tcomp_nack_codes.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__nack__codes_8h
#define
NACK_STATE_NOT_FOUND
tcomp__nack__codes_8h.html
a132d6009341781111040a2ff44eca186
#define
NACK_CYCLES_EXHAUSTED
tcomp__nack__codes_8h.html
a12de9059500da9cdc50dded34e429ccf
#define
NACK_USER_REQUESTED
tcomp__nack__codes_8h.html
a9ce6e9b059b8a30ba43d1eea343fe4dc
#define
NACK_SEGFAULT
tcomp__nack__codes_8h.html
aca772e3713b6b18347505558c6c23578
#define
NACK_TOO_MANY_STATE_REQUESTS
tcomp__nack__codes_8h.html
a47ef11a53de6f61f0620faafbae181db
#define
NACK_INVALID_STATE_ID_LENGTH
tcomp__nack__codes_8h.html
a07817a5622f000dec7c65b5b5e9c9f66
#define
NACK_INVALID_STATE_PRIORITY
tcomp__nack__codes_8h.html
acaa79bcea57de39f556720dec4672ba6
#define
NACK_OUTPUT_OVERFLOW
tcomp__nack__codes_8h.html
a441cda20cade4376bb125245fb12356a
#define
NACK_STACK_UNDERFLOW
tcomp__nack__codes_8h.html
a02a4cbf10336792a107dc442f4e4c136
#define
NACK_BAD_INPUT_BITORDER
tcomp__nack__codes_8h.html
af516c66cb1d615f1e9e6f7ed8505e096
#define
NACK_DIV_BY_ZERO
tcomp__nack__codes_8h.html
acdb06f37c8d5e1ec55fa8b6079b0a02b
#define
NACK_SWITCH_VALUE_TOO_HIGH
tcomp__nack__codes_8h.html
a2ae7fb183dfa36b2199bc24d9e415d27
#define
NACK_TOO_MANY_BITS_REQUESTED
tcomp__nack__codes_8h.html
a795c409a358eee9b6b9f4683c5e60e8d
#define
NACK_INVALID_OPERAND
tcomp__nack__codes_8h.html
af115710c2db389d60caa817920aff076
#define
NACK_HUFFMAN_NO_MATCH
tcomp__nack__codes_8h.html
a43b660ff844d06fef8ec56d1ccce3fe1
#define
NACK_MESSAGE_TOO_SHORT
tcomp__nack__codes_8h.html
ac0a1f67963f89adab0198d9309a38cc7
#define
NACK_INVALID_CODE_LOCATION
tcomp__nack__codes_8h.html
af731179ac19a8910ecd232a48a1a5b2c
#define
NACK_BYTECODES_TOO_LARGE
tcomp__nack__codes_8h.html
a63be220eddfc73fe58bb7fb10a843601
#define
NACK_INVALID_OPCODE
tcomp__nack__codes_8h.html
a51f8e2f525b1f894239a3413cabacc47
#define
NACK_INVALID_STATE_PROBE
tcomp__nack__codes_8h.html
ae957d38af5fe3b8ba8d7161a08f7ded7
#define
NACK_ID_NOT_UNIQUE
tcomp__nack__codes_8h.html
aa2b88c2a62edd1dc21a3ff5e8ea169ae
#define
NACK_MULTILOAD_OVERWRITTEN
tcomp__nack__codes_8h.html
aef41697967b938070221a24b966ac5cf
#define
NACK_STATE_TOO_SHORT
tcomp__nack__codes_8h.html
a160ac42931b810b56de01aab88abf5a7
#define
NACK_INTERNAL_ERROR
tcomp__nack__codes_8h.html
a065b44c6b3f81d9bae36bffcb0f2a281
#define
NACK_FRAMING_ERROR
tcomp__nack__codes_8h.html
aedc7714f5968c6499ebb8916ad4e2d2b
tcomp_nackinfo.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__nackinfo_8c
tcomp_nackinfo.h
tcomp_nackinfo_t *
tcomp_nackinfo_create
tcomp__nackinfo_8c.html
a15aeba0ea0ff51dfbcdf3425161980de
()
const tsk_object_def_t *
tcomp_nackinfo_def_t
tcomp__nackinfo_8c.html
a03d15007180cb15e356f06663a80d1fd
tcomp_nackinfo.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__nackinfo_8h
tinysigcomp_config.h
tcomp_buffer.h
tcomp_nackinfo_s
TCOMP_BEGIN_DECLS struct tcomp_nackinfo_s
tcomp_nackinfo_t
tcomp__nackinfo_8h.html
a5e4c47adb9df673b58c56dfe100d421f
tcomp_nackinfo_t *
tcomp_nackinfo_create
tcomp__nackinfo_8h.html
a15aeba0ea0ff51dfbcdf3425161980de
()
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_nackinfo_def_t
tcomp__nackinfo_8h.html
a02525ad190981cd6558e1cbd8f23f011
tcomp_operands.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__operands_8h
#define
UDVM_OPERAND__LITERAL
tcomp__operands_8h.html
a6736d29fc06229e081898fd9947d2afb
#define
UDVM_OPERAND__REFERENCE
tcomp__operands_8h.html
a9ccda951c305c748e532b1c015d9a7fd
#define
UDVM_OPERAND__MULTITYPE
tcomp__operands_8h.html
a4364310bc0f39292cebd64c53a465030
#define
UDVM_OPERAND__ADDRESS
tcomp__operands_8h.html
a0bab53a3ef7427a869a258e39a3a0f44
tcomp_params.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__params_8c
tcomp_params.h
tcomp_params_t *
tcomp_params_create
tcomp__params_8c.html
aff79a390a86e82736c90ec7ddc8ef7c9
()
tsk_bool_t
tcomp_params_hasCpbDmsSms
tcomp__params_8c.html
ace18c1d1e6806a82d6b158b46f52cecd
(tcomp_params_t *params)
void
tcomp_params_setCpbCode
tcomp__params_8c.html
a87c3e1ad7e61f83516de439c8a186fc2
(tcomp_params_t *params, uint8_t cpbCode)
int
tcomp_params_setCpbValue
tcomp__params_8c.html
a81af4bc5d519490c717c741ab23480ce
(tcomp_params_t *params, uint8_t cpbValue)
void
tcomp_params_setDmsCode
tcomp__params_8c.html
a2acf1afd3d2e8359cbcbc771791e002b
(tcomp_params_t *params, uint8_t dmsCode)
int
tcomp_params_setDmsValue
tcomp__params_8c.html
a738f4e766ee0a8590623934563a9f03f
(tcomp_params_t *params, uint32_t dmsValue)
void
tcomp_params_setSmsCode
tcomp__params_8c.html
aa3b641a96b532be62f6d0d33d1ef673f
(tcomp_params_t *params, uint8_t smsCode)
int
tcomp_params_setSmsValue
tcomp__params_8c.html
a4e2638b63b326c87cd420b5339246620
(tcomp_params_t *params, uint32_t smsValue)
uint16_t
tcomp_params_getParameters
tcomp__params_8c.html
a636c5177d93ba294666f5dbaf34c7eb9
(tcomp_params_t *params)
void
tcomp_params_setParameters
tcomp__params_8c.html
a08f982ab89d188f14fa91746e01019ca
(tcomp_params_t *params, uint16_t sigCompParameters)
void
tcomp_params_reset
tcomp__params_8c.html
a283700e42a675ffd9ee4debf31ddab49
(tcomp_params_t *params)
const tsk_object_def_t *
tcomp_params_def_t
tcomp__params_8c.html
a9226f7f4b7cc832652edf20fd8ee7966
tcomp_params.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__params_8h
tinysigcomp_config.h
tcomp_types.h
tcomp_params_s
TCOMP_BEGIN_DECLS struct tcomp_params_s
tcomp_params_t
tcomp__params_8h.html
a52cddb2c0e03536034bb1b5ac879bf9b
tcomp_params_t *
tcomp_params_create
tcomp__params_8h.html
aff79a390a86e82736c90ec7ddc8ef7c9
()
tsk_bool_t
tcomp_params_hasCpbDmsSms
tcomp__params_8h.html
ac51d8dcb90bf338377f9475215b5ada7
(tcomp_params_t *)
void
tcomp_params_setCpbCode
tcomp__params_8h.html
acd7851a904ac910ad85647c365287162
(tcomp_params_t *, uint8_t _cpbCode)
int
tcomp_params_setCpbValue
tcomp__params_8h.html
ab8061cf4c8ea6aa7c10a06e95faa74b7
(tcomp_params_t *, uint8_t _cpbValue)
void
tcomp_params_setDmsCode
tcomp__params_8h.html
a1d5891be3add4a0027e5e106f7b25b01
(tcomp_params_t *, uint8_t _dmsCode)
int
tcomp_params_setDmsValue
tcomp__params_8h.html
aaad79730b8375681195cc0fec83f92b9
(tcomp_params_t *, uint32_t _dmsValue)
void
tcomp_params_setSmsCode
tcomp__params_8h.html
a19edf4c10c8e772f158865e36b0fcd57
(tcomp_params_t *, uint8_t _smsCode)
int
tcomp_params_setSmsValue
tcomp__params_8h.html
a068f841b1d144c6ee8a4c723f42f8285
(tcomp_params_t *, uint32_t _smsValue)
uint16_t
tcomp_params_getParameters
tcomp__params_8h.html
add392eb935355e8d7a14c5974087a052
(tcomp_params_t *)
void
tcomp_params_setParameters
tcomp__params_8h.html
ab65938f2959229825dc6b9a6f45282bf
(tcomp_params_t *, uint16_t sigCompParameters)
void
tcomp_params_reset
tcomp__params_8h.html
ac06b28bfef8e088704a4f789f91117d1
(tcomp_params_t *)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_params_def_t
tcomp__params_8h.html
a3600f7ce67b12c71981e3544c89828eb
tcomp_reqfeed.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__reqfeed_8c
tcomp_reqfeed.h
tcomp_buffer.h
tcomp_reqfeed_t *
tcomp_reqfeed_create
tcomp__reqfeed_8c.html
aa42a159dddace38dd8ac5f3c1ee62653
()
void
tcomp_reqfeed_reset
tcomp__reqfeed_8c.html
a6dee2bd65e673c13673a8d3d58eac0c2
(tcomp_reqfeed_t *feedback)
const tsk_object_def_t *
tcomp_reqfeed_def_t
tcomp__reqfeed_8c.html
aab91e963c2a0c9364106a93d616d574c
tcomp_reqfeed.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__reqfeed_8h
tinysigcomp_config.h
tcomp_buffer.h
tcomp_reqfeed_s
TCOMP_BEGIN_DECLS struct tcomp_reqfeed_s
tcomp_reqfeed_t
tcomp__reqfeed_8h.html
ad58d4c79312b5df8e65938b5797a9d8a
tcomp_reqfeed_t *
tcomp_reqfeed_create
tcomp__reqfeed_8h.html
aa42a159dddace38dd8ac5f3c1ee62653
()
void
tcomp_reqfeed_reset
tcomp__reqfeed_8h.html
ae376cd64cdad8d81ef03e57a5a149346
(tcomp_reqfeed_t *)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_reqfeed_def_t
tcomp__reqfeed_8h.html
ae1b641281723464ea33c07c917cd0352
tcomp_result.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__result_8c
tcomp_result.h
tcomp_result_t *
tcomp_result_create
tcomp__result_8c.html
a75b4f33c065c8a33bff2884a603f30b2
()
tcomp_tempstate_to_free_t *
tcomp_tempstate_to_free_create
tcomp__result_8c.html
a0595a1b80463b9ba61c9b4c756ff8cfc
()
void
_tcomp_result_reset
tcomp__result_8c.html
ae25b615864914c068829dedac9768661
(tcomp_result_t *result, tsk_bool_t isDestructor, tsk_bool_t isResetOutput)
void
tcomp_result_setOutputBuffer
tcomp__result_8c.html
a4cd1aeca4164979683ae0b316da7c59f
(tcomp_result_t *result, void *output_ptr, tsk_size_t output_size, tsk_bool_t isStream, uint64_t streamId)
void
tcomp_result_setCompartmentId
tcomp__result_8c.html
abd157db3d43502310150ac5ba8cbafd1
(tcomp_result_t *result, const void *id, tsk_size_t len)
void
tcomp_result_addTempStateToCreate
tcomp__result_8c.html
a4fb2e9f9d04f140435ce7a4863ec972e
(tcomp_result_t *result, tcomp_state_t *lpState)
uint8_t
tcomp_result_getTempStatesToCreateSize
tcomp__result_8c.html
a30558503dcf2f741715a3d25502866d2
(const tcomp_result_t *result)
void
tcomp_result_addTempStateToFree
tcomp__result_8c.html
a49a90ce9760b500e40dee74760e2c59b
(tcomp_result_t *result, tcomp_tempstate_to_free_t *lpDesc)
uint8_t
tcomp_result_getTempStatesToFreeSize
tcomp__result_8c.html
a76ee9b657de6b5384bc9b47c17bafa96
(const tcomp_result_t *result)
const tsk_object_def_t *
tcomp_result_def_t
tcomp__result_8c.html
a3818667591ab0a590b7881bf0a793042
const tsk_object_def_t *
tcomp_tempstate_to_free_def_t
tcomp__result_8c.html
aaaa7af0f2d5c7821d28103e6fd49cd44
tcomp_result.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__result_8h
tinysigcomp_config.h
tcomp_state.h
tcomp_reqfeed.h
tcomp_params.h
tcomp_buffer.h
tcomp_tempstate_to_free_s
tcomp_result_s
#define
MAX_TEMP_SATES
tcomp__result_8h.html
aac492d4225f8ee67192a144defd3f00e
#define
tcomp_result_reset
tcomp__result_8h.html
a059ee5d3c8e030734fba4cd2ff80d9e5
(result)
#define
tcomp_result_setOutputUDPBuffer
tcomp__result_8h.html
ae29d72c3b8a2e72b1f753bf78e4fb83a
(result, output_ptr, output_size)
#define
tcomp_result_setOutputTCPBuffer
tcomp__result_8h.html
a2d2b3608d8cdbbfd9b0fff7c85d9c04c
(result, output_ptr, output_size, streamId)
#define
tcomp_result_setOutputSCTPBuffer
tcomp__result_8h.html
adea3ef453be58d89425b37213a234e15
(result, output_ptr, output_size)
struct tcomp_tempstate_to_free_s
tcomp_tempstate_to_free_t
tcomp__result_8h.html
ab2631fa5e7686e230adfcc7316b22f16
struct tcomp_result_s
tcomp_result_t
tcomp__result_8h.html
a82894c74b022fc398e00ddfea27f7b27
TINYSIGCOMP_API tcomp_result_t *
tcomp_result_create
tcomp__result_8h.html
a70e8b8c9e34d7320be8a0d927d65037d
()
tcomp_tempstate_to_free_t *
tcomp_tempstate_to_free_create
tcomp__result_8h.html
a0595a1b80463b9ba61c9b4c756ff8cfc
()
void
_tcomp_result_reset
tcomp__result_8h.html
a8a62f531a26334f397679729b754f1aa
(tcomp_result_t *result, int isDestructor, int isResetOutput)
TINYSIGCOMP_API void
tcomp_result_setOutputBuffer
tcomp__result_8h.html
ac78b2a60778579be64188d753f34cd8f
(tcomp_result_t *result, void *output_ptr, tsk_size_t output_size, tsk_bool_t isStream, uint64_t streamId)
TINYSIGCOMP_API void
tcomp_result_setCompartmentId
tcomp__result_8h.html
a830d13abdb0fd5c862aae953c365471b
(tcomp_result_t *result, const void *id, tsk_size_t len)
void
tcomp_result_addTempStateToCreate
tcomp__result_8h.html
a4fb2e9f9d04f140435ce7a4863ec972e
(tcomp_result_t *result, tcomp_state_t *lpState)
uint8_t
tcomp_result_getTempStatesToCreateSize
tcomp__result_8h.html
a30558503dcf2f741715a3d25502866d2
(const tcomp_result_t *result)
void
tcomp_result_addTempStateToFree
tcomp__result_8h.html
a49a90ce9760b500e40dee74760e2c59b
(tcomp_result_t *result, tcomp_tempstate_to_free_t *lpDesc)
uint8_t
tcomp_result_getTempStatesToFreeSize
tcomp__result_8h.html
a76ee9b657de6b5384bc9b47c17bafa96
(const tcomp_result_t *result)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_tempstate_to_free_def_t
tcomp__result_8h.html
ae5134c3378c12c8958abc01627e5dac6
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_result_def_t
tcomp__result_8h.html
aed43d77f3b1024e3b8f2f2621a6aac9c
tcomp_rfc3485_dictionary_sip.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__rfc3485__dictionary__sip_8h
#define
RFC3485_DICTIONARY_SIP_VALUE_LENGTH
tcomp__rfc3485__dictionary__sip_8h.html
a46e6c1833a325b412f1b90d9d3cff42f
#define
RFC3485_DICTIONARY_SIP_STATE_ADDRESS
tcomp__rfc3485__dictionary__sip_8h.html
ae789106efa08941eee61853b1b895e1d
#define
RFC3485_DICTIONARY_SIP_STATE_INSTRUCTION
tcomp__rfc3485__dictionary__sip_8h.html
a9b51704ff3f8bad008f4946276859c7b
#define
RFC3485_DICTIONARY_SIP_MINIMUM_ACCESS_LENGTH
tcomp__rfc3485__dictionary__sip_8h.html
aec7741538222b69014f4943c368d6452
#define
RFC3485_DICTIONARY_SIP_IDENTIFIER_LENGTH
tcomp__rfc3485__dictionary__sip_8h.html
add0319732919cb3200aa30c9c9761b1e
#define
RFC3485_DICTIONARY_SIP_IDENTIFIER
tcomp__rfc3485__dictionary__sip_8h.html
a1d974cbbdbfccaf0ca462557cbff48fe
#define
RFC3485_DICTIONARY_SIP_VALUE
tcomp__rfc3485__dictionary__sip_8h.html
afd9f736f60d149d4f6c7b6fe658415dd
tcomp_rfc5049_sip.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__rfc5049__sip_8h
#define
SIP_RFC5049_DECOMPRESSION_MEMORY_SIZE
tcomp__rfc5049__sip_8h.html
afea228c70438633401ce75af876c204b
#define
SIP_RFC5049_STATE_MEMORY_SIZE
tcomp__rfc5049__sip_8h.html
ac46426f92491fd0f3ec4ab081c692620
#define
SIP_RFC5049_CYCLES_PER_BIT
tcomp__rfc5049__sip_8h.html
a6b85c26b54ca1af4e56dc8060f905a91
#define
SIP_RFC5049_SIGCOMP_VERSION
tcomp__rfc5049__sip_8h.html
a2a7c63da9d90ca86d8c5240246d8d5a1
tcomp_rfc5112_dictionary_presence.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__rfc5112__dictionary__presence_8h
#define
RFC5112_DICTIONARY_PRESENCE_VALUE_LENGTH
tcomp__rfc5112__dictionary__presence_8h.html
a416058ff6652546d05c7f3474bebb9e7
#define
RFC5112_DICTIONARY_PRESENCE_STATE_ADDRESS
tcomp__rfc5112__dictionary__presence_8h.html
aff4f353ba71c9a524f06b16c1791d55f
#define
RFC5112_DICTIONARY_PRESENCE_STATE_INSTRUCTION
tcomp__rfc5112__dictionary__presence_8h.html
aa38255635e19a159e4d3bbdfa45e2903
#define
RFC5112_DICTIONARY_PRESENCE_MINIMUM_ACCESS_LENGTH
tcomp__rfc5112__dictionary__presence_8h.html
ad1a4dda419eeb89b26fd7f4bd843d920
#define
RFC5112_DICTIONARY_PRESENCE_IDENTIFIER_LENGTH
tcomp__rfc5112__dictionary__presence_8h.html
afe38ec4bf3e263e04138502ccacbddd6
#define
RFC5112_DICTIONARY_PRESENCE_IDENTIFIER
tcomp__rfc5112__dictionary__presence_8h.html
a68b9a76e5d681e316a61acb216a13027
#define
RFC5112_DICTIONARY_PRESENCE_VALUE
tcomp__rfc5112__dictionary__presence_8h.html
af209ef460fd56bfddd2c961b8636d948
tcomp_state.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__state_8c
tcomp_state.h
tcomp_state_t *
tcomp_state_create
tcomp__state_8c.html
ab1d9b808b98cc614722e1b9f05c11aba
(uint16_t length, uint16_t address, uint16_t instruction, uint16_t minimum_access_length, uint16_t retention_priority)
int
tcomp_state_equals
tcomp__state_8c.html
a3d3fd6c9177e3b1eb636c659d003bf79
(const tcomp_state_t *state1, const tcomp_state_t *state2)
void
tcomp_state_makeValid
tcomp__state_8c.html
a03e88223cd551855cec74d9d52846aec
(tcomp_state_t *state)
const tsk_object_def_t *
tcomp_state_def_t
tcomp__state_8c.html
a1c5967de31ecec8879549467ef3a18bb
tcomp_state.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__state_8h
tinysigcomp_config.h
tcomp_buffer.h
tcomp_state_s
#define
TCOMP_PARTIAL_ID_LEN_CODE
tcomp__state_8h.html
aee3d499dc9e1ff74689cc26ae06a0b15
#define
TCOMP_PARTIAL_ID_LEN_VALUE
tcomp__state_8h.html
a5f3ebc3b848b5430dbdfb91a4e3e39cd
#define
TCOMP_GET_STATE_SIZE
tcomp__state_8h.html
ae43ac0c95eed7ad26bebf7d6bef9c889
(state)
struct tcomp_state_s
tcomp_state_t
tcomp__state_8h.html
a67df0787edba76e7ab0814bb350e7f77
tcomp_state_t
tcomp_dictionary_t
tcomp__state_8h.html
ab386576fd112e3d2faa72357ec0402fb
tcomp_state_t *
tcomp_state_create
tcomp__state_8h.html
ab1d9b808b98cc614722e1b9f05c11aba
(uint16_t length, uint16_t address, uint16_t instruction, uint16_t minimum_access_length, uint16_t retention_priority)
int
tcomp_state_equals
tcomp__state_8h.html
a3d3fd6c9177e3b1eb636c659d003bf79
(const tcomp_state_t *state1, const tcomp_state_t *state2)
void
tcomp_state_makeValid
tcomp__state_8h.html
aa2181d1c22e09ed60a4d0afdb5716615
(tcomp_state_t *)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_state_def_t
tcomp__state_8h.html
acd942cf8e1e7ebbd2ff9cada79e0e627
tcomp_statehandler.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__statehandler_8c
tcomp_statehandler.h
tcomp_rfc5049_sip.h
tcomp_nack_codes.h
tcomp_dicts.h
tcomp_udvm.h
tcomp_statehandler_t *
tcomp_statehandler_create
tcomp__statehandler_8c.html
aba10fe6bff0862b9f3064901cfe10a46
()
tcomp_compartment_t *
tcomp_statehandler_getCompartment
tcomp__statehandler_8c.html
a797699092db01a2f4db2f2f260053746
(const tcomp_statehandler_t *statehandler, uint64_t id)
void
tcomp_statehandler_deleteCompartment
tcomp__statehandler_8c.html
a5800845e0c96c2f1be8b3f415a7537d8
(tcomp_statehandler_t *statehandler, uint64_t id)
tsk_bool_t
tcomp_statehandler_compartmentExist
tcomp__statehandler_8c.html
a39aac43417c1c111a74679a118a58cba
(tcomp_statehandler_t *statehandler, uint64_t id)
uint16_t
tcomp_statehandler_findState
tcomp__statehandler_8c.html
a73c0a026931ce0b721e1dc28943cf186
(tcomp_statehandler_t *statehandler, const tcomp_buffer_handle_t *partial_identifier, tcomp_state_t **lpState)
void
tcomp_statehandler_handleResult
tcomp__statehandler_8c.html
a3c3b5ef6aada3d28e6f095f9de5c56d1
(tcomp_statehandler_t *statehandler, tcomp_result_t **lpResult)
tsk_bool_t
tcomp_statehandler_handleNack
tcomp__statehandler_8c.html
a5ad50cd29378cf5e0412913a5b28aead
(tcomp_statehandler_t *statehandler, const tcomp_nackinfo_t *nackinfo)
int
tcomp_statehandler_addSipSdpDictionary
tcomp__statehandler_8c.html
a6c37d108c757397a4d45b26012d7da7c
(tcomp_statehandler_t *statehandler)
int
tcomp_statehandler_addPresenceDictionary
tcomp__statehandler_8c.html
af8f13459ff48ebc861124c087d40bd7b
(tcomp_statehandler_t *statehandler)
const tsk_object_def_t *
tcomp_statehandler_def_t
tcomp__statehandler_8c.html
a824d0d2dee7bf65b58b11882fb3c2ad0
tcomp_statehandler.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__statehandler_8h
tinysigcomp_config.h
tcomp_types.h
tcomp_params.h
tcomp_nackinfo.h
tcomp_result.h
tcomp_buffer.h
tcomp_compartment.h
tcomp_state.h
tcomp_statehandler_s
TCOMP_BEGIN_DECLS struct tcomp_statehandler_s
tcomp_statehandler_t
tcomp__statehandler_8h.html
acbeadf12b871d633340f8db0d4bab6b9
tcomp_statehandler_t *
tcomp_statehandler_create
tcomp__statehandler_8h.html
aba10fe6bff0862b9f3064901cfe10a46
()
tcomp_compartment_t *
tcomp_statehandler_getCompartment
tcomp__statehandler_8h.html
a797699092db01a2f4db2f2f260053746
(const tcomp_statehandler_t *statehandler, uint64_t id)
void
tcomp_statehandler_deleteCompartment
tcomp__statehandler_8h.html
a5800845e0c96c2f1be8b3f415a7537d8
(tcomp_statehandler_t *statehandler, uint64_t id)
tsk_bool_t
tcomp_statehandler_compartmentExist
tcomp__statehandler_8h.html
a39aac43417c1c111a74679a118a58cba
(tcomp_statehandler_t *statehandler, uint64_t id)
uint16_t
tcomp_statehandler_findState
tcomp__statehandler_8h.html
a73c0a026931ce0b721e1dc28943cf186
(tcomp_statehandler_t *statehandler, const tcomp_buffer_handle_t *partial_identifier, tcomp_state_t **lpState)
void
tcomp_statehandler_handleResult
tcomp__statehandler_8h.html
a3c3b5ef6aada3d28e6f095f9de5c56d1
(tcomp_statehandler_t *statehandler, tcomp_result_t **lpResult)
tsk_bool_t
tcomp_statehandler_handleNack
tcomp__statehandler_8h.html
a28e289f7334f2b4541f20f9bb9f217cb
(tcomp_statehandler_t *statehandler, const tcomp_nackinfo_t *)
int
tcomp_statehandler_addSipSdpDictionary
tcomp__statehandler_8h.html
a6c37d108c757397a4d45b26012d7da7c
(tcomp_statehandler_t *statehandler)
int
tcomp_statehandler_addPresenceDictionary
tcomp__statehandler_8h.html
af8f13459ff48ebc861124c087d40bd7b
(tcomp_statehandler_t *statehandler)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_statehandler_def_t
tcomp__statehandler_8h.html
a1f7c842c3c935a11555a7b5b550b9a04
tcomp_types.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__types_8h
tsk_list_t
tcomp_states_L_t
tcomp__types_8h.html
ac33ce77066e58224e9fb6cc906f0b882
tsk_list_t
tcomp_dictionaries_L_t
tcomp__types_8h.html
ab08d4225211c6ff4181d4edbb3ff5a51
tsk_list_t
tcomp_compartments_L_t
tcomp__types_8h.html
a60f2876ffe7c49071a549062dca38f9f
tsk_list_t
tcomp_stream_buffer_L_t
tcomp__types_8h.html
a57014d6cc41fd5ede1999c7260f8156b
TCOMP_BEGIN_DECLS typedef tsk_list_t
tcomp_buffers_L_t
tcomp__types_8h.html
a527910dae1c173fcb2209bfc3a032d93
tcomp_udvm.bytecopy.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8bytecopy_8c
tcomp_udvm.h
#define
TCOMP_UDVM_MEMORY_REGISTERS_PTR
tcomp__udvm_8bytecopy_8c.html
a61a91f9f6e2ce5e778dd238243704b87
int
tcomp_udvm_bytecopy_self
tcomp__udvm_8bytecopy_8c.html
a7105b1d9f78119c8f98335bc9fab46e5
(tcomp_udvm_t *udvm, uint16_t *destination, uint16_t source, uint16_t tsk_size_tocopy)
int
tcomp_udvm_bytecopy_to
tcomp__udvm_8bytecopy_8c.html
a6d635123e7327e51fc053467668f89da
(tcomp_udvm_t *udvm, uint16_t destination, const uint8_t *source, uint16_t tsk_size_tocopy)
int
tcomp_udvm_bytecopy_from
tcomp__udvm_8bytecopy_8c.html
aa4424706a97d3b07ce20c447d6b7512a
(tcomp_udvm_t *udvm, uint8_t *destination, uint16_t source, uint16_t tsk_size_tocopy)
tcomp_udvm.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8c
tcomp_udvm.h
#define
TCOMP_UDVM_HEADER_RESERVED_SIZE
tcomp__udvm_8c.html
a4b56d9e243e2bf97293429a64d250454
tcomp_udvm_t *
tcomp_udvm_create
tcomp__udvm_8c.html
a16df46fa6fa56dc28b12c3c3d2c7f4bd
(tcomp_message_t *_sigCompMessage, tcomp_statehandler_t *stateHandler, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_udvm_decompress
tcomp__udvm_8c.html
a02b9bb3cf2d898d80a37eab23cc24c31
(tcomp_udvm_t *udvm)
const tsk_object_def_t *
tcomp_udvm_def_t
tcomp__udvm_8c.html
af00e8ac0e2de8a88b47db6c6ce183ed7
tcomp_udvm.h
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8h
tinysigcomp_config.h
tcomp_message.h
tcomp_result.h
tcomp_nack_codes.h
tcomp_statehandler.h
tcomp_instructions.h
tcomp_udvm_s
#define
TCOMP_UDVM_SET_2BYTES_VAL
tcomp__udvm_8h.html
adb9b204c8be94eeba4976b43e28fa508
(position, value)
#define
TCOMP_UDVM_GET_2BYTES_VAL
tcomp__udvm_8h.html
abc0f3fc7d0eb8eada7ca448e8d45374b
(position)
#define
TCOMP_UDVM_DEBUG_PRINT
tcomp__udvm_8h.html
a5032ec60358f97e2c6c28025e9c1bc10
(size)
#define
TCOMP_UDVM_GET_SIZE
tcomp__udvm_8h.html
a7bf31af34af1e2ada0514173e59b2bf8
()
#define
TCOMP_UDVM_GET_BUFFER
tcomp__udvm_8h.html
ab30dc9d6a107a65876a4ea16a8fa9de5
()
#define
TCOMP_UDVM_GET_BUFFER_AT
tcomp__udvm_8h.html
af784d748dab947aab792481b4b24bb13
(position)
#define
tcomp_udvm_createNackInfo2
tcomp__udvm_8h.html
abd366e5f7766aefe241b3a03a1baa2d8
(udvm, reasonCode)
#define
tcomp_udvm_createNackInfo3
tcomp__udvm_8h.html
ac232aae773eb94b7c1789912b17dc0fe
(udvm, reasonCode, lpDetails)
#define
TCOMP_UDVM_EXEC_INST__PUSH2
tcomp__udvm_8h.html
af332769e4abbe65f37848ff4ff6657a3
(udvm)
#define
TCOMP_UDVM_EXEC_INST__POP2
tcomp__udvm_8h.html
af2cbccff0846a365d0c3f7c2618c3519
(udvm)
#define
TCOMP_UDVM_EXEC_INST__JUMP2
tcomp__udvm_8h.html
a2169ba3289879baf5639ed677df5f3e4
(udvm)
struct tcomp_udvm_s
tcomp_udvm_t
tcomp__udvm_8h.html
a81a140165274fcf18781e1e0550d6ce1
tcomp_udvm_t *
tcomp_udvm_create
tcomp__udvm_8h.html
a16df46fa6fa56dc28b12c3c3d2c7f4bd
(tcomp_message_t *_sigCompMessage, tcomp_statehandler_t *stateHandler, tcomp_result_t *lpResult)
tsk_bool_t
tcomp_udvm_decompress
tcomp__udvm_8h.html
a02b9bb3cf2d898d80a37eab23cc24c31
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_literal_param
tcomp__udvm_8h.html
aba3b7b5e835a6b0b94d1e7431fdc9721
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_reference_param
tcomp__udvm_8h.html
af8457bd036ee98ae3eb88194b7e99a81
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_multitype_param
tcomp__udvm_8h.html
a28aa1c73369d612a37aadb899f1c40ce
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_address_param
tcomp__udvm_8h.html
a9127af6e5fed8885a8423e8aca9c9d8c
(tcomp_udvm_t *udvm, uint16_t memory_address_of_instruction)
int
tcomp_udvm_bytecopy_self
tcomp__udvm_8h.html
a7105b1d9f78119c8f98335bc9fab46e5
(tcomp_udvm_t *udvm, uint16_t *destination, uint16_t source, uint16_t tsk_size_tocopy)
int
tcomp_udvm_bytecopy_to
tcomp__udvm_8h.html
a6d635123e7327e51fc053467668f89da
(tcomp_udvm_t *udvm, uint16_t destination, const uint8_t *source, uint16_t tsk_size_tocopy)
int
tcomp_udvm_bytecopy_from
tcomp__udvm_8h.html
aa4424706a97d3b07ce20c447d6b7512a
(tcomp_udvm_t *udvm, uint8_t *destination, uint16_t source, uint16_t tsk_size_tocopy)
int
tcomp_udvm_byteCopy_TempStates
tcomp__udvm_8h.html
a4c7c5fef14331240f01333f65fa26d0c
(tcomp_udvm_t *udvm)
int
tcomp_udvm_createTempState
tcomp__udvm_8h.html
a201b466c9f6fdd801b95d85217f28616
(tcomp_udvm_t *udvm, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority, int end_msg)
void
tcomp_udvm_createNackInfo
tcomp__udvm_8h.html
aa3bdee3985967a5386d64edf78e418fb
(tcomp_udvm_t *udvm, uint8_t reasonCode, tcomp_buffer_handle_t *lpDetails, int16_t memory_address_of_instruction)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__DECOMPRESSION_FAILURE
tcomp__udvm_8h.html
a180ab76639971685afcd85b1a10babac
(tcomp_udvm_t *udvm)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__AND
tcomp__udvm_8h.html
a7648d6e68144c12bb243a34fd267f56e
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__OR
tcomp__udvm_8h.html
ab4da42951faf649460335e6886742852
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__NOT
tcomp__udvm_8h.html
acdcf12c69913e80cf161395ecc4a33dd
(tcomp_udvm_t *udvm, uint16_t operand_1)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__LSHIFT
tcomp__udvm_8h.html
aba3e450e86a072d53ce906b5ea41f97f
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__RSHIFT
tcomp__udvm_8h.html
a86538de0deb2b2dc310913919d380b4b
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__ADD
tcomp__udvm_8h.html
a3899de24f5a3dea0f3796917e0d83676
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SUBTRACT
tcomp__udvm_8h.html
ac133aab55e2826b388af11fc8a84e964
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MULTIPLY
tcomp__udvm_8h.html
a992361183a482a98374152a74f023752
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__DIVIDE
tcomp__udvm_8h.html
a18dcd9621e72255eb23f48a3762d9a20
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__REMAINDER
tcomp__udvm_8h.html
a6501f4e5ac88d2313261dc20527d9365
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SORT_ASCENDING
tcomp__udvm_8h.html
a0e4ecc7b1d6c800e0e39f6bd3b341162
(tcomp_udvm_t *udvm, uint16_t start, uint16_t n, uint16_t k)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SORT_DESCENDING
tcomp__udvm_8h.html
ae1a039751a45ea6724d4c67763894df6
(tcomp_udvm_t *udvm, uint16_t start, uint16_t n, uint16_t k)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SHA_1
tcomp__udvm_8h.html
a34da436d0a62982ecc8e5ef01dea79da
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__LOAD
tcomp__udvm_8h.html
aff253dc2b735dc84f0a99ce9d3d52a9b
(tcomp_udvm_t *udvm, uint16_t address, uint16_t value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MULTILOAD
tcomp__udvm_8h.html
afcd6abbc82e6f26ce30e85a08b48eb0b
(tcomp_udvm_t *udvm, uint16_t address, uint16_t n)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__PUSH
tcomp__udvm_8h.html
a87c852814a930fd041c7cfd3e6860def
(tcomp_udvm_t *udvm, int16_t value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__POP
tcomp__udvm_8h.html
a12d539688e57b4c2d557b15a8c91da19
(tcomp_udvm_t *udvm, uint16_t *value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY
tcomp__udvm_8h.html
a6c838f51794fe192e8ebbea09eff8c58
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY_LITERAL
tcomp__udvm_8h.html
a4179a80e7d1d8f24c2321326e24d2cd5
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY_OFFSET
tcomp__udvm_8h.html
a6c9526e3f681b45e5a3613628cb57bfd
(tcomp_udvm_t *udvm, uint16_t offset, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MEMSET
tcomp__udvm_8h.html
a32f882639d587723a0f580c6e0688a3c
(tcomp_udvm_t *udvm, uint16_t address, uint16_t length, uint16_t start_value, uint16_t offset)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__JUMP
tcomp__udvm_8h.html
a238b31bc4cf045aa805fa8f7f4a2825c
(tcomp_udvm_t *udvm, int16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COMPARE
tcomp__udvm_8h.html
aa30109fa08fcff9efc60ffbac386d580
(tcomp_udvm_t *udvm, uint16_t value_1, uint16_t value_2, uint16_t address_1, uint16_t address_2, uint16_t address_3)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__CALL
tcomp__udvm_8h.html
ab29b849f7f4fe1d6bbb690732b943284
(tcomp_udvm_t *udvm, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__RETURN
tcomp__udvm_8h.html
a86006ae64fdd37c8149f0fd3b12035cc
(tcomp_udvm_t *udvm)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SWITCH
tcomp__udvm_8h.html
ae6af049d3325ec85c50496b7ba443ff3
(tcomp_udvm_t *udvm, uint16_t n, uint16_t j)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__CRC
tcomp__udvm_8h.html
ad71e921644a616fc8c8ea4bb939f0029
(tcomp_udvm_t *udvm, uint16_t value, uint16_t position, uint16_t length, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_BYTES
tcomp__udvm_8h.html
a1687f0bee1f33eb024d61289af9d485b
(tcomp_udvm_t *udvm, uint16_t length, uint16_t destination, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_BITS
tcomp__udvm_8h.html
a63a6dea457a13925869b30338f867285
(tcomp_udvm_t *udvm, uint16_t length, uint16_t destination, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_HUFFMAN
tcomp__udvm_8h.html
ab157ab26ab4a822aa64b04e9c2ea562f
(tcomp_udvm_t *udvm, uint16_t destination, uint16_t address, uint16_t n)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_ACCESS
tcomp__udvm_8h.html
ada10a2b2a97b0c5345a01f9c3c3ffa22
(tcomp_udvm_t *udvm, uint16_t partial_identifier_start, uint16_t partial_identifier_length, uint16_t state_begin, uint16_t state_length, uint16_t state_address, uint16_t state_instruction)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_CREATE
tcomp__udvm_8h.html
a5997c6bb91c7d21a1fa75c8d6c531c96
(tcomp_udvm_t *udvm, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_FREE
tcomp__udvm_8h.html
a53169151997ac68e1fa04a491f8ab703
(tcomp_udvm_t *udvm, uint16_t partial_identifier_start, uint16_t partial_identifier_length)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__OUTPUT
tcomp__udvm_8h.html
aff3958d7201fa9c46cb5ca48a2181a39
(tcomp_udvm_t *udvm, uint16_t output_start, uint16_t output_length)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__END_MESSAGE
tcomp__udvm_8h.html
aec57780e7fade6291b3baeb867471f7b
(tcomp_udvm_t *udvm, uint16_t requested_feedback_location, uint16_t returned_parameters_location, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority)
TINYSIGCOMP_GEXTERN const tsk_object_def_t *
tcomp_udvm_def_t
tcomp__udvm_8h.html
acd10495089ab209d659e9c240dc25a0a
tcomp_udvm.instructions.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8instructions_8c
tcomp_udvm.h
IndexValuePair_s
#define
F_BIT_MSB_TO_LSB
tcomp__udvm_8instructions_8c.html
a37bd4434265e0d4d32c34dc0bf1c0e74
#define
F_BIT_LSB_TO_MSB
tcomp__udvm_8instructions_8c.html
a7d2f1327f1e70b45cd57593731cad238
#define
H_BIT_MSB_TO_LSB
tcomp__udvm_8instructions_8c.html
a979a627a246411f6f43bf52c79c4d126
#define
H_BIT_LSB_TO_MSB
tcomp__udvm_8instructions_8c.html
a2a31b69aacaab5f8179b4b7bf10de238
#define
CEILLINGLOG2
tcomp__udvm_8instructions_8c.html
ac8ecaf840dd84f010e9d34d30af8beb7
(x)
#define
CONSUME_CYCLES
tcomp__udvm_8instructions_8c.html
aef3a50cd7dadc677353232158a907001
(cycles)
struct IndexValuePair_s
IndexValuePair_t
tcomp__udvm_8instructions_8c.html
a314ecebee88e0aee0cea83588efbb741
tsk_bool_t
TCOMP_UDVM_EXEC_INST__DECOMPRESSION_FAILURE
tcomp__udvm_8instructions_8c.html
a180ab76639971685afcd85b1a10babac
(tcomp_udvm_t *udvm)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__AND
tcomp__udvm_8instructions_8c.html
a7648d6e68144c12bb243a34fd267f56e
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__OR
tcomp__udvm_8instructions_8c.html
ab4da42951faf649460335e6886742852
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__NOT
tcomp__udvm_8instructions_8c.html
acdcf12c69913e80cf161395ecc4a33dd
(tcomp_udvm_t *udvm, uint16_t operand_1)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__LSHIFT
tcomp__udvm_8instructions_8c.html
aba3e450e86a072d53ce906b5ea41f97f
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__RSHIFT
tcomp__udvm_8instructions_8c.html
a86538de0deb2b2dc310913919d380b4b
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__ADD
tcomp__udvm_8instructions_8c.html
a3899de24f5a3dea0f3796917e0d83676
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SUBTRACT
tcomp__udvm_8instructions_8c.html
ac133aab55e2826b388af11fc8a84e964
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MULTIPLY
tcomp__udvm_8instructions_8c.html
a992361183a482a98374152a74f023752
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__DIVIDE
tcomp__udvm_8instructions_8c.html
a18dcd9621e72255eb23f48a3762d9a20
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__REMAINDER
tcomp__udvm_8instructions_8c.html
a6501f4e5ac88d2313261dc20527d9365
(tcomp_udvm_t *udvm, uint16_t operand_1, uint16_t operand_2)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SORT_ASCENDING
tcomp__udvm_8instructions_8c.html
a0e4ecc7b1d6c800e0e39f6bd3b341162
(tcomp_udvm_t *udvm, uint16_t start, uint16_t n, uint16_t k)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SORT_DESCENDING
tcomp__udvm_8instructions_8c.html
ae1a039751a45ea6724d4c67763894df6
(tcomp_udvm_t *udvm, uint16_t start, uint16_t n, uint16_t k)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SHA_1
tcomp__udvm_8instructions_8c.html
a34da436d0a62982ecc8e5ef01dea79da
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__LOAD
tcomp__udvm_8instructions_8c.html
aff253dc2b735dc84f0a99ce9d3d52a9b
(tcomp_udvm_t *udvm, uint16_t address, uint16_t value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MULTILOAD
tcomp__udvm_8instructions_8c.html
afcd6abbc82e6f26ce30e85a08b48eb0b
(tcomp_udvm_t *udvm, uint16_t address, uint16_t n)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__PUSH
tcomp__udvm_8instructions_8c.html
a87c852814a930fd041c7cfd3e6860def
(tcomp_udvm_t *udvm, int16_t value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__POP
tcomp__udvm_8instructions_8c.html
a12d539688e57b4c2d557b15a8c91da19
(tcomp_udvm_t *udvm, uint16_t *value)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY
tcomp__udvm_8instructions_8c.html
a6c838f51794fe192e8ebbea09eff8c58
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY_LITERAL
tcomp__udvm_8instructions_8c.html
a4179a80e7d1d8f24c2321326e24d2cd5
(tcomp_udvm_t *udvm, uint16_t position, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COPY_OFFSET
tcomp__udvm_8instructions_8c.html
a6c9526e3f681b45e5a3613628cb57bfd
(tcomp_udvm_t *udvm, uint16_t offset, uint16_t length, uint16_t destination)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__MEMSET
tcomp__udvm_8instructions_8c.html
a32f882639d587723a0f580c6e0688a3c
(tcomp_udvm_t *udvm, uint16_t address, uint16_t length, uint16_t start_value, uint16_t offset)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__JUMP
tcomp__udvm_8instructions_8c.html
a238b31bc4cf045aa805fa8f7f4a2825c
(tcomp_udvm_t *udvm, int16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__COMPARE
tcomp__udvm_8instructions_8c.html
aa30109fa08fcff9efc60ffbac386d580
(tcomp_udvm_t *udvm, uint16_t value_1, uint16_t value_2, uint16_t address_1, uint16_t address_2, uint16_t address_3)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__CALL
tcomp__udvm_8instructions_8c.html
ab29b849f7f4fe1d6bbb690732b943284
(tcomp_udvm_t *udvm, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__RETURN
tcomp__udvm_8instructions_8c.html
a86006ae64fdd37c8149f0fd3b12035cc
(tcomp_udvm_t *udvm)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__SWITCH
tcomp__udvm_8instructions_8c.html
ae6af049d3325ec85c50496b7ba443ff3
(tcomp_udvm_t *udvm, uint16_t n, uint16_t j)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__CRC
tcomp__udvm_8instructions_8c.html
ad71e921644a616fc8c8ea4bb939f0029
(tcomp_udvm_t *udvm, uint16_t value, uint16_t position, uint16_t length, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_BYTES
tcomp__udvm_8instructions_8c.html
a1687f0bee1f33eb024d61289af9d485b
(tcomp_udvm_t *udvm, uint16_t length, uint16_t destination, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_BITS
tcomp__udvm_8instructions_8c.html
a63a6dea457a13925869b30338f867285
(tcomp_udvm_t *udvm, uint16_t length, uint16_t destination, uint16_t address)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__INPUT_HUFFMAN
tcomp__udvm_8instructions_8c.html
ab157ab26ab4a822aa64b04e9c2ea562f
(tcomp_udvm_t *udvm, uint16_t destination, uint16_t address, uint16_t n)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_ACCESS
tcomp__udvm_8instructions_8c.html
ada10a2b2a97b0c5345a01f9c3c3ffa22
(tcomp_udvm_t *udvm, uint16_t partial_identifier_start, uint16_t partial_identifier_length, uint16_t state_begin, uint16_t state_length, uint16_t state_address, uint16_t state_instruction)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_CREATE
tcomp__udvm_8instructions_8c.html
a5997c6bb91c7d21a1fa75c8d6c531c96
(tcomp_udvm_t *udvm, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__STATE_FREE
tcomp__udvm_8instructions_8c.html
a53169151997ac68e1fa04a491f8ab703
(tcomp_udvm_t *udvm, uint16_t partial_identifier_start, uint16_t partial_identifier_length)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__OUTPUT
tcomp__udvm_8instructions_8c.html
aff3958d7201fa9c46cb5ca48a2181a39
(tcomp_udvm_t *udvm, uint16_t output_start, uint16_t output_length)
tsk_bool_t
TCOMP_UDVM_EXEC_INST__END_MESSAGE
tcomp__udvm_8instructions_8c.html
aec57780e7fade6291b3baeb867471f7b
(tcomp_udvm_t *udvm, uint16_t requested_feedback_location, uint16_t returned_parameters_location, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority)
tcomp_udvm.nack.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8nack_8c
tcomp_udvm.h
#define
NACK_HEADER_INDEX
tcomp__udvm_8nack_8c.html
a15ec29509a4a28ad21db5e2bc373e091
#define
NACK_VERSION_INDEX
tcomp__udvm_8nack_8c.html
af41d439880d0eee887dd37527348b6e1
#define
NACK_REASON_CODE_INDEX
tcomp__udvm_8nack_8c.html
a16f9f852d995a0197f36936dd62dd0a3
#define
NACK_OPCODE_INDEX
tcomp__udvm_8nack_8c.html
ae16d49f1dc390062a54a45670976dc2f
#define
NACK_PC_INDEX
tcomp__udvm_8nack_8c.html
a8db7152c921e099beea80560ae6f0ab2
#define
NACK_SHA1_INDEX
tcomp__udvm_8nack_8c.html
a0215f1bb730f208a9de8211ca6dc1f76
#define
NACK_DETAILS_INDEX
tcomp__udvm_8nack_8c.html
a5141e54ef81314259c1009aa1d0a3208
void
tcomp_udvm_createNackInfo
tcomp__udvm_8nack_8c.html
aa3bdee3985967a5386d64edf78e418fb
(tcomp_udvm_t *udvm, uint8_t reasonCode, tcomp_buffer_handle_t *lpDetails, int16_t memory_address_of_instruction)
tcomp_udvm.operands.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8operands_8c
tcomp_udvm.h
uint16_t
tcomp_udvm_opget_literal_param
tcomp__udvm_8operands_8c.html
aba3b7b5e835a6b0b94d1e7431fdc9721
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_reference_param
tcomp__udvm_8operands_8c.html
af8457bd036ee98ae3eb88194b7e99a81
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_multitype_param
tcomp__udvm_8operands_8c.html
a28aa1c73369d612a37aadb899f1c40ce
(tcomp_udvm_t *udvm)
uint16_t
tcomp_udvm_opget_address_param
tcomp__udvm_8operands_8c.html
a9127af6e5fed8885a8423e8aca9c9d8c
(tcomp_udvm_t *udvm, uint16_t memory_address_of_instruction)
tcomp_udvm.statemanagment.c
C:/Projects/Doubango/tinySIGCOMP/src/
tcomp__udvm_8statemanagment_8c
tcomp_udvm.h
int
tcomp_udvm_byteCopy_TempStates
tcomp__udvm_8statemanagment_8c.html
a4c7c5fef14331240f01333f65fa26d0c
(tcomp_udvm_t *udvm)
int
tcomp_udvm_createTempState
tcomp__udvm_8statemanagment_8c.html
a201b466c9f6fdd801b95d85217f28616
(tcomp_udvm_t *udvm, uint16_t state_length, uint16_t state_address, uint16_t state_instruction, uint16_t minimum_access_length, uint16_t state_retention_priority, int end_msg)
tinysigcomp_config.h
C:/Projects/Doubango/tinySIGCOMP/src/
tinysigcomp__config_8h
#define
TINYSIGCOMP_API
tinysigcomp__config_8h.html
a91f4e14a57c6fa32103d9f2724d7f7b8
#define
TINYSIGCOMP_GEXTERN
tinysigcomp__config_8h.html
af0b0a913503d1a7ccd5ea2d0b080b80c
#define
TCOMP_BEGIN_DECLS
tinysigcomp__config_8h.html
a8f9ace67902587dbb2d57ca365576af8
#define
TCOMP_END_DECLS
tinysigcomp__config_8h.html
a31258ce4dc26ff064422a1f004f89ef8
#define
FORCE_STATIC
tinysigcomp__config_8h.html
aff8ec2db7e49184b95d7bdc50523a308
#define
NO_GZIP
tinysigcomp__config_8h.html
a27b69f7a184c1d379f4b610518c17852
#define
NACK_VERSION
tinysigcomp__config_8h.html
aa3dd4ff77b198f4c85a9126eb19e0d79
#define
NACK_MAX_HISTORY_SIZE
tinysigcomp__config_8h.html
a272992e8952cd316ffac7e3810822e55
#define
USE_ONLY_ACKED_STATES
tinysigcomp__config_8h.html
a12ac66d9032d10004ec49c4b4d5e4383
trees.c
C:/Projects/Doubango/tinySIGCOMP/src/
trees_8c
deflate.h
static_tree_desc_s
#define
MAX_BL_BITS
trees_8c.html
a8f9fea0ddde71a75c6caf59ba993ca4e
#define
END_BLOCK
trees_8c.html
a1e33ae802796dae8694948b87ac62d61
#define
REP_3_6
trees_8c.html
a5d39bc5068c496733ec81b9d5543db40
#define
REPZ_3_10
trees_8c.html
a39f77126525d41c0155506e942365da8
#define
REPZ_11_138
trees_8c.html
a350267bb8ca6269fac9ba06057336788
#define
Buf_size
trees_8c.html
a0c0213b942f7535235cf515e8fe23bf9
#define
DIST_CODE_LEN
trees_8c.html
a368ebabef641e688c8f848e76b704500
#define
send_code
trees_8c.html
a46e5de3915e644d07a6ff571e7db7bfa
(s, c, tree)
#define
put_short
trees_8c.html
ae76cb23c4bc3d3f80e7a7917dd538c4e
(s, w)
#define
send_bits
trees_8c.html
aea5290b53438097651a8d1c7098aa5ef
(s, value, length)
#define
SMALLEST
trees_8c.html
ad14f32cbc4e0d9dfc99f6a3897ee4607
#define
pqremove
trees_8c.html
abf2ba789ae874d21ce278885758c4dcc
(s, tree, top)
#define
smaller
trees_8c.html
a78d1ce835d96eb110f23c580ad7fab7c
(tree, n, m, depth)
local void tr_static_init
OF
trees_8c.html
abe64a455dd65fe0a67e6321ee371fcd2
((void))
local void init_block
OF
trees_8c.html
af75a7af96f53e3152d3f50ca52a7853d
((deflate_state *s))
local void pqdownheap
OF
trees_8c.html
ab92e26169a5759daa001ec2e76a2643a
((deflate_state *s, ct_data *tree, int k))
local void gen_bitlen
OF
trees_8c.html
af9351d2c46b32565d5cf1e7bc1ef5141
((deflate_state *s, tree_desc *desc))
local void gen_codes
OF
trees_8c.html
a239c1b73bfca5de0e5bc1e16672baa96
((ct_data *tree, int max_code, ushf *bl_count))
local void scan_tree
OF
trees_8c.html
ad3c361cdfe3d2a57c27124471e633d72
((deflate_state *s, ct_data *tree, int max_code))
local void send_all_trees
OF
trees_8c.html
a6e8841ba44352e17c6d8d42fda0a58db
((deflate_state *s, int lcodes, int dcodes, int blcodes))
local void compress_block
OF
trees_8c.html
ac7450586e0f5715477279373e4020183
((deflate_state *s, ct_data *ltree, ct_data *dtree))
local unsigned bi_reverse
OF
trees_8c.html
a6ebe72dd3504aba5d2eef6d4465534f5
((unsigned value, int length))
local void copy_block
OF
trees_8c.html
a7872aa8a931e8bd1b0e34904bae32e16
((deflate_state *s, charf *buf, unsigned len, int header))
local void
tr_static_init
trees_8c.html
af0327179e9998353dddfef79251847d4
()
void
_tr_init
trees_8c.html
a339961134b155099c972524109f9119b
(deflate_state *s)
local void
init_block
trees_8c.html
ac5265fdf07ca6c4cc57769e2fb546d55
(deflate_state *s)
local void
pqdownheap
trees_8c.html
a44f0c568451fbfd68a418eaddea09982
(deflate_state *s, ct_data *tree, int k)
local void
gen_bitlen
trees_8c.html
a1ad07677feac279d0f161fea3891af92
(deflate_state *s, tree_desc *desc)
local void
gen_codes
trees_8c.html
a599e4c4281ef721bd56222d9f01dec7c
(ct_data *tree, int max_code, ushf *bl_count)
local void
build_tree
trees_8c.html
ae24585b9d3230020126f1c8ae8f240f9
(deflate_state *s, tree_desc *desc)
local void
scan_tree
trees_8c.html
a7a7678fb5fcf9024b76f5ce22abce082
(deflate_state *s, ct_data *tree, int max_code)
local void
send_tree
trees_8c.html
a66b34bd277c8c1de59110a448a55b467
(deflate_state *s, ct_data *tree, int max_code)
local int
build_bl_tree
trees_8c.html
aef05b1c8b7f7ef2902111a8f415ead66
(deflate_state *s)
local void
send_all_trees
trees_8c.html
a8e697cc571f3acaa017cbd15bc352fe5
(deflate_state *s, int lcodes, int dcodes, int blcodes)
void
_tr_stored_block
trees_8c.html
a9a6836d79cbfac6ba37a99d940201794
(deflate_state *s, charf *buf, ulg stored_len, int eof)
void
_tr_align
trees_8c.html
a728f046b1fdbb36085e368a92a0d6738
(deflate_state *s)
void
_tr_flush_block
trees_8c.html
a4dca532d73a1df8ac5af0cf3ae3b079b
(deflate_state *s, charf *buf, ulg stored_len, int eof)
int
_tr_tally
trees_8c.html
a3307d897f4939a67623f4f5120bd2ec2
(deflate_state *s, unsigned dist, unsigned lc)
local void
compress_block
trees_8c.html
a507733a2d56ecdb7b6d7b169f241d8ea
(deflate_state *s, ct_data *ltree, ct_data *dtree)
local void
set_data_type
trees_8c.html
a0a027841f3e3745808bcf5d05287385e
(deflate_state *s)
local unsigned
bi_reverse
trees_8c.html
ac59b08248ea9953b87f375717ab8524a
(unsigned code, int len)
local void
bi_flush
trees_8c.html
ab3b46873b1a7611ee2ca275cfd1c8f79
(deflate_state *s)
local void
bi_windup
trees_8c.html
a8532fd6b0e6cd8b6a633fe249ac4353c
(deflate_state *s)
local void
copy_block
trees_8c.html
a1f3d6aa6a0147df6a48af35bcb5719d6
(deflate_state *s, charf *buf, unsigned len, int header)
local const int
extra_lbits
trees_8c.html
a805b183476b3962fc40c42137cdea492
[LENGTH_CODES]
local const int
extra_dbits
trees_8c.html
a1b86eb7d51abdc18b72241d84013d548
[D_CODES]
local const int
extra_blbits
trees_8c.html
adcbeeb62f98f141503fc258c65b17204
[BL_CODES]
local const uch
bl_order
trees_8c.html
a719d14ec6023beb7ec40af2e05b5b453
[BL_CODES]
local ct_data
static_ltree
trees_8c.html
a4cd63132278f666b275275d6ba45cca3
[L_CODES+2]
local ct_data
static_dtree
trees_8c.html
a0ddc0ba781501da71ec8d54256819740
[D_CODES]
uch
_dist_code
trees_8c.html
a9e0f7ed4c0868ed23dd3093176fb6d5b
[DIST_CODE_LEN]
uch
_length_code
trees_8c.html
a970df3a5fad079dfda5bbc4cb6d11b42
[MAX_MATCH-MIN_MATCH+1]
local int
base_length
trees_8c.html
a8d04da861714d277b95e3b45f97f4e10
[LENGTH_CODES]
local int
base_dist
trees_8c.html
af61be67e8bcd86435b28d981d652a6ec
[D_CODES]
local static_tree_desc
static_l_desc
trees_8c.html
ad553480a12b19dfb3b08e200e19a1375
local static_tree_desc
static_d_desc
trees_8c.html
a716c27cf743b894c43da63a9f5e0b0c8
local static_tree_desc
static_bl_desc
trees_8c.html
a5a995d10bfad4ef5f1faaac496a8aa64
trees.h
C:/Projects/Doubango/tinySIGCOMP/src/
trees_8h
local const ct_data
static_ltree
trees_8h.html
a6768b3bbdf10808bdddd44b13349c5a2
[L_CODES+2]
local const ct_data
static_dtree
trees_8h.html
a32b77d04af5dc26c5312766355386cec
[D_CODES]
const uch
_dist_code
trees_8h.html
a4b07c410c27f6182d3b8404b3ae824c8
[DIST_CODE_LEN]
const uch
_length_code
trees_8h.html
a438c19d3b28bf2456a1876d3e4f02a00
[MAX_MATCH-MIN_MATCH+1]
local const int
base_length
trees_8h.html
ac443b72d29eda7b511a746eab5411199
[LENGTH_CODES]
local const int
base_dist
trees_8h.html
a8aa132d4ec076aeec45b2fe616ce9db9
[D_CODES]
zconf.h
C:/Projects/Doubango/tinySIGCOMP/src/
zconf_8h
tinysigcomp_config.h
#define
const
zconf_8h.html
a2c212835823e3c54a8ab6d95c652660e
#define
MAX_MEM_LEVEL
zconf_8h.html
a8e9fefb3d20386851ca693946127ab2e
#define
MAX_WBITS
zconf_8h.html
abd2f406ac1f9c49236376115d78ccb5b
#define
OF
zconf_8h.html
aa6c3c093d0900e1d96d07c91b53c1b5d
(args)
#define
ZEXTERN
zconf_8h.html
a49b7f5eccfcc99e53178581632bc9589
#define
ZEXPORT
zconf_8h.html
a181415878f03b95a7094309d824a14b6
#define
ZEXPORTVA
zconf_8h.html
af38d1853df635eee27f1a02f96457b22
#define
FAR
zconf_8h.html
aef060b3456fdcc093a7210a762d5f2ed
#define
SEEK_SET
zconf_8h.html
a0d112bae8fd35be772185b6ec6bcbe64
#define
SEEK_CUR
zconf_8h.html
a4c8d0b76b470ba65a43ca46a88320f39
#define
SEEK_END
zconf_8h.html
ad2a2e6c114780c3071efd24f16c7f7d8
#define
z_off_t
zconf_8h.html
a8cf4661a88ec12823d7cbdd3fa629eb0
unsigned char
Byte
zconf_8h.html
ae3a497195d617519e5353ea7b417940f
unsigned int
uInt
zconf_8h.html
a87d141052bcd5ec8a80812a565c70369
unsigned long
uLong
zconf_8h.html
acd2a5701a3aecf6700d2c66c606ecb40
Byte FAR
Bytef
zconf_8h.html
aeb722a888064be47e12d05f692e0f407
char FAR
charf
zconf_8h.html
a0f3f92a9c02f6f688bf081aabf230212
int FAR
intf
zconf_8h.html
aa857123283d7630b35e9b1d427dd6438
uInt FAR
uIntf
zconf_8h.html
adddbe74608d318334285e01f8a56fa5a
uLong FAR
uLongf
zconf_8h.html
a0426a5a0ed418ec4ae15af8281c64254
Byte const *
voidpc
zconf_8h.html
a7db54413d7060e4b57868c2b23c0ec1c
Byte FAR *
voidpf
zconf_8h.html
a04c731495379021454c8e61439dc88ec
Byte *
voidp
zconf_8h.html
aa3397ff439b5e076528b04bc9b8b086a
zlib.h
C:/Projects/Doubango/tinySIGCOMP/src/
zlib_8h
zconf.h
z_stream_s
gz_header_s
internal_state
#define
ZLIB_VERSION
zlib_8h.html
a51dc9dc65e483b3222c1f0f6a87eb76e
#define
ZLIB_VERNUM
zlib_8h.html
a6413cdfb4cdc0b5a09cf9b5f3f8f48ef
#define
Z_NO_FLUSH
zlib_8h.html
ac3b62e37b9922d9496014515acd6083a
#define
Z_PARTIAL_FLUSH
zlib_8h.html
adbd49089a5611593f05ac80c9e12cc7f
#define
Z_SYNC_FLUSH
zlib_8h.html
aa32ca175522e0ef314f4dc0b0196bada
#define
Z_FULL_FLUSH
zlib_8h.html
aed4fbb038c3973aacf52fccffbc44b53
#define
Z_FINISH
zlib_8h.html
a876a626ba14eb12eea4bbf6823b6ca50
#define
Z_BLOCK
zlib_8h.html
a73e5f4c24156c63ba863014396685062
#define
Z_OK
zlib_8h.html
a8cb802b6a11e926478dc6547c514c65c
#define
Z_STREAM_END
zlib_8h.html
a7d94a4a852228a899864a0053162e7a8
#define
Z_NEED_DICT
zlib_8h.html
a32916ba675b2d06463da2576b6a49d64
#define
Z_ERRNO
zlib_8h.html
a3c66d64c427c0337c64e578537478737
#define
Z_STREAM_ERROR
zlib_8h.html
aad97cde83a9a4bb77f5c3b03bb68e483
#define
Z_DATA_ERROR
zlib_8h.html
a9eda83d428a71752d148f38b5dbe04f2
#define
Z_MEM_ERROR
zlib_8h.html
ae2be6be871e377c6e2c25a7296ce320c
#define
Z_BUF_ERROR
zlib_8h.html
a425e2f0664e1b1f75bf2bffab88d353d
#define
Z_VERSION_ERROR
zlib_8h.html
a7634cdd55f955ee1be99c065c6977371
#define
Z_NO_COMPRESSION
zlib_8h.html
a496a4523776bcfa14568cd083b59f24c
#define
Z_BEST_SPEED
zlib_8h.html
ad5222ae19b77c6e83815d07ca5d03fd8
#define
Z_BEST_COMPRESSION
zlib_8h.html
a8db83edd9dea51f8cf0afd1727838b95
#define
Z_DEFAULT_COMPRESSION
zlib_8h.html
af5387baee05124298e431ebe6fe96b17
#define
Z_FILTERED
zlib_8h.html
af01ccb5a9db8d415cde987d9553ad200
#define
Z_HUFFMAN_ONLY
zlib_8h.html
a1eec3d3720ba91fd54fa08d2757c1785
#define
Z_RLE
zlib_8h.html
af52c1220e7193d2da78332d75f9251ea
#define
Z_FIXED
zlib_8h.html
aaa5c996fbc985d5ec43f99112c0ac4a6
#define
Z_DEFAULT_STRATEGY
zlib_8h.html
a580d7c2527e653ddd783109271750849
#define
Z_BINARY
zlib_8h.html
a2bfe22ed89d3553335d18a4c3cab67af
#define
Z_TEXT
zlib_8h.html
ac5c9021ac9271248094c6b93c61e1f02
#define
Z_ASCII
zlib_8h.html
a9a852d9163cdb10687403d4e79dda06e
#define
Z_UNKNOWN
zlib_8h.html
a4be54d9d68d40adb73f87492284cc290
#define
Z_DEFLATED
zlib_8h.html
a27a96226f3dc88e4743131c632adf32f
#define
Z_NULL
zlib_8h.html
ad15afa2776b41b2f4d8582dd152bd736
#define
zlib_version
zlib_8h.html
a1f228220c3e6935eb171761c61487059
#define
deflateInit
zlib_8h.html
ae7440c1c5a8becba6dbf410275dc0a5c
(strm, level)
#define
inflateInit
zlib_8h.html
ad7c6797b618699f70f61323c5184f26e
(strm)
#define
deflateInit2
zlib_8h.html
a59b575a521efe7ea0d3b9dd3c8d315c1
(strm, level, method, windowBits, memLevel, strategy)
#define
inflateInit2
zlib_8h.html
a611fc206e69f34e812ca8b590982fdd5
(strm, windowBits)
#define
inflateBackInit
zlib_8h.html
a9253571ea0fc77cc53c330c0411b8c19
(strm, windowBits, window)
voidpf alloc_func
OF
zlib_8h.html
a8614d49a5dd53697f4689073c0dbecbb
((voidpf opaque, uInt items, uInt size))
struct z_stream_s
z_stream
zlib_8h.html
afa60092f4e0b9bc4f23b41c6930463f0
z_stream FAR *
z_streamp
zlib_8h.html
a6ede25c84d3c9f8632305866acffb1d6
struct gz_header_s
gz_header
zlib_8h.html
a2c394ffb61e707fba3c6b1a36704b305
gz_header FAR *
gz_headerp
zlib_8h.html
a40e9dcc294796d99b25e98fb06477fc8
voidp
gzFile
zlib_8h.html
acd0143ddd532551631ecc7093fd7adfc
ZEXTERN const char *ZEXPORT zlibVersion
OF
zlib_8h.html
ab1bbaa8881cd84bb4d6c306e3a315241
((void))
ZEXTERN int ZEXPORT deflate
OF
zlib_8h.html
a2e6d9561156aac56578c2f1434dc2595
((z_streamp strm, int flush))
ZEXTERN int ZEXPORT deflateEnd
OF
zlib_8h.html
aaf595349427894f1dbaff9b509791256
((z_streamp strm))
ZEXTERN int ZEXPORT deflateSetDictionary
OF
zlib_8h.html
af4ceec9e4a1b0328f7bb73a6f423d2c0
((z_streamp strm, const Bytef *dictionary, uIntdictLength))
ZEXTERN int ZEXPORT deflateCopy
OF
zlib_8h.html
ae1a33ab7164b2fbab7683c4bea4c50c4
((z_streamp dest, z_streamp source))
ZEXTERN int ZEXPORT deflateParams
OF
zlib_8h.html
a35cdc947fd49a1bc22481945422bb97e
((z_streamp strm, int level, int strategy))
ZEXTERN int ZEXPORT deflateTune
OF
zlib_8h.html
a769be8bd85feda1b2dcb502abc010b23
((z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain))
ZEXTERN uLong ZEXPORT deflateBound
OF
zlib_8h.html
ab8bfcdd5ca05f2544694149a771644fa
((z_streamp strm, uLong sourceLen))
ZEXTERN int ZEXPORT deflatePrime
OF
zlib_8h.html
a4891be63c26cb4dc463c8b2fba7e5ae2
((z_streamp strm, int bits, int value))
ZEXTERN int ZEXPORT deflateSetHeader
OF
zlib_8h.html
a77ea653416e54d2d8415fecdcfd2472c
((z_streamp strm, gz_headerp head))
ZEXTERN int ZEXPORT inflateBack
OF
zlib_8h.html
a8df5cf36f8df181376ad722b2c13c8c2
((z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc))
ZEXTERN int ZEXPORT compress
OF
zlib_8h.html
a85df695aadb45de9c814f7a11f74705c
((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen))
ZEXTERN int ZEXPORT compress2
OF
zlib_8h.html
aa38fec9fd654c448681296d8bfee871a
((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level))
ZEXTERN uLong ZEXPORT compressBound
OF
zlib_8h.html
a4d4f28ef1b8cbd7884aa62fc9f7ab22b
((uLong sourceLen))
ZEXTERN gzFile ZEXPORT gzopen
OF
zlib_8h.html
aefa7cf8ffe7d0612cce1682e8eddc033
((const char *path, const char *mode))
ZEXTERN gzFile ZEXPORT gzdopen
OF
zlib_8h.html
a60335f5e60905450d17d415a99db1d0e
((int fd, const char *mode))
ZEXTERN int ZEXPORT gzsetparams
OF
zlib_8h.html
a4bf8da17c7ec075cfbe8ba5340897cfd
((gzFile file, int level, int strategy))
ZEXTERN int ZEXPORT gzread
OF
zlib_8h.html
afe848f00a307b58004de5a0ed5c7a98d
((gzFile file, voidp buf, unsigned len))
ZEXTERN int ZEXPORT gzwrite
OF
zlib_8h.html
ab8124cca4e0111abc3a089ac1fc53ecf
((gzFile file, voidpc buf, unsigned len))
ZEXTERN int ZEXPORTVA gzprintf
OF
zlib_8h.html
aa16722ec242cc8e52e5a9bcb07f6681a
((gzFile file, const char *format,...))
ZEXTERN int ZEXPORT gzputs
OF
zlib_8h.html
afce6ce4068efaf8d5035a06a2a8ef8d4
((gzFile file, const char *s))
ZEXTERN char *ZEXPORT gzgets
OF
zlib_8h.html
aeb249b54a8b291ffedd96a0f3309d17b
((gzFile file, char *buf, int len))
ZEXTERN int ZEXPORT gzputc
OF
zlib_8h.html
a71bf5da80bd11fd776592fc319d6305c
((gzFile file, int c))
ZEXTERN int ZEXPORT gzgetc
OF
zlib_8h.html
a200aee6968107e38df3efcf80e9b696f
((gzFile file))
ZEXTERN int ZEXPORT gzungetc
OF
zlib_8h.html
a731d6b0156abd7f9b38ccb8d1841f371
((int c, gzFile file))
ZEXTERN int ZEXPORT gzflush
OF
zlib_8h.html
a1f60ebb9d0a34dc0246d08f8c17892e4
((gzFile file, int flush))
ZEXTERN z_off_t ZEXPORT gzseek
OF
zlib_8h.html
a036580ed18d33791beb30eee4a381233
((gzFile file, z_off_t offset, int whence))
ZEXTERN const char *ZEXPORT gzerror
OF
zlib_8h.html
a8719df7ce51af4f5f1b2ed8e8454a56c
((gzFile file, int *errnum))
ZEXTERN uLong ZEXPORT adler32
OF
zlib_8h.html
a58d297b6efb8e8abf76451b5be91eac9
((uLong adler, const Bytef *buf, uInt len))
ZEXTERN uLong ZEXPORT adler32_combine
OF
zlib_8h.html
aac77e0399fd64cf9e6467ff38b29bf80
((uLong adler1, uLong adler2, z_off_t len2))
ZEXTERN uLong ZEXPORT crc32
OF
zlib_8h.html
a6fd2dcbf92d74eb1debc04f1ad4a7064
((uLong crc, const Bytef *buf, uInt len))
ZEXTERN uLong ZEXPORT crc32_combine
OF
zlib_8h.html
a35b6e16ca9bee651ef93d8c6aeadee77
((uLong crc1, uLong crc2, z_off_t len2))
ZEXTERN int ZEXPORT deflateInit_
OF
zlib_8h.html
aee7a3a2881b7bfd06796c01120975964
((z_streamp strm, int level, const char *version, int stream_size))
ZEXTERN int ZEXPORT inflateInit_
OF
zlib_8h.html
a6fd21cd770ef0aeb9689108a28c17848
((z_streamp strm, const char *version, int stream_size))
ZEXTERN int ZEXPORT deflateInit2_
OF
zlib_8h.html
ad6065a31da6d85fc705e644f578e7493
((z_streamp strm, intlevel, intmethod, int windowBits, int memLevel, int strategy, const char *version, int stream_size))
ZEXTERN int ZEXPORT inflateInit2_
OF
zlib_8h.html
a2f12a7cc3ddf8face3b53e6a7df08f24
((z_streamp strm, intwindowBits, const char *version, int stream_size))
ZEXTERN int ZEXPORT inflateBackInit_
OF
zlib_8h.html
a740e2f0087d5e04edd8d19fd124e0114
((z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size))
ZEXTERN const char *ZEXPORT zError
OF
zlib_8h.html
aeb600ab48f5eefd73b51e2e9d94d40cf
((int))
ZEXTERN int ZEXPORT inflateSyncPoint
OF
zlib_8h.html
a2e797b0d60f7efb11e86f4161207d166
((z_streamp z))
zutil.c
C:/Projects/Doubango/tinySIGCOMP/src/
zutil_8c
zutil.h
internal_state
const char *ZEXPORT
zlibVersion
zutil_8c.html
a705cd706dfe534aa9161a253a1c9a81a
()
uLong ZEXPORT
zlibCompileFlags
zutil_8c.html
a864d90914dbbc92e246503b147b553eb
()
const char *ZEXPORT
zError
zutil_8c.html
a43d0ecf9c894ba2ed44845a6ffc36209
(int err)
void
zmemcpy
zutil_8c.html
aaeaf4c4bfd0bbb073ce42fe420bb828a
(Bytef *dest, const Bytef *source, uInt len)
int
zmemcmp
zutil_8c.html
a6590fb2f333a07dc593b873440d7c6ab
(Bytef *s1, const Bytef *s2, uInt len) const
void
zmemzero
zutil_8c.html
ae92187bde62d7c4e84b231576d291881
(Bytef *dest, uInt len)
voidp malloc
OF
zutil_8c.html
add8b03ae5c2c602b728ebb3b21931371
((uInt size))
voidp calloc
OF
zutil_8c.html
a2be754c5363f22e1db3e80698a568ead
((uInt items, uInt size))
void free
OF
zutil_8c.html
a8f8149fe81b707d93e4b55388d11a430
((voidpf ptr))
voidpf
zcalloc
zutil_8c.html
acd6de6ee77b7c44353e61511b6eb1d90
(voidpf opaque, unsigned items, unsigned size)
void
zcfree
zutil_8c.html
ac5167b77f4a79cb68ba27c598b52485e
(voidpf opaque, voidpf ptr)
const char *const
z_errmsg
zutil_8c.html
ace9cfadbe3490be7fea6728608c4428d
[10]
zutil.h
C:/Projects/Doubango/tinySIGCOMP/src/
zutil_8h
zlib.h
#define
ZLIB_INTERNAL
zutil_8h.html
a59d4d7ef4d73655c759211ec33a5d44f
#define
local
zutil_8h.html
a08023ea6765c99d60a6a3840cd07156e
#define
ERR_MSG
zutil_8h.html
a66466516a4a71f3c78ccc40d203c92e5
(err)
#define
ERR_RETURN
zutil_8h.html
a0fcc2fe26110263e812ce50919b6a5c1
(strm, err)
#define
DEF_WBITS
zutil_8h.html
aef084f32d9ca8b9273a1c826b89b979a
#define
DEF_MEM_LEVEL
zutil_8h.html
a19c8e60fa32d4ddf303ce988ba97af61
#define
STORED_BLOCK
zutil_8h.html
a9f650bc9c1fbd9499098e3a70d295b8a
#define
STATIC_TREES
zutil_8h.html
a0f63a9090acfe4f653f117b638b289d1
#define
DYN_TREES
zutil_8h.html
a40a71de753262f20a0bcacc2304e7b19
#define
MIN_MATCH
zutil_8h.html
a7984ceb1ff48ac91172976b91ed43f60
#define
MAX_MATCH
zutil_8h.html
ab7a9188dce25dac8d3a970c01b89b0c6
#define
PRESET_DICT
zutil_8h.html
a1156d73d88538d122acfa852b95492bd
#define
OS_CODE
zutil_8h.html
a919da7d9b61966c3af796ab42e618bef
#define
F_OPEN
zutil_8h.html
a7d40e22cfc0ad4087bf371d61290a0f5
(name, mode)
#define
Assert
zutil_8h.html
a5c8d8d889189d1461d10df831f3cd40e
(cond, msg)
#define
Trace
zutil_8h.html
a93bbe97269cf8304b452a4d472dba191
(x)
#define
Tracev
zutil_8h.html
a67eab10382e740297e8a59d69f85464e
(x)
#define
Tracevv
zutil_8h.html
ae65182ff511f0b12345c20b6533f32d9
(x)
#define
Tracec
zutil_8h.html
a15ce9096835263938f62694aee7a0a99
(c, x)
#define
Tracecv
zutil_8h.html
a54a66ee51c61d67607b64678b055af6b
(c, x)
#define
ZALLOC
zutil_8h.html
a39679d03501d691bdfc62a3324cb9548
(strm, items, size)
#define
ZFREE
zutil_8h.html
a71d7c4f186ae3a055367c92db5a8ab18
(strm, addr)
#define
TRY_FREE
zutil_8h.html
a8a5cef3599266dcaa129ed959a42bcf6
(s, p)
unsigned char
uch
zutil_8h.html
af3307af5922c72924a837559c801a8a4
uch FAR
uchf
zutil_8h.html
aaa6fdf02a2fdaf3731f17a19920ddb0b
unsigned short
ush
zutil_8h.html
a3754180d606d4ed15468d15d9665aa2e
ush FAR
ushf
zutil_8h.html
ab854e4722acf30ada8a7a71b58d1b238
unsigned long
ulg
zutil_8h.html
abd6f60bf9450af2ecb94097a32c19a64
void zmemcpy
OF
zutil_8h.html
ac40b32ad09bcfb95fa13459dd0bd44fd
((Bytef *dest, const Bytef *source, uInt len))
int zmemcmp
OF
zutil_8h.html
ab54c0c502433f939a51beae56b93c690
((const Bytef *s1, const Bytef *s2, uInt len))
void zmemzero
OF
zutil_8h.html
ac1e8b0d84844c91143ab66679c2a0441
((Bytef *dest, uInt len))
voidpf zcalloc
OF
zutil_8h.html
a8ddde111a12dcffe2ab5854a44f9fb23
((voidpf opaque, unsigned items, unsigned size))
void zcfree
OF
zutil_8h.html
a49e951898640714825f7fbde87a1e05b
((voidpf opaque, voidpf ptr))
const char *const
z_errmsg
zutil_8h.html
ace9cfadbe3490be7fea6728608c4428d
[10]
tcomp_udp_compression_page
SigComp UDP compression
tcomp_udp_compression_page
tcomp_udp_decompression_page
SigComp UDP decompression
tcomp_udp_decompression_page
tcomp_manager_group
SigComp manager.
group__tcomp__manager__group.html
tsk_size_t
tcomp_manager_compress
group__tcomp__manager__group.html
ga5760b64e23e067e209a18a8480688493
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize, const void *input_ptr, tsk_size_t input_size, void *output_ptr, tsk_size_t output_size, tsk_bool_t stream)
tsk_size_t
tcomp_manager_decompress
group__tcomp__manager__group.html
ga821375d468c0baa3581a6d19ecb76c2f
(tcomp_manager_handle_t *handle, const void *input_ptr, tsk_size_t input_size, tcomp_result_t *lpResult)
tsk_size_t
tcomp_manager_getNextStreamMessage
group__tcomp__manager__group.html
gac075422d0661cad2559083e6a700b78f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
void
tcomp_manager_provideCompartmentId
group__tcomp__manager__group.html
gaaa9bcc86de2877a1fd8070154985d83f
(tcomp_manager_handle_t *handle, tcomp_result_t *lpResult)
void
tcomp_manager_closeCompartment
group__tcomp__manager__group.html
gad7a281742f5bde5ce1f7a25071f38944
(tcomp_manager_handle_t *handle, const void *compartmentId, tsk_size_t compartmentIdSize)
int
tcomp_manager_setDecompression_Memory_Size
group__tcomp__manager__group.html
gac19567fc1105a2c6e6458354f95b61d1
(tcomp_manager_handle_t *handle, uint32_t dms)
int
tcomp_manager_setState_Memory_Size
group__tcomp__manager__group.html
gabc8ca6c18fe8574f2d87380c68d5b6a5
(tcomp_manager_handle_t *handle, uint32_t sms)
int
tcomp_manager_setCycles_Per_Bit
group__tcomp__manager__group.html
ga8b5db5469830967d9fe3bedbe07425ef
(tcomp_manager_handle_t *handle, uint8_t cpb)
int
tcomp_manager_setSigComp_Version
group__tcomp__manager__group.html
gad98c7dc09af9202e928a4754fc30f257
(tcomp_manager_handle_t *handle, uint8_t version)
int
tcomp_manager_addCompressor
group__tcomp__manager__group.html
ga4da0272938736caa99f328aea5fd7b21
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
int
tcomp_manager_removeCompressor
group__tcomp__manager__group.html
gac8f21e909564d587f73e1402d07eb453
(tcomp_manager_handle_t *handle, tcomp_compressor_compress_f compressor)
int
tcomp_manager_addSipSdpDictionary
group__tcomp__manager__group.html
ga8e18b881be5fcfb412fb71fdaeb82e58
(tcomp_manager_handle_t *handle)
int
tcomp_manager_addPresenceDictionary
group__tcomp__manager__group.html
ga6093219506324383c563ae8f4caece46
(tcomp_manager_handle_t *handle)
config_s
structconfig__s.html
ush
good_length
structconfig__s.html
a12e4b2a1125383087b30cb6522b71197
ush
max_lazy
structconfig__s.html
a0910f67b3c94cbb754281a3dcdbb86b7
ush
nice_length
structconfig__s.html
afc59200fff87f1713bc9b36660fbc88e
ush
max_chain
structconfig__s.html
a8da0c5aeae38cf413453b4e2bafd57e3
compress_func
func
structconfig__s.html
aa35582a2ad4899fa71fd73d730682d98
ct_data_s
structct__data__s.html
union ct_data_s::@0
fc
structct__data__s.html
aa2b16a21e6fd8013b418fb713126ac4f
ush
freq
unionct__data__s_1_1@0.html
a149c8e4e0d6521908212876304180082
ush
code
unionct__data__s_1_1@0.html
aae706e2e35581fc2749c42c4061172c3
union ct_data_s::@1
dl
structct__data__s.html
a0ee8aa4a315dabf19b88b68f3017fbde
ush
dad
unionct__data__s_1_1@1.html
aa141db0795588eea4ebed74db9f9e7bd
ush
len
unionct__data__s_1_1@1.html
ae3d331541f37d03a7a6b51c6ccabac9e
gz_header_s
structgz__header__s.html
int
text
structgz__header__s.html
acb727b700580681a32b288d9ebc9b762
uLong
time
structgz__header__s.html
a4d66380f18f556788b252ca3bb0492a0
int
xflags
structgz__header__s.html
a5890059f779baab7fc72bca5e3900552
int
os
structgz__header__s.html
a0c98ab56e4779bc5f994fdff60723115
Bytef *
extra
structgz__header__s.html
a2b260b4b03b66af0a115704504632b68
uInt
extra_len
structgz__header__s.html
a5ded8c4f212b31a3ad229496d74f1239
uInt
extra_max
structgz__header__s.html
a8dcbcbd67c34445b41842b73a6d768f1
Bytef *
name
structgz__header__s.html
adbc87684a91f1ff13ca81f2202630b34
uInt
name_max
structgz__header__s.html
af5b7779d893562b8e759efd582d4fcba
Bytef *
comment
structgz__header__s.html
ac4e81bcead752082c53d69e098298de1
uInt
comm_max
structgz__header__s.html
a6cec1c0c3a9ac1b3c0a8975e382a2b7f
int
hcrc
structgz__header__s.html
ab54066d1aca7e674fbc6d5579cc48894
int
done
structgz__header__s.html
a5992b274cfdcacdbc1fa8347fd01ebde
IndexValuePair_s
struct_index_value_pair__s.html
uint16_t
index
struct_index_value_pair__s.html
a852b86a2eaee9852ada7a43e61e311a2
uint16_t
value
struct_index_value_pair__s.html
a900b69af7d674b8db3bceae754b4955a
internal_state
structinternal__state.html
z_streamp
strm
structinternal__state.html
a56100d9cd9199027a4ef8ea99b8165fe
int
status
structinternal__state.html
a6e27f49150e9a14580fb313cc2777e00
Bytef *
pending_buf
structinternal__state.html
add8dff920bf5363d3293c060ccb4132b
ulg
pending_buf_size
structinternal__state.html
a8ef2d4721624a3781154877f4d576674
Bytef *
pending_out
structinternal__state.html
a197dc2c83bdda00d19744269e48f3277
uInt
pending
structinternal__state.html
affd92665b1d074510ee8cfa69ae42265
int
wrap
structinternal__state.html
a49468a16361d11e78ebbfc41f2a5aa6c
gz_headerp
gzhead
structinternal__state.html
ae4ff80e9adb2d87f1eb7f1c8194add53
uInt
gzindex
structinternal__state.html
a17f00293243666fb41e774190d970599
Byte
method
structinternal__state.html
a41227eae8a136d330560407e787f2351
int
last_flush
structinternal__state.html
ab050e3e068eb034e21daa13f3d3e024e
uInt
w_size
structinternal__state.html
a5b830ab1319a58a0ef52f902355049de
uInt
w_bits
structinternal__state.html
ac85d3640b140f458974c8b771fbdda04
uInt
w_mask
structinternal__state.html
a38b550157a9bb295a6704e7e5698e2f1
Bytef *
window
structinternal__state.html
a20e3092f0de3f83b9315e5fc3d96abf1
ulg
window_size
structinternal__state.html
a71025fb69e44e6fdb31e37cfeaaa6ab2
Posf *
prev
structinternal__state.html
a801108600ea34ac568dece2e7be61600
Posf *
head
structinternal__state.html
a643ef758b8821126405cab7927c23328
uInt
ins_h
structinternal__state.html
a5f63de75e2e8ff3b68f02f718e23ec5d
uInt
hash_size
structinternal__state.html
af257a6025a926c1ac782286f66d95a1e
uInt
hash_bits
structinternal__state.html
a722089d43eaa7cae28a259c12979e14d
uInt
hash_mask
structinternal__state.html
ae5b4314e1a5171e5873f70fe018af7b8
uInt
hash_shift
structinternal__state.html
a9ec0ba01a1f947808ca393e4be491fa5
long
block_start
structinternal__state.html
a8d5f86eed0d6045ca005fe96021deef4
uInt
match_length
structinternal__state.html
a9d18e9a0d290188df6b22c839d7b784c
IPos
prev_match
structinternal__state.html
a85a4927e76db64dd8ba5ce0da33d7304
int
match_available
structinternal__state.html
a45892abd08471a3734d78fed86e658e6
uInt
strstart
structinternal__state.html
a2aefcb07963d0ec89075ad73d284be11
uInt
match_start
structinternal__state.html
acd379fdd3b23383d35bff8ab081d071d
uInt
lookahead
structinternal__state.html
ae4449747880a57274043a10cd719c617
uInt
prev_length
structinternal__state.html
a8c8621137ed382bdbec5a3bc213e7ade
uInt
max_chain_length
structinternal__state.html
a0cb72c41aa2f20d5d5da95099afd5373
uInt
max_lazy_match
structinternal__state.html
a05713b0262180deedb5501958802abe0
int
level
structinternal__state.html
acf4d33ee4cff36f69b924471174dcb11
int
strategy
structinternal__state.html
acc89aafdc65ecd15f010b7c6fc295522
uInt
good_match
structinternal__state.html
ae99f64e663d0cf8ccd04b82891865ef7
int
nice_match
structinternal__state.html
a477f14aaa7517ee48d0762b6339e404e
struct ct_data_s
dyn_ltree
structinternal__state.html
ad516f2f1ec9134632f06790d23e2c96c
[HEAP_SIZE]
struct ct_data_s
dyn_dtree
structinternal__state.html
a9b02fe2ee922fa2378deae53cfd1bd83
[2 *D_CODES+1]
struct ct_data_s
bl_tree
structinternal__state.html
a709654afea8a59be597cba0d71803a8c
[2 *BL_CODES+1]
struct tree_desc_s
l_desc
structinternal__state.html
acf7b1d7f022417907661d37363028305
struct tree_desc_s
d_desc
structinternal__state.html
a271f5aff94bc69bc031b8b9676645aa9
struct tree_desc_s
bl_desc
structinternal__state.html
aa9db1fdbde1efc7bd07eb2f5b95a4a60
ush
bl_count
structinternal__state.html
a9e049d031155d0cd7a8dd46d4204481a
[MAX_BITS+1]
int
heap
structinternal__state.html
ad89d220326d796f308c1d8493dba3c94
[2 *L_CODES+1]
int
heap_len
structinternal__state.html
a2fba52115b6829135ff5c64eaea555a6
int
heap_max
structinternal__state.html
a204e9ef382f520484601f5a469fc6dbf
uch
depth
structinternal__state.html
a933b166cb8c680e0f1534b8b3f8d0b7b
[2 *L_CODES+1]
uchf *
l_buf
structinternal__state.html
afc108fba69847767d47ad330d9637ce3
uInt
lit_bufsize
structinternal__state.html
ac6395f717442666b3042d10c46bb9cab
uInt
last_lit
structinternal__state.html
ac5a9280972e00453bef446a5fa345f18
ushf *
d_buf
structinternal__state.html
aa02fc8ecb80a7056c744105d9ede8f92
ulg
opt_len
structinternal__state.html
ae9197d310941ebc96f196d73ccde6764
ulg
static_len
structinternal__state.html
a5fb6007de6c68144d7d58c5fec3c3cc2
uInt
matches
structinternal__state.html
accbd185909002743df649629bec6e515
int
last_eob_len
structinternal__state.html
ac3da39014207f30bffca111b3fa8c1b3
ush
bi_buf
structinternal__state.html
a166a631734f09a3fe307f5447f8dfe39
int
bi_valid
structinternal__state.html
afd3692889fd372df24d04adf0ea527df
int
dummy
structinternal__state.html
a7c1d654b7b6114d7a0abc8d351dd1bcd
static_tree_desc_s
structstatic__tree__desc__s.html
int
dummy
structstatic__tree__desc__s.html
a7c1d654b7b6114d7a0abc8d351dd1bcd
const ct_data *
static_tree
structstatic__tree__desc__s.html
ab685d5fd60b3dadeca7f768aa15ed032
const intf *
extra_bits
structstatic__tree__desc__s.html
afa68649c85f1bb485ba4627b325bb15d
int
extra_base
structstatic__tree__desc__s.html
ab00260e2abef7dc2d6bb39a107b34c0d
int
elems
structstatic__tree__desc__s.html
a92ca0166a5b1b021bc3b3e17af819be7
int
max_length
structstatic__tree__desc__s.html
ad888a988cf5dcbcdbd97ad63dd32df45
tcomp_buffer_s
structtcomp__buffer__s.html
TSK_DECLARE_OBJECT
structtcomp__buffer__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tsk_size_t
size
structtcomp__buffer__s.html
a2af13611e30c0884ab2e1837c4da8282
uint8_t *
lpbuffer
structtcomp__buffer__s.html
a4e6a9aee7494cddfc58fe7300c1f247a
tsk_size_t
index_bytes
structtcomp__buffer__s.html
a8a0be01bb7eaa5a3c3497f232be8e1e5
tsk_size_t
index_bits
structtcomp__buffer__s.html
a6c3818beae16f622b3f4bb524cdb6d85
unsigned
owner
structtcomp__buffer__s.html
a63128a957ecaae32439e46f59e55043b
uint8_t
P_BIT
structtcomp__buffer__s.html
a9a806c5ee63a025854af6eba58ea3e8c
tcomp_compartment_s
structtcomp__compartment__s.html
TSK_DECLARE_OBJECT
structtcomp__compartment__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint64_t
identifier
structtcomp__compartment__s.html
ad1813f451cfaf8c9700e6329c5ea2f2b
tcomp_states_L_t *
local_states
structtcomp__compartment__s.html
af6d33af050833129953760f824168f1b
tcomp_params_t *
remote_parameters
structtcomp__compartment__s.html
a7b6120c10f2abea33a08675b54b83214
tcomp_params_t *
local_parameters
structtcomp__compartment__s.html
a4dfe3e8067c9ca543cce4a7f4a923bdb
uint16_t
total_memory_size
structtcomp__compartment__s.html
a790e69895499c85ab7cc3fad46592431
uint16_t
total_memory_left
structtcomp__compartment__s.html
a8773de221e5a7f5d1d81d543c5fa25ad
tcomp_buffer_handle_t *
lpReqFeedback
structtcomp__compartment__s.html
aa0d31da910a22850932bbadbac0ee744
tcomp_buffer_handle_t *
lpRetFeedback
structtcomp__compartment__s.html
a75fae69d0a3406b3b56585f6a4679a74
TCOMP_DECLARE_COMPRESSORDATA
structtcomp__compartment__s.html
a3522f99b579c5d1cbed2d604388b0991
tcomp_buffers_L_t *
nacks
structtcomp__compartment__s.html
affcc6a890ca01e44e4678c4ce238c4ce
uint8_t
nacks_history_count
structtcomp__compartment__s.html
a3ec80f337c5e68d7a434d9ef49bc34c6
TSK_DECLARE_SAFEOBJ
structtcomp__compartment__s.html
a9818e976fd73889027b42c32d628169f
tcomp_compressordisp_s
structtcomp__compressordisp__s.html
TSK_DECLARE_OBJECT
structtcomp__compressordisp__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tcomp_compressor_compress_f
compressors
structtcomp__compressordisp__s.html
ab83049c7478d778de1bd99c08ac11cfa
[TCOMP_MAX_COMPRESSORS]
const tcomp_statehandler_t *
stateHandler
structtcomp__compressordisp__s.html
a377adfc9677811b73dbd9bd8bb87a21e
TSK_DECLARE_SAFEOBJ
structtcomp__compressordisp__s.html
a9818e976fd73889027b42c32d628169f
tcomp_decompressordisp_s
structtcomp__decompressordisp__s.html
TSK_DECLARE_OBJECT
structtcomp__decompressordisp__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
const tcomp_statehandler_t *
stateHandler
structtcomp__decompressordisp__s.html
a377adfc9677811b73dbd9bd8bb87a21e
tcomp_stream_buffer_L_t *
streamBuffers
structtcomp__decompressordisp__s.html
a19007483d3ca8ea9762cabc14ad797ce
TSK_DECLARE_SAFEOBJ
structtcomp__decompressordisp__s.html
a9818e976fd73889027b42c32d628169f
tcomp_deflatedata_s
structtcomp__deflatedata__s.html
TSK_DECLARE_OBJECT
structtcomp__deflatedata__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tcomp_deflateStream_t
stream_1
structtcomp__deflatedata__s.html
a6fe0d57e55ee24b973fe34309b7f8c9e
tcomp_deflateStream_t
stream_acked
structtcomp__deflatedata__s.html
a9a176a077b51bd4c898ba0454a456cbc
int
zLevel
structtcomp__deflatedata__s.html
ad0303c014db686f5cd57c7c5e235a0c8
int
zWindowBits
structtcomp__deflatedata__s.html
a2b4466742de3ed1fb9576b0025135a79
unsigned
initialized
structtcomp__deflatedata__s.html
a8ac8977c8c92fcb0ed6caa2e0d04accf
uint32_t
ghost_copy_offset
structtcomp__deflatedata__s.html
a1fa5028a49f5ddf9154170506681c397
tcomp_state_t *
ghostState
structtcomp__deflatedata__s.html
a0869aba8dac1803d54d9151a66bdefcc
unsigned
stream
structtcomp__deflatedata__s.html
aaccd30b07977c3f95bb3a6801b82da48
TSK_DECLARE_SAFEOBJ
structtcomp__deflatedata__s.html
a9818e976fd73889027b42c32d628169f
tcomp_deflateStream_s
structtcomp__deflate_stream__s.html
z_stream
zs
structtcomp__deflate_stream__s.html
a20a4a45dc1eba85dfdde4fea53e1a03e
unsigned
dataWaitingAck
structtcomp__deflate_stream__s.html
a783a2dfccc9dc5d7a1565bae6cbced7e
unsigned
stateful
structtcomp__deflate_stream__s.html
a25e0ab97e1803bb2d7eaa1c40d45a382
tcomp_manager_s
structtcomp__manager__s.html
TSK_DECLARE_OBJECT
structtcomp__manager__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tcomp_compressordisp_t *
dispatcher_compressor
structtcomp__manager__s.html
ab4c1fc9443cf2ad610403a3f1b6d60ec
tcomp_decompressordisp_t *
dispatcher_decompressor
structtcomp__manager__s.html
aa0bb807172258930b96c6b0798c9afe8
tcomp_statehandler_t *
stateHandler
structtcomp__manager__s.html
a754f0eb3a00277e15a50f7d31b4e9750
TSK_DECLARE_SAFEOBJ
structtcomp__manager__s.html
a9818e976fd73889027b42c32d628169f
tcomp_message_s
structtcomp__message__s.html
TSK_DECLARE_OBJECT
structtcomp__message__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint8_t
headerSigComp
structtcomp__message__s.html
a322a64dd37d9f21429f74e78537e7e0d
unsigned
isOK
structtcomp__message__s.html
aaf906de830e4f3a60757ee41126a16ea
unsigned
isNack
structtcomp__message__s.html
a3bf509542952c540bf345d20fb49e6ba
unsigned
stream_based
structtcomp__message__s.html
ad2395656563d506c75df9e586ae735ab
const uint8_t *
startPtr
structtcomp__message__s.html
a30a781db0d3f736905fc09a49f7c1f4c
tsk_size_t
totalSize
structtcomp__message__s.html
ae723ec2f11cfe6af9b45ec15f2b30309
tsk_size_t
header_size
structtcomp__message__s.html
ae3015daaf39bc764154ea56e217b271f
tcomp_buffer_handle_t *
stateId
structtcomp__message__s.html
ac0522dc892c683457195c549c7c3c640
uint16_t
bytecodes_destination
structtcomp__message__s.html
a78a5df9269ccf3bc12fe968f5b191220
tcomp_buffer_handle_t *
remaining_sigcomp_buffer
structtcomp__message__s.html
a91c75e56d0c23452345ce4d7c9603b09
tcomp_buffer_handle_t *
uploaded_UDVM_buffer
structtcomp__message__s.html
a763e84969e8cf87ffcbb0775d721a9c5
tcomp_buffer_handle_t *
ret_feedback_buffer
structtcomp__message__s.html
a718e01a3640a8973a47524587c780377
tcomp_nackinfo_t *
nack_info
structtcomp__message__s.html
a6691355fd42b0f7f770e2cb36aa9eeac
tcomp_nackinfo_s
structtcomp__nackinfo__s.html
TSK_DECLARE_OBJECT
structtcomp__nackinfo__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint8_t
version
structtcomp__nackinfo__s.html
ab22abc2906422da61885ac6c8e6a1a59
uint8_t
reasonCode
structtcomp__nackinfo__s.html
a7456084b9e87c3c655d397fe3155ae31
uint8_t
opcode
structtcomp__nackinfo__s.html
a5c1b56e6bccc2a95dbddf1a08e56e87d
uint16_t
pc
structtcomp__nackinfo__s.html
af21633fb74a6aa87c93baf3caaa58864
uint8_t
sha1
structtcomp__nackinfo__s.html
a8091fffbbfb679a672b21a2edcf42cff
[TSK_SHA1_DIGEST_SIZE]
tcomp_buffer_handle_t *
details
structtcomp__nackinfo__s.html
a84cb9e7a29b0903a71ebec069d57ea16
tcomp_params_s
structtcomp__params__s.html
TSK_DECLARE_OBJECT
structtcomp__params__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint8_t
cpbCode
structtcomp__params__s.html
ac61d72ccdbffbc5f954a3e3bb4cd31cc
uint8_t
dmsCode
structtcomp__params__s.html
a1466f673e7dec55e6bdaeb731b5d3412
uint8_t
smsCode
structtcomp__params__s.html
a7803f989e38d38fb439d0e5deabaf045
uint8_t
cpbValue
structtcomp__params__s.html
a2e3cc7088ab1d2dcc961c40516fee1e8
uint32_t
dmsValue
structtcomp__params__s.html
a4044027f99e4d8a5c227d0d487eebbb3
uint32_t
smsValue
structtcomp__params__s.html
a12146ce0b16a2a6a972659fc7624006d
uint8_t
SigComp_version
structtcomp__params__s.html
a3b04b3885f0d0d56d9b6fad4e8cc5acf
tcomp_buffers_L_t *
returnedStates
structtcomp__params__s.html
ab55ca50a7082b3e99205b6cc77aae36e
tcomp_reqfeed_s
structtcomp__reqfeed__s.html
TSK_DECLARE_OBJECT
structtcomp__reqfeed__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
unsigned
Q
structtcomp__reqfeed__s.html
a8244ab842968c8fefa4318505dce2e2b
unsigned
S
structtcomp__reqfeed__s.html
a144c5a43162033ca0ba61e313283eed8
unsigned
I
structtcomp__reqfeed__s.html
af09b20fe2ad9b430a57b013b0354f9ee
tcomp_buffer_handle_t *
item
structtcomp__reqfeed__s.html
a9d757d371255e9179c6e44258a3946b1
tcomp_result_s
structtcomp__result__s.html
TSK_DECLARE_OBJECT
structtcomp__result__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint64_t
compartmentId
structtcomp__result__s.html
a5a970fbb60df3ba85e39c754c14dd80e
tcomp_state_t *
statesToCreate
structtcomp__result__s.html
aca240e0df8f6a752d9a492022d992271
[MAX_TEMP_SATES]
uint8_t
statesToCreateIndex
structtcomp__result__s.html
a9c1ccf794337faa9786351ec3e0f466b
tcomp_tempstate_to_free_t *
statesToFree
structtcomp__result__s.html
adee425d368286a498e26d4961be13fb6
[MAX_TEMP_SATES]
uint8_t
statesToFreeIndex
structtcomp__result__s.html
a27b4bb07826f6da1c6f475ab10c1bb4c
uint64_t
streamId
structtcomp__result__s.html
ae5d6b8c950c0b947fc410a97ed35f7cc
unsigned
isStreamBased
structtcomp__result__s.html
a6e42073b59f96ae1d4282d1952bedaea
tcomp_buffer_handle_t *
output_buffer
structtcomp__result__s.html
a9ec40e87d96bcd101755521b51cf5315
tcomp_reqfeed_t *
req_feedback
structtcomp__result__s.html
a771db0f67529cfced8222261b053049c
tcomp_params_t *
remote_parameters
structtcomp__result__s.html
a7b6120c10f2abea33a08675b54b83214
tcomp_buffer_handle_t *
ret_feedback
structtcomp__result__s.html
a6fca330196fe190f48b8fbdfb932efc6
unsigned
isNack
structtcomp__result__s.html
a3bf509542952c540bf345d20fb49e6ba
tcomp_buffer_handle_t *
nack_info
structtcomp__result__s.html
a817f183ef2c1d43cd77d70dd70406382
uint64_t
consumed_cycles
structtcomp__result__s.html
ae3ab31f83ca5587dd03acb2ade9b810f
tcomp_state_s
structtcomp__state__s.html
TSK_DECLARE_OBJECT
structtcomp__state__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tcomp_buffer_handle_t *
value
structtcomp__state__s.html
a3bc458bf1c685c1ff5016723ea76398c
tcomp_buffer_handle_t *
identifier
structtcomp__state__s.html
aae524b3dafa5945a516fcd14fde6012f
uint16_t
length
structtcomp__state__s.html
a1892eba2086d12ac2b09005aeb09ea3b
uint16_t
address
structtcomp__state__s.html
a643d30df67a67c5915fde941c934f9f8
uint16_t
instruction
structtcomp__state__s.html
aa9a8e88ff3c973e84e7cb5c56d89f887
uint16_t
minimum_access_length
structtcomp__state__s.html
a8d8e3e7b3d7f8eae76daee0b97b3de67
uint16_t
retention_priority
structtcomp__state__s.html
ac3f4a05b52c8aa07c35fc71c9eacf16b
TSK_DECLARE_SAFEOBJ
structtcomp__state__s.html
a9818e976fd73889027b42c32d628169f
tcomp_statehandler_s
structtcomp__statehandler__s.html
TSK_DECLARE_OBJECT
structtcomp__statehandler__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
tcomp_compartments_L_t *
compartments
structtcomp__statehandler__s.html
a8b073f4024b50ee6ca1bb6471ac22ab3
tcomp_params_t *
sigcomp_parameters
structtcomp__statehandler__s.html
adfd4241f436fa6ff6e9e8c5912660bee
tcomp_dictionaries_L_t *
dictionaries
structtcomp__statehandler__s.html
a9accdc69af30f1702933b8d960a578ad
int
hasSipSdpDictionary
structtcomp__statehandler__s.html
a9ad6d032a969c355aae2286c4af0f6e2
int
hasPresenceDictionary
structtcomp__statehandler__s.html
a3e0975416d218f88c8fb8ae321477425
TSK_DECLARE_SAFEOBJ
structtcomp__statehandler__s.html
a9818e976fd73889027b42c32d628169f
tcomp_stream_buffer_s
structtcomp__stream__buffer__s.html
TSK_DECLARE_OBJECT
structtcomp__stream__buffer__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint64_t
id
structtcomp__stream__buffer__s.html
a7e290573ef1be67b92a2c745e3b00d1d
tcomp_buffer_handle_t *
buffer
structtcomp__stream__buffer__s.html
afcde768381460aba9b960c1fd35d11ab
TSK_DECLARE_SAFEOBJ
structtcomp__stream__buffer__s.html
a9818e976fd73889027b42c32d628169f
tcomp_tempstate_to_free_s
structtcomp__tempstate__to__free__s.html
TSK_DECLARE_OBJECT
structtcomp__tempstate__to__free__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
uint16_t
partial_identifier_start
structtcomp__tempstate__to__free__s.html
af0daf53e33f69671e6570adfdfba82ff
uint16_t
partial_identifier_length
structtcomp__tempstate__to__free__s.html
ae427caba6fe52721f5f769b6320696d2
tcomp_buffer_handle_t *
identifier
structtcomp__tempstate__to__free__s.html
aae524b3dafa5945a516fcd14fde6012f
tcomp_udvm_s
structtcomp__udvm__s.html
TSK_DECLARE_OBJECT
structtcomp__udvm__s.html
a6cb2c811d40d14ceb34bd3b2e7dc5e6a
unsigned
isOK
structtcomp__udvm__s.html
aaf906de830e4f3a60757ee41126a16ea
tcomp_message_t *
sigCompMessage
structtcomp__udvm__s.html
aa8a11b96f1dca369938fc65d46749922
tcomp_statehandler_t *
stateHandler
structtcomp__udvm__s.html
a754f0eb3a00277e15a50f7d31b4e9750
tcomp_result_t *
lpResult
structtcomp__udvm__s.html
abd6fbba2ff0803a1d518559492e4f387
uint32_t
maximum_UDVM_cycles
structtcomp__udvm__s.html
a00ebb3b1c30c33e4f6060fb3ffdc3d52
uint64_t
consumed_cycles
structtcomp__udvm__s.html
ae3ab31f83ca5587dd03acb2ade9b810f
tcomp_buffer_handle_t *
memory
structtcomp__udvm__s.html
ac10ddd456bab2902136a0f65aff558d9
uint16_t
executionPointer
structtcomp__udvm__s.html
a3d92f1ad667088add68916888ba25e27
uint16_t
last_memory_address_of_instruction
structtcomp__udvm__s.html
a3140c25beb6e3887a9e5771b7cc97738
tree_desc_s
structtree__desc__s.html
ct_data *
dyn_tree
structtree__desc__s.html
ad116dfb62ac4b04ee9c1adf5d5d3209e
int
max_code
structtree__desc__s.html
a4808321b49374743053b834929f16ba9
static_tree_desc *
stat_desc
structtree__desc__s.html
ae8e86e2a7bc63a34bcaf33b4aab76562
z_stream_s
structz__stream__s.html
Bytef *
next_in
structz__stream__s.html
a19880e07a77d10515147e23b6379dd49
uInt
avail_in
structz__stream__s.html
a7eb50ccbfeb2368dd84c3a97f409692a
uLong
total_in
structz__stream__s.html
aa301948b62e927cb5b34c7fa48b369e7
Bytef *
next_out
structz__stream__s.html
a6926e8fa9e456364c4a931da1508662e
uInt
avail_out
structz__stream__s.html
aaf14708cee6cfc16ac27f3cff686f8d8
uLong
total_out
structz__stream__s.html
ace45f7b8af1035bc35ee7436fdd41081
char *
msg
structz__stream__s.html
a32d2f5216cddb59c7cc8fb2806a7e727
struct internal_state FAR *
state
structz__stream__s.html
ac21f94cab4411ce1c77771033cff040a
alloc_func
zalloc
structz__stream__s.html
a0b2f68e949d83a93be0e4d0b88148c80
free_func
zfree
structz__stream__s.html
a7587bb1e332fc8f57ef74071eeec8070
voidpf
opaque
structz__stream__s.html
afb43594753f721206f8751bdc6f311ec
int
data_type
structz__stream__s.html
a47eb6f1029f8333d4e55b08296f900dd
uLong
adler
structz__stream__s.html
a74bb92610e11a5515a286f04f906d0db
uLong
reserved
structz__stream__s.html
ae3bf2150b8009b089ae6878004146180