Home
last modified time | relevance | path

Searched refs:ngx_pstrdup (Results 1 – 12 of 12) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.h152 u_char *ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src);
H A Dngx_cycle.c86 cycle->conf_prefix.data = ngx_pstrdup(pool, &old_cycle->conf_prefix); in ngx_init_cycle()
93 cycle->prefix.data = ngx_pstrdup(pool, &old_cycle->prefix); in ngx_init_cycle()
109 cycle->conf_param.data = ngx_pstrdup(pool, &old_cycle->conf_param); in ngx_init_cycle()
H A Dngx_conf_file.c120 p = ngx_pstrdup(cf->cycle->pool, filename); in ngx_conf_add_dump()
866 file.data = ngx_pstrdup(cf->pool, &name); in ngx_conf_include()
H A Dngx_string.c73 ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src) in ngx_pstrdup() function
H A Dnginx.c1184 cycle->lock_file.data = ngx_pstrdup(cycle->pool, &lock_file); in ngx_core_module_init_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c468 v.data = ngx_pstrdup(ctx->keys.pool, &value[1]); in ngx_stream_map()
H A Dngx_stream_geo_module.c1218 val->data = ngx_pstrdup(ctx->pool, value); in ngx_stream_geo_value()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c469 v.data = ngx_pstrdup(ctx->keys.pool, &value[1]); in ngx_http_map()
H A Dngx_http_geo_module.c1268 val->data = ngx_pstrdup(ctx->pool, value); in ngx_http_geo_value()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_smtp_handler.c128 s->host.data = ngx_pstrdup(c->pool, &ctx->name); in ngx_mail_smtp_resolve_addr_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c2639 r->schema.data = ngx_pstrdup(pool, &parent->request->schema); in ngx_http_v2_push_stream()
2646 value.data = ngx_pstrdup(pool, path); in ngx_http_v2_push_stream()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3375 conf->server_name.data = ngx_pstrdup(cf->pool, &name); in ngx_http_core_merge_srv_conf()