Home
last modified time | relevance | path

Searched refs:nxt_controller_file_read (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_controller.c46 static nxt_int_t nxt_controller_file_read(nxt_task_t *task, const char *name,
194 ret = nxt_controller_file_read(task, rt->conf, &ctrl_init.conf, mp); in nxt_controller_prefork()
200 ret = nxt_controller_file_read(task, rt->ver, &ver, mp); in nxt_controller_prefork()
240 nxt_controller_file_read(nxt_task_t *task, const char *name, nxt_str_t *str, in nxt_controller_file_read() function