int htp_status_t
Definition: htp_core.h:46
void * htp_table_get_c(const htp_table_t *table, const char *ckey)
Definition: htp_table.c:203
void htp_table_destroy_ex(htp_table_t *table)
Definition: htp_table.c:177
htp_status_t htp_table_addk(htp_table_t *table, const bstr *key, const void *element)
Definition: htp_table.c:106
htp_table_t * htp_table_create(size_t size)
Definition: htp_table.c:150
void * htp_table_get(const htp_table_t *table, const bstr *key)
Definition: htp_table.c:187
void htp_table_destroy(htp_table_t *table)
Definition: htp_table.c:167
void htp_table_clear_ex(htp_table_t *table)
Definition: htp_table.c:142
void * htp_table_get_index(const htp_table_t *table, size_t idx, bstr **key)
Definition: htp_table.c:219
htp_status_t htp_table_add(htp_table_t *table, const bstr *key, const void *element)
Definition: htp_table.c:56
void * htp_table_get_mem(const htp_table_t *table, const void *key, size_t key_len)
Definition: htp_table.c:231
size_t htp_table_size(const htp_table_t *table)
Definition: htp_table.c:247
void htp_table_clear(htp_table_t *table)
Definition: htp_table.c:127
htp_status_t htp_table_addn(htp_table_t *table, const bstr *key, const void *element)
Definition: htp_table.c:85
Definition: htp_table_private.h:63