Get a config item as a string. More...
Collaboration diagram for string_get():Functions | |
| static int | address_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get an Address as a string - Implements ConfigSetType::string_get() -. | |
| static int | bool_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Bool as a string - Implements ConfigSetType::string_get() -. | |
| static int | enum_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get an Enumeration as a string - Implements ConfigSetType::string_get() -. | |
| static int | long_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Long as a string - Implements ConfigSetType::string_get() -. | |
| static int | mbtable_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a MbTable as a string - Implements ConfigSetType::string_get() -. | |
| static int | myvar_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a MyVar as a string - Implements ConfigSetType::string_get() -. | |
| static int | number_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Number as a string - Implements ConfigSetType::string_get() -. | |
| static int | path_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Path as a string - Implements ConfigSetType::string_get() -. | |
| static int | quad_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Quad-option as a string - Implements ConfigSetType::string_get() -. | |
| static int | regex_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Regex as a string - Implements ConfigSetType::string_get() -. | |
| static int | slist_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Slist as a string - Implements ConfigSetType::string_get() -. | |
| static int | sort_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a Sort as a string - Implements ConfigSetType::string_get() -. | |
| static int | string_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get a String as a string - Implements ConfigSetType::string_get() -. | |
| static int | expando_string_get (void *var, const struct ConfigDef *cdef, struct Buffer *result) |
| Get an Expando as a string - Implements ConfigSetType::string_get() -. | |
Get a config item as a string.
| var | Variable to get (may be NULL) |
| cdef | Variable definition |
| result | Buffer for results or error messages |
| num | Result, e.g. CSR_SUCCESS |
If var is NULL, then the config item's initial value will be returned.
|
static |
Get an Address as a string - Implements ConfigSetType::string_get() -.
Definition at line 137 of file config_type.c.
Here is the call graph for this function:
|
static |
Get a Bool as a string - Implements ConfigSetType::string_get() -.
Definition at line 109 of file bool.c.
Here is the call graph for this function:
|
static |
Get an Enumeration as a string - Implements ConfigSetType::string_get() -.
Definition at line 91 of file enum.c.
Here is the call graph for this function:
|
static |
Get a Long as a string - Implements ConfigSetType::string_get() -.
Definition at line 97 of file long.c.
Here is the call graph for this function:
|
static |
Get a MbTable as a string - Implements ConfigSetType::string_get() -.
Definition at line 177 of file mbtable.c.
Here is the call graph for this function:
|
static |
Get a MyVar as a string - Implements ConfigSetType::string_get() -.
Definition at line 94 of file myvar.c.
Here is the call graph for this function:
|
static |
Get a Number as a string - Implements ConfigSetType::string_get() -.
Definition at line 130 of file number.c.
Here is the call graph for this function:
|
static |
Get a Path as a string - Implements ConfigSetType::string_get() -.
Definition at line 143 of file path.c.
Here is the call graph for this function:
|
static |
Get a Quad-option as a string - Implements ConfigSetType::string_get() -.
Definition at line 112 of file quad.c.
Here is the call graph for this function:
|
static |
Get a Regex as a string - Implements ConfigSetType::string_get() -.
Definition at line 202 of file regex.c.
Here is the call graph for this function:
|
static |
Get a Slist as a string - Implements ConfigSetType::string_get() -.
Definition at line 119 of file slist.c.
Here is the call graph for this function:
|
static |
Get a Sort as a string - Implements ConfigSetType::string_get() -.
Definition at line 123 of file sort.c.
Here is the call graph for this function:
|
static |
Get a String as a string - Implements ConfigSetType::string_get() -.
Definition at line 114 of file string.c.
Here is the call graph for this function:
|
static |
Get an Expando as a string - Implements ConfigSetType::string_get() -.
Definition at line 135 of file config_type.c.
Here is the call graph for this function: