Get a config item as a string. More...
Functions | |
static int | address_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get an Address as a string - Implements ConfigSetType::string_get() -. | |
static int | bool_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Bool as a string - Implements ConfigSetType::string_get() -. | |
static int | enum_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get an Enumeration as a string - Implements ConfigSetType::string_get() -. | |
static int | long_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Long as a string - Implements ConfigSetType::string_get() -. | |
static int | mbtable_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a MbTable as a string - Implements ConfigSetType::string_get() -. | |
static int | myvar_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a MyVar as a string - Implements ConfigSetType::string_get() -. | |
static int | number_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Number as a string - Implements ConfigSetType::string_get() -. | |
static int | path_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Path as a string - Implements ConfigSetType::string_get() -. | |
static int | quad_string_get (const struct ConfigSet *cs, 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 (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Regex as a string - Implements ConfigSetType::string_get() -. | |
static int | slist_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Slist as a string - Implements ConfigSetType::string_get() -. | |
static int | sort_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a Sort as a string - Implements ConfigSetType::string_get() -. | |
static int | string_string_get (const struct ConfigSet *cs, void *var, const struct ConfigDef *cdef, struct Buffer *result) |
Get a String as a string - Implements ConfigSetType::string_get() -. | |
static int | expando_string_get (const struct ConfigSet *cs, 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.
cs | Config items |
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.
|
static |
Get a Bool as a string - Implements ConfigSetType::string_get() -.
Definition at line 109 of file bool.c.
|
static |
Get an Enumeration as a string - Implements ConfigSetType::string_get() -.
Definition at line 91 of file enum.c.
|
static |
Get a Long as a string - Implements ConfigSetType::string_get() -.
Definition at line 96 of file long.c.
|
static |
Get a MbTable as a string - Implements ConfigSetType::string_get() -.
Definition at line 177 of file mbtable.c.
|
static |
Get a MyVar as a string - Implements ConfigSetType::string_get() -.
Definition at line 94 of file myvar.c.
|
static |
Get a Number as a string - Implements ConfigSetType::string_get() -.
Definition at line 126 of file number.c.
|
static |
Get a Path as a string - Implements ConfigSetType::string_get() -.
Definition at line 144 of file path.c.
|
static |
Get a Quad-option as a string - Implements ConfigSetType::string_get() -.
Definition at line 111 of file quad.c.
|
static |
Get a Regex as a string - Implements ConfigSetType::string_get() -.
Definition at line 202 of file regex.c.
|
static |
Get a Slist as a string - Implements ConfigSetType::string_get() -.
Definition at line 125 of file slist.c.
|
static |
Get a Sort as a string - Implements ConfigSetType::string_get() -.
Definition at line 122 of file sort.c.
|
static |
Get a String as a string - Implements ConfigSetType::string_get() -.
Definition at line 113 of file string.c.
|
static |
Get an Expando as a string - Implements ConfigSetType::string_get() -.
Definition at line 134 of file config_type.c.