Destroy a config item. More...
Functions | |
static void | address_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy an Address object - Implements ConfigSetType::destroy() -. | |
static void | mbtable_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy an MbTable object - Implements ConfigSetType::destroy() -. | |
static void | myvar_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy a MyVar - Implements ConfigSetType::destroy() -. | |
static void | path_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy a Path - Implements ConfigSetType::destroy() -. | |
static void | regex_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy a Regex object - Implements ConfigSetType::destroy() -. | |
static void | slist_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy an Slist object - Implements ConfigSetType::destroy() -. | |
static void | string_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy a String - Implements ConfigSetType::destroy() -. | |
static void | expando_destroy (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef) |
Destroy an Expando object - Implements ConfigSetType::destroy() -. | |
Destroy a config item.
cs | Config items |
var | Variable to destroy |
cdef | Variable definition |
|
static |
Destroy an Address object - Implements ConfigSetType::destroy() -.
Definition at line 62 of file config_type.c.
|
static |
Destroy an MbTable object - Implements ConfigSetType::destroy() -.
Definition at line 110 of file mbtable.c.
|
static |
Destroy a MyVar - Implements ConfigSetType::destroy() -.
Definition at line 45 of file myvar.c.
|
static |
Destroy a Path - Implements ConfigSetType::destroy() -.
Definition at line 78 of file path.c.
|
static |
Destroy a Regex object - Implements ConfigSetType::destroy() -.
Definition at line 85 of file regex.c.
|
static |
Destroy an Slist object - Implements ConfigSetType::destroy() -.
Definition at line 47 of file slist.c.
|
static |
Destroy a String - Implements ConfigSetType::destroy() -.
Definition at line 47 of file string.c.
|
static |
Destroy an Expando object - Implements ConfigSetType::destroy() -.
Definition at line 48 of file config_type.c.