|
HTP
0.5
|
#include <htp_table_private.h>
Data Fields | |
| htp_list_t * | list |
| enum htp_table_alloc_t | alloc_type |
| enum htp_table_alloc_t htp_table_t::alloc_type |
Key management strategy. Initially set to HTP_TABLE_KEYS_ALLOC_UKNOWN. The actual strategy is determined by the first allocation.
| htp_list_t* htp_table_t::list |
Table key and value pairs are stored in this list; name first, then value.
1.8.9.1