Object mapping interface extended with more string types.
This commit is contained in:
@@ -38,6 +38,8 @@ typedef enum {
|
||||
NXT_CONF_MAP_MSEC,
|
||||
NXT_CONF_MAP_DOUBLE,
|
||||
NXT_CONF_MAP_STR,
|
||||
NXT_CONF_MAP_STR_COPY,
|
||||
NXT_CONF_MAP_CSTRZ,
|
||||
NXT_CONF_MAP_PTR,
|
||||
} nxt_conf_map_type_t;
|
||||
|
||||
@@ -63,8 +65,8 @@ nxt_conf_value_t *nxt_conf_get_object_member(nxt_conf_value_t *value,
|
||||
nxt_conf_value_t *nxt_conf_next_object_member(nxt_conf_value_t *value,
|
||||
nxt_str_t *name, uint32_t *next);
|
||||
|
||||
nxt_int_t nxt_conf_map_object(nxt_conf_value_t *value, nxt_conf_map_t *map,
|
||||
nxt_uint_t n, void *data);
|
||||
nxt_int_t nxt_conf_map_object(nxt_mp_t *mp, nxt_conf_value_t *value,
|
||||
nxt_conf_map_t *map, nxt_uint_t n, void *data);
|
||||
|
||||
nxt_int_t nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops,
|
||||
nxt_conf_value_t *root, nxt_str_t *path, nxt_conf_value_t *value);
|
||||
|
||||
Reference in New Issue
Block a user