Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_conf.h104 nxt_conf_value_t *nxt_conf_json_parse(nxt_mp_t *mp, u_char *start, u_char *end,
108 nxt_conf_json_parse(mp, (str)->start, (str)->start + (str)->length, NULL)
H A Dnxt_main_process.c528 conf = nxt_conf_json_parse(process->mem_pool, start, b->mem.free, NULL); in nxt_main_start_process_handler()
1463 conf = nxt_conf_json_parse(mp, b->mem.pos, b->mem.free, NULL); in nxt_main_port_modules_handler()
H A Dnxt_conf.c1253 nxt_conf_json_parse(nxt_mp_t *mp, u_char *start, u_char *end, in nxt_conf_json_parse() function
H A Dnxt_controller.c1337 value = nxt_conf_json_parse(mp, mbuf->pos, mbuf->free, &error); in nxt_controller_process_config()
H A Dnxt_router.c1655 root = nxt_conf_json_parse(tmcf->mem_pool, start, end, NULL); in nxt_router_conf_create()