Add to a config item by string. More...
Collaboration diagram for string_plus_equals():Functions | |
| static int | long_string_plus_equals (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 (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 (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 (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 (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 (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.
| 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 151 of file long.c.
Here is the call graph for this function:
|
static |
Add to a MyVar by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 151 of file myvar.c.
Here is the call graph for this function:
|
static |
Add to a Number by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 190 of file number.c.
Here is the call graph for this function:
|
static |
Add to a Slist by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 188 of file slist.c.
Here is the call graph for this function:
|
static |
Add to a String by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 188 of file string.c.
Here is the call graph for this function:
|
static |
Add to an Expando by string - Implements ConfigSetType::string_plus_equals() -.
Definition at line 218 of file config_type.c.
Here is the call graph for this function: