Reset a config item to its initial value. More...
Functions | |
static int | address_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset an Address to its initial value - Implements ConfigSetType::reset() -. | |
static int | bool_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Bool to its initial value - Implements ConfigSetType::reset() -. | |
static int | enum_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset an Enumeration to its initial value - Implements ConfigSetType::reset() -. | |
static int | long_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Long to its initial value - Implements ConfigSetType::reset() -. | |
static int | mbtable_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset an MbTable to its initial value - Implements ConfigSetType::reset() -. | |
static int | myvar_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a MyVar to its initial value - Implements ConfigSetType::reset() -. | |
static int | number_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Number to its initial value - Implements ConfigSetType::reset() -. | |
static int | path_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Path to its initial value - Implements ConfigSetType::reset() -. | |
static int | quad_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Quad-option to its initial value - Implements ConfigSetType::reset() -. | |
static int | regex_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Regex to its initial value - Implements ConfigSetType::reset() -. | |
static int | slist_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Slist to its initial value - Implements ConfigSetType::reset() -. | |
static int | sort_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a Sort to its initial value - Implements ConfigSetType::reset() -. | |
static int | string_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset a String to its initial value - Implements ConfigSetType::reset() -. | |
static int | expando_reset (void *var, const struct ConfigDef *cdef, struct Buffer *err) |
Reset an Expando to its initial value - Implements ConfigSetType::reset() -. | |
Reset a config item to its initial value.
var | Variable to reset |
cdef | Variable definition |
err | Buffer for error messages (may be NULL) |
num | Result, e.g. CSR_SUCCESS |
Reset an Address to its initial value - Implements ConfigSetType::reset() -.
Definition at line 232 of file config_type.c.
Reset a Bool to its initial value - Implements ConfigSetType::reset() -.
Definition at line 174 of file bool.c.
Reset an Enumeration to its initial value - Implements ConfigSetType::reset() -.
Definition at line 169 of file enum.c.
Reset a Long to its initial value - Implements ConfigSetType::reset() -.
Definition at line 235 of file long.c.
Reset an MbTable to its initial value - Implements ConfigSetType::reset() -.
Definition at line 272 of file mbtable.c.
Reset a MyVar to its initial value - Implements ConfigSetType::reset() -.
Definition at line 177 of file myvar.c.
Reset a Number to its initial value - Implements ConfigSetType::reset() -.
Definition at line 280 of file number.c.
Reset a Path to its initial value - Implements ConfigSetType::reset() -.
Definition at line 230 of file path.c.
Reset a Quad-option to its initial value - Implements ConfigSetType::reset() -.
Definition at line 180 of file quad.c.
Reset a Regex to its initial value - Implements ConfigSetType::reset() -.
Definition at line 297 of file regex.c.
Reset a Slist to its initial value - Implements ConfigSetType::reset() -.
Definition at line 289 of file slist.c.
Reset a Sort to its initial value - Implements ConfigSetType::reset() -.
Definition at line 206 of file sort.c.
Reset a String to its initial value - Implements ConfigSetType::reset() -.
Definition at line 239 of file string.c.
Reset an Expando to its initial value - Implements ConfigSetType::reset() -.
Definition at line 291 of file config_type.c.