Dynamic table. More...
#include <qpack.h>
Data Fields | |
| size_t | capacity |
| Size as advertized, and current size. | |
| size_t | size |
| uint16_t | index |
| Current index. | |
| GHashTable * | table_byid |
| Hashtable (indexed by ID) | |
| GList * | list |
| List of entries, ordered by insertion. | |
Dynamic table.
| size_t imquic_qpack_dynamic_table::capacity |
Size as advertized, and current size.
| uint16_t imquic_qpack_dynamic_table::index |
Current index.
| GList* imquic_qpack_dynamic_table::list |
List of entries, ordered by insertion.
| size_t imquic_qpack_dynamic_table::size |
| GHashTable* imquic_qpack_dynamic_table::table_byid |
Hashtable (indexed by ID)