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 -. | |
| static void | cs_hashelem_free (int type, void *obj, intptr_t data) |
| Free our hash table data - Implements hash_hdata_free_t -. | |
| static void | tags_deleter (int type, void *obj, intptr_t data) |
| Free our hash table data - Implements hash_hdata_free_t -. | |
| static void | idxfmt_hashelem_free (int type, void *obj, intptr_t data) |
| Free our hash table data - Implements hash_hdata_free_t -. | |
| static void | thread_hash_destructor (int type, void *obj, intptr_t data) |
| Free our hash table data - Implements hash_hdata_free_t -. | |
| void | nntp_hashelem_free (int type, void *obj, intptr_t data) |
| Free our hash table data - Implements hash_hdata_free_t -. | |
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 84 of file group.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Free our hash table data - 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 46 of file set.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Free our hash table data - Implements hash_hdata_free_t -.
Definition at line 225 of file tags.c.
Here is the caller graph for this function:
|
static |
Free our hash table data - Implements hash_hdata_free_t -.
Definition at line 415 of file hook.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Free our hash table data - Implements hash_hdata_free_t -.
Definition at line 1020 of file mutt_thread.c.
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
Here is the caller graph for this function: