Set a config item by string. More...
Collaboration diagram for string_set():Functions | |
| static int | address_string_set (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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.
| 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.
Here is the call graph for this function:
|
static |
Set a Bool by string - Implements ConfigSetType::string_set() -.
Definition at line 58 of file bool.c.
Here is the call graph for this function:
|
static |
Set an Enumeration by string - Implements ConfigSetType::string_set() -.
Definition at line 45 of file enum.c.
Here is the call graph for this function:
|
static |
Set a Long by string - Implements ConfigSetType::string_set() -.
Definition at line 46 of file long.c.
Here is the call graph for this function:
|
static |
Set an MbTable by string - Implements ConfigSetType::string_set() -.
Definition at line 122 of file mbtable.c.
Here is the call graph for this function:
|
static |
Set a MyVar by string - Implements ConfigSetType::string_set() -.
Definition at line 57 of file myvar.c.
Here is the call graph for this function:
|
static |
Set a Number by string - Implements ConfigSetType::string_set() -.
Definition at line 79 of file number.c.
Here is the call graph for this function:
|
static |
Set a Path by string - Implements ConfigSetType::string_set() -.
Definition at line 89 of file path.c.
Here is the call graph for this function:
|
static |
Set a Quad-option by string - Implements ConfigSetType::string_set() -.
Definition at line 61 of file quad.c.
Here is the call graph for this function:
|
static |
Set a Regex by string - Implements ConfigSetType::string_set() -.
Definition at line 142 of file regex.c.
Here is the call graph for this function:
|
static |
Set a Slist by string - Implements ConfigSetType::string_set() -.
Definition at line 59 of file slist.c.
Here is the call graph for this function:
|
static |
Set a Sort by string - Implements ConfigSetType::string_set() -.
Definition at line 50 of file sort.c.
Here is the call graph for this function:
|
static |
Set a String by string - Implements ConfigSetType::string_set() -.
Definition at line 60 of file string.c.
Here is the call graph for this function:
|
static |
Set an Expando by string - Implements ConfigSetType::string_set() -.
Definition at line 61 of file config_type.c.
Here is the call graph for this function: