libhttp2 ~master (2020-02-09T19:31:23Z)
Dub
Repo
Symbol
libhttp2
huffman
Undocumented in source.
package
struct
Symbol {
uint
nbits
;
uint
code
;
int
encode
(Buffers bufs, size_t avail, size_t rembits);
}
Members
Functions
encode
int
encode
(Buffers bufs, size_t avail, size_t rembits)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
uint
code
;
Huffman code aligned to LSB
nbits
uint
nbits
;
The number of bits in this code
Meta
Source
See Implementation
libhttp2
huffman
aliases
DecodeTable
classes
HDEntry
HDTable
enums
DecodeFlag
HDFlags
InflateFlag
InflateState
OpCode
functions
decodeLength
entryRoom
hash
static variables
decode_table
static_table
static_table_index
symbol_table
structs
Decode
Decoder
StaticEntry
Symbol
variables
DEFAULT_MAX_DEFLATE_BUFFER_SIZE
ENTRY_OVERHEAD
HD_DEFAULT_MAX_BUFFER_SIZE
MAX_HF_LEN