Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python.c31 static nxt_int_t nxt_python_set_target(nxt_task_t *task,
302 ret = nxt_python_set_target(task, &targets->target[i], cv); in nxt_python_start()
309 ret = nxt_python_set_target(task, &targets->target[0], app_conf->self); in nxt_python_start()
400 nxt_python_set_target(nxt_task_t *task, nxt_python_target_t *target, in nxt_python_set_target() function