Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 5 of 5) sorted by relevance

/unit/src/
H A Dnxt_conf.h98 nxt_conf_op_ret_t nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops,
H A Dnxt_controller.c1275 nxt_conf_op_t *ops; in nxt_controller_process_config() local
1360 rc = nxt_conf_op_compile(c->mem_pool, &ops, in nxt_controller_process_config()
1379 value = nxt_conf_clone(mp, ops, nxt_controller_conf.root); in nxt_controller_process_config()
1443 rc = nxt_conf_op_compile(c->mem_pool, &ops, in nxt_controller_process_config()
1462 value = nxt_conf_clone(mp, ops, nxt_controller_conf.root); in nxt_controller_process_config()
H A Dnxt_js.c149 opts.ops = &nxt_js_ops; in nxt_js_vm_create()
H A Dnxt_script.c66 opts.ops = &nxt_js_ops; in nxt_script_new()
H A Dnxt_conf.c821 nxt_conf_op_compile(nxt_mp_t *mp, nxt_conf_op_t **ops, nxt_conf_value_t *root, in nxt_conf_op_compile() argument
835 parent = ops; in nxt_conf_op_compile()