/unit/src/ |
H A D | nxt_external.c | 165 nxt_conf_get_string(value, &str); in nxt_external_start() 192 nxt_conf_get_string(value, &str); in nxt_external_start()
|
H A D | nxt_conf_validation.c | 557 nxt_conf_get_string(value, &key); in nxt_conf_vldt_ticket_key_element() 1435 nxt_conf_get_string(value, &exten); in nxt_conf_vldt_mtypes_extension() 1536 nxt_conf_get_string(value, &pass); in nxt_conf_vldt_pass() 1716 nxt_conf_get_string(value, &str); in nxt_conf_vldt_share_element() 1733 nxt_conf_get_string(value, &name); in nxt_conf_vldt_proxy() 2268 nxt_conf_get_string(value, &name); in nxt_conf_vldt_certificate_element() 2324 nxt_conf_get_string(value, &name); in nxt_conf_vldt_app_name() 2717 nxt_conf_get_string(value, &str); in nxt_conf_vldt_environment() 2916 nxt_conf_get_string(value, &str); in nxt_conf_vldt_argument() 2975 nxt_conf_get_string(value, &str); in nxt_conf_vldt_java_classpath() [all …]
|
H A D | nxt_conf.c | 164 nxt_conf_get_string(nxt_conf_value_t *value, nxt_str_t *str) in nxt_conf_get_string() function 545 nxt_conf_get_string(&member->name, &str); in nxt_conf_get_object_member() 667 nxt_conf_get_string(v, &str); in nxt_conf_map_object() 735 nxt_conf_get_string(&member->name, name); in nxt_conf_next_object_member() 1655 nxt_conf_get_string(&member->name, &lhq.key); in nxt_conf_object_hash_add() 1675 nxt_conf_get_string(&member->name, &str); in nxt_conf_object_hash_test() 2280 nxt_conf_get_string(value, &str); in nxt_conf_json_string_length() 2291 nxt_conf_get_string(value, &str); in nxt_conf_json_print_string()
|
H A D | nxt_conf.h | 117 NXT_EXPORT void nxt_conf_get_string(nxt_conf_value_t *value, nxt_str_t *str);
|
H A D | nxt_php_sapi.c | 405 nxt_conf_get_string(value, &ini_path); in nxt_php_setup() 530 nxt_conf_get_string(value, &str); in nxt_php_set_target() 558 nxt_conf_get_string(value, &str); in nxt_php_set_target() 608 nxt_conf_get_string(value, &str); in nxt_php_set_target() 685 nxt_conf_get_string(value_obj, &value); in nxt_php_set_options()
|
H A D | nxt_http_return.c | 55 nxt_conf_get_string(acf->location, &str); in nxt_http_return_init()
|
H A D | nxt_java.c | 257 nxt_conf_get_string(value, &str); in nxt_java_start() 282 nxt_conf_get_string(value, &str); in nxt_java_start()
|
H A D | nxt_http_route_addr.c | 30 nxt_conf_get_string(cv, &addr); in nxt_http_route_addr_pattern_parse()
|
H A D | nxt_http_proxy.c | 62 nxt_conf_get_string(acf->proxy, &name); in nxt_http_proxy_init()
|
H A D | nxt_http_route.c | 672 nxt_conf_get_string(acf.pass, &pass); in nxt_http_action_init() 899 nxt_conf_get_string(value, &test); in nxt_http_pattern_compare() 903 nxt_conf_get_string(value, &test); in nxt_http_pattern_compare() 941 nxt_conf_get_string(cv, &test); in nxt_http_route_pattern_create()
|
H A D | nxt_http_static.c | 103 nxt_conf_get_string(cv, &str); in nxt_http_static_init() 118 nxt_conf_get_string(acf->index, &str); in nxt_http_static_init()
|
H A D | nxt_openssl.c | 579 nxt_conf_get_string(member, &value); 683 nxt_conf_get_string(member, &value);
|
H A D | nxt_isolation.c | 449 nxt_conf_get_string(obj, &str); in nxt_isolation_set_rootfs()
|
H A D | nxt_router.c | 1978 nxt_conf_get_string(value, &path); in nxt_router_conf_create() 2048 nxt_conf_get_string(value, &tls->name); in nxt_router_conf_tls_insert() 2100 nxt_conf_get_string(ext_conf, &str); in nxt_router_conf_process_static() 2120 nxt_conf_get_string(value, &str); in nxt_router_conf_process_static() 2219 nxt_conf_get_string(conf, &header); in nxt_router_conf_forward_header()
|
H A D | nxt_application.c | 871 nxt_conf_get_string(value_obj, &value); in nxt_app_set_environment()
|
H A D | nxt_controller.c | 1699 nxt_conf_get_string(value, &str); in nxt_controller_cert_in_use()
|
/unit/src/python/ |
H A D | nxt_python.c | 337 nxt_conf_get_string(value, &str); in nxt_python_set_target() 356 nxt_conf_get_string(value, &str); in nxt_python_set_target() 428 nxt_conf_get_string(value, &str); in nxt_python_set_path()
|