Add to a config item by string. More...
Functions | |
static int | long_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to a Long by string - Implements ConfigSetType::string_plus_equals() -. | |
static int | myvar_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to a MyVar by string - Implements ConfigSetType::string_plus_equals() -. | |
static int | number_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to a Number by string - Implements ConfigSetType::string_plus_equals() -. | |
static int | slist_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to a Slist by string - Implements ConfigSetType::string_plus_equals() -. | |
static int | string_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to a String by string - Implements ConfigSetType::string_plus_equals() -. | |
static int | expando_string_plus_equals (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, const char *value, struct Buffer *err) |
Add to an Expando by string - Implements ConfigSetType::string_plus_equals() -. | |
Add to a config item by string.
cs | Config items |
var | Variable to set |
cdef | Variable definition |
value | Value to set |
err | Buffer for error messages (may be NULL) |
num | Result, e.g. CSR_SUCCESS |
|
static |
Add to a Long by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 152 of file long.c.
|
static |
Add to a MyVar by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 153 of file myvar.c.
|
static |
Add to a Number by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 189 of file number.c.
|
static |
Add to a Slist by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 205 of file slist.c.
|
static |
Add to a String by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 190 of file string.c.
|
static |
Add to an Expando by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 224 of file config_type.c.