Home
last modified time | relevance | path

Searched refs:nxt_conf_get_array_element (Results 1 – 13 of 13) sorted by relevance

/unit/src/
H A Dnxt_external.c160 value = nxt_conf_get_array_element(c->arguments, index); in nxt_external_start()
185 value = nxt_conf_get_array_element(c->arguments, index); in nxt_external_start()
H A Dnxt_conf.h90 NXT_EXPORT nxt_conf_value_t *nxt_conf_get_array_element(nxt_conf_value_t *value,
H A Dnxt_java.c252 value = nxt_conf_get_array_element(c->options, i); in nxt_java_start()
277 value = nxt_conf_get_array_element(c->classpath, i); in nxt_java_start()
H A Dnxt_conf.c500 value = nxt_conf_get_array_element(value, index); in nxt_conf_get_path()
767 nxt_conf_get_array_element(nxt_conf_value_t *value, uint32_t index) in nxt_conf_get_array_element() function
866 node = nxt_conf_get_array_element(root, index); in nxt_conf_op_compile()
H A Dnxt_main_process.c1474 value = nxt_conf_get_array_element(root, index); in nxt_main_port_modules_handler()
1514 value = nxt_conf_get_array_element(mounts, jindex); in nxt_main_port_modules_handler()
H A Dnxt_isolation.c358 obj = nxt_conf_get_array_element(map_array, i); in nxt_isolation_credential_map()
H A Dnxt_http_route.c378 value = nxt_conf_get_array_element(cv, i); in nxt_http_route_create()
H A Dnxt_controller.c2192 element = nxt_conf_get_array_element(js_module, i); in nxt_controller_script_in_use()
H A Dnxt_conf_validation.c2961 element = nxt_conf_get_array_element(value, index); in nxt_conf_vldt_array_iterator()
H A Dnxt_router.c2129 value = nxt_conf_get_array_element(js_module, i); in nxt_router_conf_create()
2332 value = nxt_conf_get_array_element(ext_conf, i); in nxt_router_conf_process_static()
/unit/src/test/
H A Dnxt_clone_test.c588 obj = nxt_conf_get_array_element(array, i); in nxt_clone_test_parse_map()
/unit/src/wasm/
H A Dnxt_wasm.c289 value = nxt_conf_get_array_element(dirs, i); in nxt_wasm_setup()
/unit/src/wasm-wasi-component/src/
H A Dlib.rs76 let value = bindings::nxt_conf_get_array_element( in setup()