Searched refs:ops (Results 1 – 3 of 3) sorted by relevance
/unit/src/ |
H A D | nxt_conf.h | 96 nxt_conf_op_ret_t nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops,
|
H A D | nxt_controller.c | 1162 nxt_conf_op_t *ops; in nxt_controller_process_config() local 1247 rc = nxt_conf_op_compile(c->mem_pool, &ops, in nxt_controller_process_config() 1266 value = nxt_conf_clone(mp, ops, nxt_controller_conf.root); in nxt_controller_process_config() 1330 rc = nxt_conf_op_compile(c->mem_pool, &ops, in nxt_controller_process_config() 1349 value = nxt_conf_clone(mp, ops, nxt_controller_conf.root); in nxt_controller_process_config()
|
H A D | nxt_conf.c | 796 nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops, nxt_conf_value_t *root, in nxt_conf_op_compile() argument 810 parent = ops; in nxt_conf_op_compile()
|