ngx_cpystrn       806 src/core/nginx.c         (void) ngx_cpystrn((u_char *) ngx_argv[i], (u_char *) argv[i], len);
ngx_cpystrn       327 src/core/ngx_connection.c         (void) ngx_cpystrn((u_char *) ls[i].accept_filter,
ngx_cpystrn       794 src/core/ngx_connection.c             (void) ngx_cpystrn((u_char *) af.af_name,
ngx_cpystrn       102 src/core/ngx_cycle.c     ngx_cpystrn(cycle->conf_file.data, old_cycle->conf_file.data,
ngx_cpystrn        49 src/core/ngx_file.c     ngx_cpystrn(p, name->data, name->len + 1);
ngx_cpystrn       919 src/core/ngx_hash.c         ngx_cpystrn(p, key->data, last);
ngx_cpystrn       590 src/core/ngx_inet.c     (void) ngx_cpystrn((u_char *) saun->sun_path, path, len);
ngx_cpystrn       606 src/core/ngx_inet.c     (void) ngx_cpystrn((u_char *) saun->sun_path, path, len);
ngx_cpystrn       965 src/core/ngx_inet.c     (void) ngx_cpystrn(host, u->host.data, u->host.len + 1);
ngx_cpystrn      1116 src/core/ngx_inet.c         (void) ngx_cpystrn(host, u->host.data, u->host.len + 1);
ngx_cpystrn       372 src/core/ngx_log.c             ngx_cpystrn(p, (u_char *) NGX_ERROR_LOG_PATH, nlen + 1);
ngx_cpystrn       380 src/core/ngx_open_file_cache.c     ngx_cpystrn(file->name, name->data, name->len + 1);
ngx_cpystrn       147 src/core/ngx_string.h u_char *ngx_cpystrn(u_char *dst, u_char *src, size_t n);
ngx_cpystrn      2014 src/event/ngx_event_openssl.c     p = ngx_cpystrn(p, (u_char *) " (SSL:", last - p);
ngx_cpystrn      2038 src/event/ngx_event_openssl.c             p = ngx_cpystrn(p, (u_char *) data, last - p);
ngx_cpystrn       277 src/http/modules/ngx_http_auth_basic_module.c         ngx_cpystrn(pwd.data, &buf[passwd], pwd.len + 1);
ngx_cpystrn       330 src/http/modules/ngx_http_autoindex_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
ngx_cpystrn       334 src/http/modules/ngx_http_autoindex_module.c             ngx_cpystrn(last, ngx_de_name(&dir), len + 1);
ngx_cpystrn       371 src/http/modules/ngx_http_autoindex_module.c         ngx_cpystrn(entry->name.data, ngx_de_name(&dir), len + 1);
ngx_cpystrn       593 src/http/modules/ngx_http_autoindex_module.c                 b->last = ngx_cpystrn(b->last, entry[i].name.data,
ngx_cpystrn       500 src/http/modules/ngx_http_browser_module.c              (void) ngx_cpystrn(browsers[i].name,
ngx_cpystrn       866 src/http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
ngx_cpystrn       902 src/http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
ngx_cpystrn       967 src/http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
ngx_cpystrn       188 src/http/modules/ngx_http_random_index_module.c                 last = ngx_cpystrn(filename, path.data, path.len + 1);
ngx_cpystrn       192 src/http/modules/ngx_http_random_index_module.c             ngx_cpystrn(last, ngx_de_name(&dir), len + 1);
ngx_cpystrn      1714 src/http/modules/ngx_http_scgi_module.c         (void) ngx_cpystrn(p, src[i].key.data, src[i].key.len + 1);
ngx_cpystrn      2394 src/http/modules/ngx_http_ssi_filter_module.c         ngx_cpystrn(ctx->timefmt.data, value->data, value->len + 1);
ngx_cpystrn      2036 src/http/ngx_http_core_module.c     last = ngx_cpystrn(last, r->uri.data + alias, r->uri.len - alias + 1);
ngx_cpystrn      1653 src/http/ngx_http_upstream.c     (void) ngx_cpystrn(p, name.data, name.len + 1);
ngx_cpystrn        41 src/os/unix/ngx_linux_init.c     (void) ngx_cpystrn(ngx_linux_kern_ostype, (u_char *) u.sysname,
ngx_cpystrn        44 src/os/unix/ngx_linux_init.c     (void) ngx_cpystrn(ngx_linux_kern_osrelease, (u_char *) u.release,
ngx_cpystrn       122 src/os/unix/ngx_process_cycle.c         p = ngx_cpystrn(p, (u_char *) ngx_argv[i], size);
ngx_cpystrn        66 src/os/unix/ngx_setproctitle.c             ngx_cpystrn(p, (u_char *) environ[i], size);
ngx_cpystrn        92 src/os/unix/ngx_setproctitle.c     p = ngx_cpystrn((u_char *) ngx_os_argv[0], (u_char *) "nginx: ",
ngx_cpystrn        95 src/os/unix/ngx_setproctitle.c     p = ngx_cpystrn(p, (u_char *) title, ngx_os_argv_last - (char *) p);
ngx_cpystrn       112 src/os/unix/ngx_setproctitle.c         p = ngx_cpystrn(p, (u_char *) " (", ngx_os_argv_last - (char *) p);
ngx_cpystrn       115 src/os/unix/ngx_setproctitle.c             p = ngx_cpystrn(p, (u_char *) ngx_argv[i],
ngx_cpystrn       117 src/os/unix/ngx_setproctitle.c             p = ngx_cpystrn(p, (u_char *) " ", ngx_os_argv_last - (char *) p);
ngx_cpystrn       662 src/stream/ngx_stream_proxy_module.c     (void) ngx_cpystrn(p, name.data, name.len + 1);