Searched refs:nxt_conf_map_object (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_conf.h | 93 NXT_EXPORT nxt_int_t nxt_conf_map_object(nxt_mp_t *mp, nxt_conf_value_t *value,
|
H A D | nxt_main_process.c | 465 ret = nxt_conf_map_object(process->mem_pool, conf, nxt_common_app_conf, in nxt_main_start_process_handler() 488 ret = nxt_conf_map_object(process->mem_pool, conf, nxt_app_maps[idx].map, in nxt_main_start_process_handler() 497 ret = nxt_conf_map_object(process->mem_pool, app_conf->limits, in nxt_main_start_process_handler() 1353 ret = nxt_conf_map_object(rt->mem_pool, value, nxt_app_lang_module_map, in nxt_main_port_modules_handler() 1394 ret = nxt_conf_map_object(rt->mem_pool, value, in nxt_main_port_modules_handler()
|
H A D | nxt_router.c | 1530 ret = nxt_conf_map_object(mp, root, nxt_router_conf, in nxt_router_conf_create() 1623 ret = nxt_conf_map_object(mp, application, nxt_router_app_conf, in nxt_router_conf_create() 1637 ret = nxt_conf_map_object(mp, apcf.limits_value, in nxt_router_conf_create() 1650 ret = nxt_conf_map_object(mp, apcf.processes_value, in nxt_router_conf_create() 1827 ret = nxt_conf_map_object(mp, listener, nxt_router_listener_conf, in nxt_router_conf_create() 1862 ret = nxt_conf_map_object(mp, http, nxt_router_http_conf, in nxt_router_conf_create() 1872 ret = nxt_conf_map_object(mp, websocket, in nxt_router_conf_create()
|
H A D | nxt_http_route.c | 441 ret = nxt_conf_map_object(tmcf->mem_pool, in nxt_http_route_match_create() 650 ret = nxt_conf_map_object(tmcf->mem_pool, cv, nxt_http_route_action_conf, in nxt_http_action_init()
|
H A D | nxt_isolation.c | 306 ret = nxt_conf_map_object(mp, obj, nxt_clone_map_entry_conf, in nxt_isolation_credential_map()
|
H A D | nxt_conf_validation.c | 2588 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_processes() 2837 ret = nxt_conf_map_object(vldt->pool, value, in nxt_conf_vldt_clone_procmap()
|
H A D | nxt_conf.c | 562 nxt_conf_map_object(nxt_mp_t *mp, nxt_conf_value_t *value, nxt_conf_map_t *map, in nxt_conf_map_object() function
|