Searched refs:nxt_conf_get_path (Results 1 – 6 of 6) sorted by relevance
/unit/src/ |
H A D | nxt_conf.h | 82 NXT_EXPORT nxt_conf_value_t *nxt_conf_get_path(nxt_conf_value_t *value,
|
H A D | nxt_router.c | 1541 conf = nxt_conf_get_path(root, &static_path); in nxt_router_conf_create() 1550 applications = nxt_conf_get_path(root, &applications_path); in nxt_router_conf_create() 1785 conf = nxt_conf_get_path(root, &routes_path); in nxt_router_conf_create() 1799 http = nxt_conf_get_path(root, &http_path); in nxt_router_conf_create() 1807 websocket = nxt_conf_get_path(root, &websocket_path); in nxt_router_conf_create() 1809 listeners = nxt_conf_get_path(root, &listeners_path); in nxt_router_conf_create() 1975 value = nxt_conf_get_path(root, &access_log_path); in nxt_router_conf_create() 2082 mtypes_conf = nxt_conf_get_path(conf, &mtypes_path); in nxt_router_conf_process_static() 2154 header_conf = nxt_conf_get_path(conf, &header_path); in nxt_router_conf_forward() 2165 source_conf = nxt_conf_get_path(conf, &source_path); in nxt_router_conf_forward() [all …]
|
H A D | nxt_controller.c | 1176 value = nxt_conf_get_path(nxt_controller_conf.root, path); in nxt_controller_process_config() 1496 value = nxt_conf_get_path(value, path); in nxt_controller_process_cert() 1683 listeners = nxt_conf_get_path(nxt_controller_conf.root, &listeners_path); in nxt_controller_cert_in_use() 1694 value = nxt_conf_get_path(listener, &certificate_path); in nxt_controller_cert_in_use()
|
H A D | nxt_http_route.c | 411 match_conf = nxt_conf_get_path(cv, &match_path); in nxt_http_route_match_create() 425 action_conf = nxt_conf_get_path(cv, &action_path); in nxt_http_route_match_create()
|
H A D | nxt_main_process.c | 1335 root = nxt_conf_get_path(conf, &root_path); in nxt_main_port_modules_handler()
|
H A D | nxt_conf.c | 437 nxt_conf_get_path(nxt_conf_value_t *value, nxt_str_t *path) in nxt_conf_get_path() function
|