Searched refs:nxt_conf_op_t (Results 1 – 3 of 3) sorted by relevance
/unit/src/ |
H A D | nxt_conf.h | 32 typedef struct nxt_conf_op_s nxt_conf_op_t; typedef 96 nxt_conf_op_ret_t nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops, 99 nxt_conf_value_t *nxt_conf_clone(nxt_mp_t *mp, nxt_conf_op_t *op,
|
H A D | nxt_conf.c | 125 static nxt_int_t nxt_conf_copy_value(nxt_mp_t *mp, nxt_conf_op_t *op, 127 static nxt_int_t nxt_conf_copy_array(nxt_mp_t *mp, nxt_conf_op_t *op, 129 static nxt_int_t nxt_conf_copy_object(nxt_mp_t *mp, nxt_conf_op_t *op, 801 nxt_conf_op_t *op, **parent; in nxt_conf_op_compile() 813 op = nxt_mp_zget(mp, sizeof(nxt_conf_op_t)); in nxt_conf_op_compile() 819 parent = (nxt_conf_op_t **) &op->ctx; in nxt_conf_op_compile() 882 op = nxt_mp_zget(mp, sizeof(nxt_conf_op_t)); in nxt_conf_op_compile() 934 nxt_conf_clone(nxt_mp_t *mp, nxt_conf_op_t *op, nxt_conf_value_t *value) in nxt_conf_clone() 955 nxt_conf_copy_value(nxt_mp_t *mp, nxt_conf_op_t *op, nxt_conf_value_t *dst, in nxt_conf_copy_value() 1004 nxt_conf_op_t *pass_op; in nxt_conf_copy_array() [all …]
|
H A D | nxt_controller.c | 1162 nxt_conf_op_t *ops; in nxt_controller_process_config()
|