ngx_copy          146 src/core/ngx_crypt.c     p = ngx_copy(p, salt, saltlen);
ngx_copy         1128 src/http/modules/ngx_http_fastcgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
ngx_copy         3366 src/http/modules/ngx_http_fastcgi_module.c     p = ngx_copy(v->data, f->script_name.data, f->script_name.len);
ngx_copy          273 src/http/modules/ngx_http_index_module.c             p = ngx_copy(uri.data, r->uri.data, r->uri.len);
ngx_copy          277 src/http/modules/ngx_http_memcached_module.c         b->last = ngx_copy(b->last, vv->data, vv->len);
ngx_copy         1094 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, ctx->vars.uri.data, ctx->vars.uri.len);
ngx_copy         1103 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, r->uri.data + loc_len, r->uri.len - loc_len);
ngx_copy         1108 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, r->args.data, r->args.len);
ngx_copy         1288 src/http/modules/ngx_http_proxy_module.c     b->last = ngx_copy(b->last, method.data, method.len);
ngx_copy         1293 src/http/modules/ngx_http_proxy_module.c         b->last = ngx_copy(b->last, ctx->vars.uri.data, ctx->vars.uri.len);
ngx_copy         1296 src/http/modules/ngx_http_proxy_module.c         b->last = ngx_copy(b->last, r->unparsed_uri.data, r->unparsed_uri.len);
ngx_copy         1300 src/http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, ctx->vars.uri.data, ctx->vars.uri.len);
ngx_copy         1309 src/http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, r->uri.data + loc_len,
ngx_copy         1315 src/http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, r->args.data, r->args.len);
ngx_copy         1391 src/http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len);
ngx_copy         1395 src/http/modules/ngx_http_proxy_module.c             b->last = ngx_copy(b->last, header[i].value.data,
ngx_copy         2418 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, h[i]->value.data, h[i]->value.len);
ngx_copy         2700 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(data, h->value.data, prefix);
ngx_copy         2701 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(p, replacement->data, replacement->len);
ngx_copy         2709 src/http/modules/ngx_http_proxy_module.c         p = ngx_copy(h->value.data + prefix, replacement->data,
ngx_copy          253 src/http/modules/ngx_http_random_index_module.c     last = ngx_copy(uri.data, r->uri.data, r->uri.len);
ngx_copy          868 src/http/modules/ngx_http_scgi_module.c             b->last = ngx_copy(val, header[i].value.data, header[i].value.len);
ngx_copy         1659 src/http/modules/ngx_http_ssi_filter_module.c                 p = ngx_copy(data, r->uri.data, prefix);
ngx_copy         1859 src/http/modules/ngx_http_ssi_filter_module.c     p = ngx_copy(p, r->uri.data, prefix);
ngx_copy         1862 src/http/modules/ngx_http_ssi_filter_module.c         p = ngx_copy(p, value[i], size[i]);
ngx_copy          175 src/http/modules/ngx_http_static_module.c             last = ngx_copy(location, r->uri.data, r->uri.len);
ngx_copy          391 src/http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(cookie, conf->name.data, conf->name.len);
ngx_copy          421 src/http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(p, conf->domain.data, conf->domain.len);
ngx_copy          423 src/http/modules/ngx_http_userid_filter_module.c     p = ngx_copy(p, conf->path.data, conf->path.len);
ngx_copy         1070 src/http/modules/ngx_http_uwsgi_module.c             b->last = ngx_copy(b->last, header[i].value.data, val_len);
ngx_copy         1082 src/http/modules/ngx_http_uwsgi_module.c     b->last = ngx_copy(b->last, uwcf->uwsgi_string.data,
ngx_copy         1332 src/http/ngx_http_core_module.c             p = ngx_copy(r->uri.data, clcf->name.data, alias);
ngx_copy         1999 src/http/ngx_http_core_module.c         last = ngx_copy(path->data, clcf->root.data, clcf->root.len);
ngx_copy         1265 src/http/ngx_http_file_cache.c         p = ngx_copy(p, key[i].data, key[i].len);
ngx_copy          451 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, status_line->data, status_line->len);
ngx_copy          483 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, r->headers_out.content_type.data,
ngx_copy          491 src/http/ngx_http_header_filter_module.c             b->last = ngx_copy(b->last, r->headers_out.charset.data,
ngx_copy          534 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, host.data, host.len);
ngx_copy          540 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, r->headers_out.location->value.data,
ngx_copy          601 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, header[i].key.data, header[i].key.len);
ngx_copy          604 src/http/ngx_http_header_filter_module.c         b->last = ngx_copy(b->last, header[i].value.data, header[i].value.len);
ngx_copy          746 src/http/ngx_http_script.c         e->pos = ngx_copy(p, e->ip + sizeof(ngx_http_script_copy_code_t),
ngx_copy          849 src/http/ngx_http_script.c             e->pos = ngx_copy(p, value->data, value->len);
ngx_copy         1095 src/http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
ngx_copy         1127 src/http/ngx_http_script.c             e->pos = ngx_copy(e->pos, r->args.data, r->args.len);
ngx_copy         1271 src/http/ngx_http_script.c             e->pos = ngx_copy(pos, &p[cap[n]], cap[n + 1] - cap[n]);
ngx_copy          833 src/http/ngx_http_variables.c         p = ngx_copy(p, h[i]->value.data, h[i]->value.len);
ngx_copy         1265 src/mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, ahcf->uri.data, ahcf->uri.len);
ngx_copy         1270 src/mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, ahcf->host_header.data,
ngx_copy         1282 src/mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, login.data, login.len);
ngx_copy         1286 src/mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, passwd.data, passwd.len);
ngx_copy         1291 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->salt.data, s->salt.len);
ngx_copy         1306 src/mail/ngx_mail_auth_http_module.c     b->last = ngx_copy(b->last, s->connection->addr_text.data,
ngx_copy         1313 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->host.data, s->host.len);
ngx_copy         1323 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_helo.data, s->smtp_helo.len);
ngx_copy         1328 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_from.data, s->smtp_from.len);
ngx_copy         1333 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_to.data, s->smtp_to.len);
ngx_copy         1347 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, verify.data, verify.len);
ngx_copy         1354 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, subject.data, subject.len);
ngx_copy         1361 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, issuer.data, issuer.len);
ngx_copy         1368 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, serial.data, serial.len);
ngx_copy         1375 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, fingerprint.data, fingerprint.len);
ngx_copy         1382 src/mail/ngx_mail_auth_http_module.c             b->last = ngx_copy(b->last, cert.data, cert.len);
ngx_copy         1390 src/mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, ahcf->header.data, ahcf->header.len);
ngx_copy          552 src/mail/ngx_mail_proxy_module.c         p = ngx_copy(p, s->connection->addr_text.data,
ngx_copy          557 src/mail/ngx_mail_proxy_module.c             p = ngx_copy(p, s->login.data, s->login.len);
ngx_copy          561 src/mail/ngx_mail_proxy_module.c         p = ngx_copy(p, s->host.data, s->host.len);