Searched refs:nxt_str_dup (Results 1 – 13 of 13) sorted by relevance
/unit/src/ |
H A D | nxt_pcre2.c | 51 if (nxt_slow_path(nxt_str_dup(mp, &re->pattern, source) == NULL)) { in nxt_regex_compile()
|
H A D | nxt_upstream.c | 56 string = nxt_str_dup(mp, &upstreams->upstream[i].name, &name); in nxt_upstreams_create()
|
H A D | nxt_string.h | 120 NXT_EXPORT nxt_str_t *nxt_str_dup(nxt_mp_t *mp, nxt_str_t *dst,
|
H A D | nxt_var.c | 135 ref->name = nxt_str_dup(state->pool, NULL, name); in nxt_var_ref_get() 169 str = nxt_str_dup(mp, &field->name, name); in nxt_var_field_new()
|
H A D | nxt_script.c | 206 name = nxt_str_dup(mp, &info->name, name); in nxt_script_info_save() 433 if (nxt_slow_path(nxt_str_dup(mp, &item->name, &name) == NULL)) { in nxt_script_store_load()
|
H A D | nxt_string.c | 34 nxt_str_dup(nxt_mp_t *mp, nxt_str_t *dst, const nxt_str_t *src) in nxt_str_dup() function
|
H A D | nxt_cert.c | 384 name = nxt_str_dup(mp, &info->name, name); in nxt_cert_info_save() 903 if (nxt_slow_path(nxt_str_dup(mp, &item->name, &name) == NULL)) { in nxt_cert_store_load()
|
H A D | nxt_router.c | 1811 s = nxt_str_dup(app_mp, &targets[i], &target); in nxt_router_conf_create() 2308 type = nxt_str_dup(mp, NULL, &str); in nxt_router_conf_process_static() 2316 if (nxt_slow_path(nxt_str_dup(mp, &exten, &str) == NULL)) { in nxt_router_conf_process_static() 2336 if (nxt_slow_path(nxt_str_dup(mp, &exten, &str) == NULL)) { in nxt_router_conf_process_static() 2435 fh->header = nxt_str_dup(mp, NULL, &header); in nxt_router_conf_forward_header() 2994 if (nxt_slow_path(nxt_str_dup(mp, &bundle->name, &tls->name) == NULL)) { in nxt_router_tls_rpc_handler()
|
H A D | nxt_conf.c | 203 ptr = nxt_str_dup(mp, &tmp, str); in nxt_conf_set_string_dup() 691 s = nxt_str_dup(mp, &ptr->str, &str); in nxt_conf_map_object()
|
H A D | nxt_http_route.c | 272 string = nxt_str_dup(mp, &route->name, &name); in nxt_http_routes_create() 1438 if (nxt_slow_path(nxt_str_dup(mp, &rest, pass) == NULL)) { in nxt_http_pass_segments()
|
H A D | nxt_http_static.c | 122 ret = nxt_str_dup(mp, &conf->index, &str); in nxt_http_static_init()
|
H A D | nxt_application.c | 410 nxt_str_dup(mp, &module->version, &version); in nxt_discovery_module()
|
H A D | nxt_conf_validation.c | 1650 if (nxt_slow_path(nxt_str_dup(vldt->pool, &str, name) == NULL)) { in nxt_conf_vldt_listener()
|