Prototype for Hash Destructor callback function. More...
Functions | |
static void | group_hash_free (int type, void *obj, intptr_t data) |
Free our hash table data - Implements hash_hdata_free_t -. More... | |
static void | cs_hashelem_free (int type, void *obj, intptr_t data) |
Callback function for the Hash Table - Implements hash_hdata_free_t -. More... | |
static void | tags_deleter (int type, void *obj, intptr_t data) |
Delete a tag - Implements hash_hdata_free_t -. More... | |
void | thread_hash_destructor (int type, void *obj, intptr_t data) |
Hash Destructor callback - Implements hash_hdata_free_t -. More... | |
static void | idxfmt_hashelem_free (int type, void *obj, intptr_t data) |
Delete an index-format-hook from the Hash Table - Implements hash_hdata_free_t -. More... | |
void | nntp_hashelem_free (int type, void *obj, intptr_t data) |
Free our hash table data - Implements hash_hdata_free_t -. More... | |
Prototype for Hash Destructor callback function.
type | Hash Type |
obj | Object to free |
data | Data associated with the Hash |
|
static |
Free our hash table data - Implements hash_hdata_free_t -.
Definition at line 79 of file group.c.
|
static |
Callback function for the Hash Table - Implements hash_hdata_free_t -.
type | Object type, e.g. DT_STRING |
obj | Object to destroy |
data | ConfigSet associated with the object |
Definition at line 47 of file set.c.
|
static |
Delete a tag - Implements hash_hdata_free_t -.
Definition at line 210 of file tags.c.
void thread_hash_destructor | ( | int | type, |
void * | obj, | ||
intptr_t | data | ||
) |
Hash Destructor callback - Implements hash_hdata_free_t -.
Definition at line 119 of file thread.c.
|
static |
Delete an index-format-hook from the Hash Table - Implements hash_hdata_free_t -.
Definition at line 383 of file hook.c.
void nntp_hashelem_free | ( | int | type, |
void * | obj, | ||
intptr_t | data | ||
) |
Free our hash table data - Implements hash_hdata_free_t -.
Definition at line 116 of file nntp.c.