htp_table_private.h File Reference
#include "htp_list.h"
#include "htp_table.h"
Go to the source code of this file.
Detailed Description
- Author:
- Ivan Ristic <ivanr@webkreator.com>
Enumeration Type Documentation
- Enumerator:
HTP_TABLE_KEYS_ALLOC_UKNOWN |
This is the default value, used only until the first element is added.
|
HTP_TABLE_KEYS_COPIED |
Keys are copied.
|
HTP_TABLE_KEYS_ADOPTED |
Keys are adopted and freed when the table is destroyed.
|
HTP_TABLE_KEYS_REFERENCED |
Keys are only referenced; the caller is still responsible for freeing them after the table is destroyed.
|