Set a config item by string. More...
Collaboration diagram for native_set():Functions | |
| static int | address_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set an Address config item by Address object - Implements ConfigSetType::native_set() -. | |
| static int | bool_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Bool config item by bool - Implements ConfigSetType::native_set() -. | |
| static int | enum_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set an Enumeration config item by int - Implements ConfigSetType::native_set() -. | |
| static int | long_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Long config item by long - Implements ConfigSetType::native_set() -. | |
| static int | mbtable_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set an MbTable config item by MbTable object - Implements ConfigSetType::native_set() -. | |
| static int | myvar_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a MyVar config item by string - Implements ConfigSetType::native_set() -. | |
| static int | number_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Number config item by int - Implements ConfigSetType::native_set() -. | |
| static int | path_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Path config item by string - Implements ConfigSetType::native_set() -. | |
| static int | quad_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Quad-option config item by int - Implements ConfigSetType::native_set() -. | |
| static int | regex_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Regex config item by Regex object - Implements ConfigSetType::native_set() -. | |
| static int | slist_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Slist config item by Slist - Implements ConfigSetType::native_set() -. | |
| static int | sort_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a Sort config item by int - Implements ConfigSetType::native_set() -. | |
| static int | string_native_set (void *var, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Set a String config item by string - Implements ConfigSetType::native_set() -. | |
Set a config item by string.
| var | Variable to set |
| cdef | Variable definition |
| value | Native pointer/value to set |
| err | Buffer for error messages (may be NULL) |
| num | Result, e.g. CSR_SUCCESS |
|
static |
Set an Address config item by Address object - Implements ConfigSetType::native_set() -.
Definition at line 177 of file config_type.c.
Here is the call graph for this function:
|
static |
Set a Bool config item by bool - Implements ConfigSetType::native_set() -.
Definition at line 128 of file bool.c.
Here is the call graph for this function:
|
static |
Set an Enumeration config item by int - Implements ConfigSetType::native_set() -.
Definition at line 118 of file enum.c.
Here is the call graph for this function:
|
static |
Set a Long config item by long - Implements ConfigSetType::native_set() -.
Definition at line 113 of file long.c.
Here is the call graph for this function:
|
static |
Set an MbTable config item by MbTable object - Implements ConfigSetType::native_set() -.
Definition at line 215 of file mbtable.c.
Here is the call graph for this function:
|
static |
Set a MyVar config item by string - Implements ConfigSetType::native_set() -.
Definition at line 113 of file myvar.c.
Here is the call graph for this function:
|
static |
Set a Number config item by int - Implements ConfigSetType::native_set() -.
Definition at line 146 of file number.c.
Here is the call graph for this function:
|
static |
Set a Path config item by string - Implements ConfigSetType::native_set() -.
Definition at line 162 of file path.c.
Here is the call graph for this function:
|
static |
Set a Quad-option config item by int - Implements ConfigSetType::native_set() -.
Definition at line 134 of file quad.c.
Here is the call graph for this function:
|
static |
Set a Regex config item by Regex object - Implements ConfigSetType::native_set() -.
Definition at line 227 of file regex.c.
Here is the call graph for this function:
|
static |
Set a Slist config item by Slist - Implements ConfigSetType::native_set() -.
Definition at line 144 of file slist.c.
Here is the call graph for this function:
|
static |
Set a Sort config item by int - Implements ConfigSetType::native_set() -.
Definition at line 156 of file sort.c.
Here is the call graph for this function:
|
static |
Set a String config item by string - Implements ConfigSetType::native_set() -.
Definition at line 133 of file string.c.
Here is the call graph for this function: