Searched refs:nxt_conf_copy_value (Results 1 – 1 of 1) sorted by relevance
/unit/src/ |
H A D | nxt_conf.c | 125 static nxt_int_t nxt_conf_copy_value(nxt_mp_t *mp, nxt_conf_op_t *op, 944 rc = nxt_conf_copy_value(mp, op, copy, 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() function 1044 rc = nxt_conf_copy_value(mp, pass_op, &dst->u.array->elements[d], in nxt_conf_copy_array() 1146 rc = nxt_conf_copy_value(mp, NULL, in nxt_conf_copy_object() 1154 rc = nxt_conf_copy_value(mp, pass_op, in nxt_conf_copy_object() 1181 rc = nxt_conf_copy_value(mp, NULL, in nxt_conf_copy_object() 1195 rc = nxt_conf_copy_value(mp, NULL, in nxt_conf_copy_object()
|