Reset a config item to its initial value. More...
Collaboration diagram for reset():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.
Here is the call graph for this function:Reset a Bool to its initial value - Implements ConfigSetType::reset() -.
Definition at line 174 of file bool.c.
Here is the call graph for this function:Reset an Enumeration to its initial value - Implements ConfigSetType::reset() -.
Definition at line 169 of file enum.c.
Here is the call graph for this function:Reset a Long to its initial value - Implements ConfigSetType::reset() -.
Definition at line 235 of file long.c.
Here is the call graph for this function:Reset an MbTable to its initial value - Implements ConfigSetType::reset() -.
Definition at line 272 of file mbtable.c.
Here is the call graph for this function:Reset a MyVar to its initial value - Implements ConfigSetType::reset() -.
Definition at line 177 of file myvar.c.
Here is the call graph for this function:Reset a Number to its initial value - Implements ConfigSetType::reset() -.
Definition at line 280 of file number.c.
Here is the call graph for this function:Reset a Path to its initial value - Implements ConfigSetType::reset() -.
Definition at line 230 of file path.c.
Here is the call graph for this function:Reset a Quad-option to its initial value - Implements ConfigSetType::reset() -.
Definition at line 180 of file quad.c.
Here is the call graph for this function:Reset a Regex to its initial value - Implements ConfigSetType::reset() -.
Definition at line 297 of file regex.c.
Here is the call graph for this function:Reset a Slist to its initial value - Implements ConfigSetType::reset() -.
Definition at line 289 of file slist.c.
Here is the call graph for this function:Reset a Sort to its initial value - Implements ConfigSetType::reset() -.
Definition at line 206 of file sort.c.
Here is the call graph for this function:Reset a String to its initial value - Implements ConfigSetType::reset() -.
Definition at line 239 of file string.c.
Here is the call graph for this function:Reset an Expando to its initial value - Implements ConfigSetType::reset() -.
Definition at line 291 of file config_type.c.
Here is the call graph for this function: