Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_runtime.h123 nxt_int_t nxt_runtime_controller_socket(nxt_task_t *task, nxt_runtime_t *rt);
H A Dnxt_runtime.c938 if (nxt_runtime_controller_socket(task, rt) != NXT_OK) { in nxt_runtime_conf_init()
H A Dnxt_controller.c662 nxt_runtime_controller_socket(nxt_task_t *task, nxt_runtime_t *rt) in nxt_runtime_controller_socket() function