| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_auth_http_module.c | 1249 b->last = ngx_copy(b->last, ahcf->uri.data, ahcf->uri.len); in ngx_mail_auth_http_create_request() 1254 b->last = ngx_copy(b->last, ahcf->host_header.data, in ngx_mail_auth_http_create_request() 1266 b->last = ngx_copy(b->last, login.data, login.len); in ngx_mail_auth_http_create_request() 1270 b->last = ngx_copy(b->last, passwd.data, passwd.len); in ngx_mail_auth_http_create_request() 1275 b->last = ngx_copy(b->last, s->salt.data, s->salt.len); in ngx_mail_auth_http_create_request() 1290 b->last = ngx_copy(b->last, s->connection->addr_text.data, in ngx_mail_auth_http_create_request() 1297 b->last = ngx_copy(b->last, s->host.data, s->host.len); in ngx_mail_auth_http_create_request() 1331 b->last = ngx_copy(b->last, verify.data, verify.len); in ngx_mail_auth_http_create_request() 1345 b->last = ngx_copy(b->last, issuer.data, issuer.len); in ngx_mail_auth_http_create_request() 1352 b->last = ngx_copy(b->last, serial.data, serial.len); in ngx_mail_auth_http_create_request() [all …]
|
| H A D | ngx_mail_proxy_module.c | 556 p = ngx_copy(p, s->connection->addr_text.data, in ngx_mail_proxy_smtp_handler() 561 p = ngx_copy(p, s->login.data, s->login.len); in ngx_mail_proxy_smtp_handler() 565 p = ngx_copy(p, s->host.data, s->host.len); in ngx_mail_proxy_smtp_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_header_filter_module.c | 444 b->last = ngx_copy(b->last, status_line->data, status_line->len); in ngx_http_header_filter() 480 b->last = ngx_copy(b->last, r->headers_out.content_type.data, in ngx_http_header_filter() 488 b->last = ngx_copy(b->last, r->headers_out.charset.data, in ngx_http_header_filter() 531 b->last = ngx_copy(b->last, host.data, host.len); in ngx_http_header_filter() 537 b->last = ngx_copy(b->last, r->headers_out.location->value.data, in ngx_http_header_filter() 598 b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len); in ngx_http_header_filter() 601 b->last = ngx_copy(b->last, header[i].value.data, header[i].value.len); in ngx_http_header_filter()
|
| H A D | ngx_http_script.c | 777 e->pos = ngx_copy(p, e->ip + sizeof(ngx_http_script_copy_code_t), in ngx_http_script_copy_code() 881 e->pos = ngx_copy(p, value->data, value->len); in ngx_http_script_copy_var_code() 1127 e->pos = ngx_copy(e->pos, r->args.data, r->args.len); in ngx_http_script_regex_end_code() 1159 e->pos = ngx_copy(e->pos, r->args.data, r->args.len); in ngx_http_script_regex_end_code() 1303 e->pos = ngx_copy(pos, &p[cap[n]], cap[n + 1] - cap[n]); in ngx_http_script_copy_capture_code()
|
| H A D | ngx_http_variables.c | 916 p = ngx_copy(p, h[i]->value.data, h[i]->value.len); in ngx_http_variable_headers_internal()
|
| H A D | ngx_http_file_cache.c | 1297 p = ngx_copy(p, key[i].data, key[i].len); in ngx_http_file_cache_set_header()
|
| H A D | ngx_http_core_module.c | 1820 last = ngx_copy(path->data, clcf->root.data, clcf->root.len); in ngx_http_map_uri_to_path()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 120 ngx_copy(u_char *dst, u_char *src, size_t len) in ngx_copy() function 138 #define ngx_copy ngx_cpymem macro
|
| H A D | ngx_crypt.c | 137 p = ngx_copy(p, salt, saltlen); in ngx_crypt_apr1()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_chunked_filter_module.c | 318 b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len); in ngx_http_chunked_create_trailers() 321 b->last = ngx_copy(b->last, header[i].value.data, header[i].value.len); in ngx_http_chunked_create_trailers()
|
| H A D | ngx_http_userid_filter_module.c | 391 p = ngx_copy(cookie, conf->name.data, conf->name.len); in ngx_http_userid_set_uid() 421 p = ngx_copy(p, conf->domain.data, conf->domain.len); in ngx_http_userid_set_uid() 423 p = ngx_copy(p, conf->path.data, conf->path.len); in ngx_http_userid_set_uid()
|
| H A D | ngx_http_proxy_module.c | 1143 p = ngx_copy(p, ctx->vars.uri.data, ctx->vars.uri.len); in ngx_http_proxy_create_key() 1152 p = ngx_copy(p, r->uri.data + loc_len, r->uri.len - loc_len); in ngx_http_proxy_create_key() 1157 p = ngx_copy(p, r->args.data, r->args.len); in ngx_http_proxy_create_key() 1347 b->last = ngx_copy(b->last, method.data, method.len); in ngx_http_proxy_create_request() 1369 b->last = ngx_copy(b->last, r->uri.data + loc_len, in ngx_http_proxy_create_request() 1375 b->last = ngx_copy(b->last, r->args.data, r->args.len); in ngx_http_proxy_create_request() 1466 b->last = ngx_copy(b->last, header[i].value.data, in ngx_http_proxy_create_request() 2460 p = ngx_copy(p, h[i]->value.data, h[i]->value.len); in ngx_http_proxy_add_x_forwarded_for_variable() 2742 p = ngx_copy(data, h->value.data, prefix); in ngx_http_proxy_rewrite() 2743 p = ngx_copy(p, replacement->data, replacement->len); in ngx_http_proxy_rewrite() [all …]
|
| H A D | ngx_http_static_module.c | 176 last = ngx_copy(location, r->uri.data, r->uri.len); in ngx_http_static_handler()
|
| H A D | ngx_http_random_index_module.c | 253 last = ngx_copy(uri.data, r->uri.data, r->uri.len); in ngx_http_random_index_handler()
|
| H A D | ngx_http_try_files_module.c | 274 p = ngx_copy(r->uri.data, name, alias); in ngx_http_try_files_handler()
|
| H A D | ngx_http_index_module.c | 273 p = ngx_copy(uri.data, r->uri.data, r->uri.len); in ngx_http_index_handler()
|
| H A D | ngx_http_memcached_module.c | 284 b->last = ngx_copy(b->last, vv->data, vv->len); in ngx_http_memcached_create_request()
|
| H A D | ngx_http_ssi_filter_module.c | 1660 p = ngx_copy(data, r->uri.data, prefix); in ngx_http_ssi_evaluate_string() 1860 p = ngx_copy(p, r->uri.data, prefix); in ngx_http_ssi_evaluate_string() 1863 p = ngx_copy(p, value[i], size[i]); in ngx_http_ssi_evaluate_string()
|
| H A D | ngx_http_grpc_module.c | 746 b->last = ngx_copy(b->last, ngx_http_grpc_connection_start, in ngx_http_grpc_create_request() 824 p = ngx_copy(p, r->uri.data, r->uri.len); in ngx_http_grpc_create_request() 829 p = ngx_copy(p, r->args.data, r->args.len); in ngx_http_grpc_create_request() 3859 cl->buf->last = ngx_copy(cl->buf->last, ctx->ping_data, 8); in ngx_http_grpc_send_ping_ack()
|
| H A D | ngx_http_uwsgi_module.c | 1099 b->last = ngx_copy(b->last, header[i].value.data, val_len); in ngx_http_uwsgi_create_request() 1111 b->last = ngx_copy(b->last, uwcf->uwsgi_string.data, in ngx_http_uwsgi_create_request()
|
| H A D | ngx_http_fastcgi_module.c | 1150 b->last = ngx_copy(b->last, header[i].value.data, val_len); in ngx_http_fastcgi_create_request() 3393 p = ngx_copy(v->data, f->script_name.data, f->script_name.len); in ngx_http_fastcgi_script_name_variable()
|
| H A D | ngx_http_scgi_module.c | 890 b->last = ngx_copy(val, header[i].value.data, header[i].value.len); in ngx_http_scgi_create_request()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 641 e->pos = ngx_copy(p, e->ip + sizeof(ngx_stream_script_copy_code_t), in ngx_stream_script_copy_code() 746 e->pos = ngx_copy(p, value->data, value->len); in ngx_stream_script_copy_var_code() 841 e->pos = ngx_copy(pos, &p[cap[n]], cap[n + 1] - cap[n]); in ngx_stream_script_copy_capture_code()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 318 p = ngx_copy(p, ph[i]->value.data, ph[i]->value.len);
|