Set a config item by string. More...
Functions | |
static int | address_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set an Address by string - Implements ConfigSetType::string_set() -. | |
static int | bool_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Bool by string - Implements ConfigSetType::string_set() -. | |
static int | enum_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set an Enumeration by string - Implements ConfigSetType::string_set() -. | |
static int | long_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Long by string - Implements ConfigSetType::string_set() -. | |
static int | mbtable_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set an MbTable by string - Implements ConfigSetType::string_set() -. | |
static int | myvar_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a MyVar by string - Implements ConfigSetType::string_set() -. | |
static int | number_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Number by string - Implements ConfigSetType::string_set() -. | |
static int | path_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Path by string - Implements ConfigSetType::string_set() -. | |
static int | quad_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Quad-option by string - Implements ConfigSetType::string_set() -. | |
static int | regex_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Regex by string - Implements ConfigSetType::string_set() -. | |
static int | slist_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Slist by string - Implements ConfigSetType::string_set() -. | |
static int | sort_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a Sort by string - Implements ConfigSetType::string_set() -. | |
static int | string_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set a String by string - Implements ConfigSetType::string_set() -. | |
static int | expando_string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Set an Expando by string - Implements ConfigSetType::string_set() -. | |
Set a config item by string.
cs | Config items |
var | Variable to set (may be NULL) |
cdef | Variable definition |
value | Value to set (may be NULL) |
err | Buffer for error messages (may be NULL) |
num | Result, e.g. CSR_SUCCESS |
If var is NULL, then the config item's initial value will be set.
|
static |
Set an Address by string - Implements ConfigSetType::string_set() -.
Definition at line 74 of file config_type.c.
|
static |
Set a Bool by string - Implements ConfigSetType::string_set() -.
Definition at line 58 of file bool.c.
|
static |
Set an Enumeration by string - Implements ConfigSetType::string_set() -.
Definition at line 45 of file enum.c.
|
static |
Set a Long by string - Implements ConfigSetType::string_set() -.
Definition at line 45 of file long.c.
|
static |
Set an MbTable by string - Implements ConfigSetType::string_set() -.
Definition at line 122 of file mbtable.c.
|
static |
Set a MyVar by string - Implements ConfigSetType::string_set() -.
Definition at line 57 of file myvar.c.
|
static |
Set a Number by string - Implements ConfigSetType::string_set() -.
Definition at line 75 of file number.c.
|
static |
Set a Path by string - Implements ConfigSetType::string_set() -.
Definition at line 90 of file path.c.
|
static |
Set a Quad-option by string - Implements ConfigSetType::string_set() -.
Definition at line 60 of file quad.c.
|
static |
Set a Regex by string - Implements ConfigSetType::string_set() -.
Definition at line 142 of file regex.c.
|
static |
Set a Slist by string - Implements ConfigSetType::string_set() -.
Definition at line 62 of file slist.c.
|
static |
Set a Sort by string - Implements ConfigSetType::string_set() -.
Definition at line 49 of file sort.c.
|
static |
Set a String by string - Implements ConfigSetType::string_set() -.
Definition at line 59 of file string.c.
|
static |
Set an Expando by string - Implements ConfigSetType::string_set() -.
Definition at line 60 of file config_type.c.