Searched refs:ngx_pstrdup (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 152 u_char *ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src);
|
| H A D | ngx_cycle.c | 86 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 D | ngx_conf_file.c | 120 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 D | ngx_string.c | 73 ngx_pstrdup(ngx_pool_t *pool, ngx_str_t *src) in ngx_pstrdup() function
|
| H A D | nginx.c | 1184 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 D | ngx_stream_map_module.c | 468 v.data = ngx_pstrdup(ctx->keys.pool, &value[1]); in ngx_stream_map()
|
| H A D | ngx_stream_geo_module.c | 1218 val->data = ngx_pstrdup(ctx->pool, value); in ngx_stream_geo_value()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_map_module.c | 469 v.data = ngx_pstrdup(ctx->keys.pool, &value[1]); in ngx_http_map()
|
| H A D | ngx_http_geo_module.c | 1268 val->data = ngx_pstrdup(ctx->pool, value); in ngx_http_geo_value()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_smtp_handler.c | 128 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 D | ngx_http_v2.c | 2639 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 D | ngx_http_core_module.c | 3375 conf->server_name.data = ngx_pstrdup(cf->pool, &name); in ngx_http_core_merge_srv_conf()
|