Method | Description | |
---|---|---|
decode ( $input ) | ||
encode ( $headers ) | ||
huffman_decode ( $input ) | ||
huffman_encode ( $input ) | ||
init ( ) | ||
table_resize ( $maxSize = null ) | removal of old entries as per 4.4 |
Method | Description | |
---|---|---|
decode_dynamic_integer ( &$input, &$off ) | ||
encode_dynamic_integer ( $int ) | ||
huffman_codes_init ( ) | ||
huffman_lens_init ( ) | ||
huffman_lookup_init ( ) | (micro-)optimized decode |
public table_resize ( $maxSize = null ) |