ngx_memcpy        840 core/nginx.c               ngx_memcpy(p, ngx_prefix, len);
ngx_memcpy       1019 core/nginx.c       ngx_memcpy(ngx_cpymem(ccf->oldpid.data, ccf->pid.data, ccf->pid.len),
ngx_memcpy       1092 core/nginx.c           ngx_memcpy(ngx_cpymem(cycle->lock_file.data, ccf->lock_file.data,
ngx_memcpy         86 core/ngx_array.c             ngx_memcpy(new, a->elts, size);
ngx_memcpy        136 core/ngx_array.c             ngx_memcpy(new, a->elts, a->nelts * a->size);
ngx_memcpy         38 core/ngx_connection.c     ngx_memcpy(sa, sockaddr, socklen);
ngx_memcpy         71 core/ngx_connection.c     ngx_memcpy(ls->addr_text.data, text, len);
ngx_memcpy       1004 core/ngx_connection.c         ngx_memcpy(c->local_sockaddr, &sa, len);
ngx_memcpy        123 core/ngx_crc32.c     ngx_memcpy(p, ngx_crc32_table16, 16 * sizeof(uint32_t));
ngx_memcpy         61 core/ngx_file.c     ngx_memcpy(file->name.data, path->name.data, path->name.len);
ngx_memcpy        136 core/ngx_file.c         ngx_memcpy(&file[i], &file[len], level);
ngx_memcpy        908 core/ngx_file.c         ngx_memcpy(p, name, len + 1);
ngx_memcpy        867 core/ngx_hash.c         ngx_memcpy(name->data, &key->data[1], name->len);
ngx_memcpy        888 core/ngx_hash.c                 ngx_memcpy(&p[n], &key->data[i + 1], len);
ngx_memcpy        899 core/ngx_hash.c             ngx_memcpy(&p[n], &key->data[1], len);
ngx_memcpy        972 core/ngx_hash.c     ngx_memcpy(name->data, key->data + skip, name->len);
ngx_memcpy        496 core/ngx_inet.c         ngx_memcpy(sin6->sin6_addr.s6_addr, inaddr6.s6_addr, 16);
ngx_memcpy         99 core/ngx_log.c     ngx_memcpy(errstr, ngx_cached_err_log_time.data,
ngx_memcpy        214 core/ngx_log.c     ngx_memcpy(errstr, "nginx: ", 7);
ngx_memcpy        298 core/ngx_output_chain.c             ngx_memcpy(b, buf, sizeof(ngx_buf_t));
ngx_memcpy        481 core/ngx_output_chain.c         ngx_memcpy(dst->pos, src->pos, (size_t) size);
ngx_memcpy       1846 core/ngx_resolver.c     ngx_memcpy(p, "\7in-addr\4arpa\0\0\14\0\1", 18);
ngx_memcpy       1926 core/ngx_resolver.c             ngx_memcpy(dst, src, n);
ngx_memcpy       2050 core/ngx_resolver.c     ngx_memcpy(dst, src, size);
ngx_memcpy         63 core/ngx_string.c     ngx_memcpy(dst, src->data, src->len);
ngx_memcpy       1778 core/ngx_string.c         ngx_memcpy(p, p1, size);
ngx_memcpy       1784 core/ngx_string.c             ngx_memcpy(p2, p2 - size, size);
ngx_memcpy       1787 core/ngx_string.c         ngx_memcpy(p2, p, size);
ngx_memcpy         91 core/ngx_string.h void *ngx_memcpy(void *dst, void *src, size_t n);
ngx_memcpy         92 core/ngx_string.h #define ngx_cpymem(dst, src, n)   (((u_char *) ngx_memcpy(dst, src, n)) + (n))
ngx_memcpy         86 event/modules/ngx_poll_module.c             ngx_memcpy(list, event_list, sizeof(ngx_event_t *) * nevents);
ngx_memcpy         95 event/modules/ngx_select_module.c             ngx_memcpy(index, event_index, sizeof(ngx_event_t *) * nevents);
ngx_memcpy         96 event/modules/ngx_win32_select_module.c             ngx_memcpy(index, event_index, sizeof(ngx_event_t *) * nevents);
ngx_memcpy        136 event/ngx_event_accept.c         ngx_memcpy(c->sockaddr, sa, socklen);
ngx_memcpy        258 event/ngx_event_busy_lock.c     ngx_memcpy(&bl->md5[free * 16], ctx->md5, 16);
ngx_memcpy       1017 event/ngx_event_openssl.c             ngx_memcpy(buf->last, in->buf->pos, size);
ngx_memcpy       1633 event/ngx_event_openssl.c     ngx_memcpy(cached_sess, buf, len);
ngx_memcpy       1635 event/ngx_event_openssl.c     ngx_memcpy(id, sess->session_id, sess->session_id_length);
ngx_memcpy       1741 event/ngx_event_openssl.c                     ngx_memcpy(buf, sess_id->session, sess_id->len);
ngx_memcpy       2141 event/ngx_event_openssl.c     ngx_memcpy(s->data, p, len);
ngx_memcpy       2183 event/ngx_event_openssl.c     ngx_memcpy(s->data, p, len);
ngx_memcpy        827 event/ngx_event_pipe.c     ngx_memcpy(b, buf, sizeof(ngx_buf_t));
ngx_memcpy        729 http/modules/ngx_http_charset_filter_module.c                     ngx_memcpy(ctx->saved, src, size);
ngx_memcpy        821 http/modules/ngx_http_charset_filter_module.c             ngx_memcpy(&ctx->saved[ctx->saved_len], src, i);
ngx_memcpy        923 http/modules/ngx_http_charset_filter_module.c             ngx_memcpy(ctx->saved, src, len);
ngx_memcpy       1064 http/modules/ngx_http_dav_module.c         ngx_memcpy(location, r->uri.data, r->uri.len);
ngx_memcpy        836 http/modules/ngx_http_fastcgi_module.c     ngx_memcpy(b->pos, &ngx_http_fastcgi_request_start,
ngx_memcpy       1021 http/modules/ngx_http_fastcgi_module.c                 ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
ngx_memcpy       1446 http/modules/ngx_http_fastcgi_module.c                     ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
ngx_memcpy       2408 http/modules/ngx_http_fastcgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
ngx_memcpy       2502 http/modules/ngx_http_fastcgi_module.c     ngx_memcpy(p, flcf->index.data, flcf->index.len);
ngx_memcpy        239 http/modules/ngx_http_geoip_module.c     ngx_memcpy(v->data, val, len);
ngx_memcpy        289 http/modules/ngx_http_geoip_module.c     ngx_memcpy(v->data, val, len);
ngx_memcpy        257 http/modules/ngx_http_headers_filter_module.c         ngx_memcpy(expires->value.data, ngx_cached_http_time.data,
ngx_memcpy        175 http/modules/ngx_http_index_module.c             ngx_memcpy(name, index[i].name.data, index[i].name.len);
ngx_memcpy        261 http/modules/ngx_http_index_module.c             ngx_memcpy(p, name, len - 1);
ngx_memcpy        221 http/modules/ngx_http_limit_req_module.c         ngx_memcpy(lr->data, vv->data, len);
ngx_memcpy        238 http/modules/ngx_http_limit_zone_module.c     ngx_memcpy(lz->data, vv->data, len);
ngx_memcpy       1208 http/modules/ngx_http_log_module.c                     ngx_memcpy(p, data, len);
ngx_memcpy        696 http/modules/ngx_http_proxy_module.c             ngx_memcpy(p, url.uri.data, url.uri.len);
ngx_memcpy       1120 http/modules/ngx_http_proxy_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
ngx_memcpy       1230 http/modules/ngx_http_proxy_module.c     ngx_memcpy(u->headers_in.status_line.data, ctx->status.start, len);
ngx_memcpy       1283 http/modules/ngx_http_proxy_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
ngx_memcpy       1456 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, r->connection->addr_text.data, r->connection->addr_text.len);
ngx_memcpy       1547 http/modules/ngx_http_proxy_module.c     ngx_memcpy(p, h->value.data + prefix + pr->redirect.len,
ngx_memcpy       1601 http/modules/ngx_http_proxy_module.c     ngx_memcpy(e.pos, h->value.data + prefix + pr->redirect.len,
ngx_memcpy        227 http/modules/ngx_http_random_index_module.c         ngx_memcpy(name->data, ngx_de_name(&dir), len);
ngx_memcpy        253 http/modules/ngx_http_random_index_module.c     ngx_memcpy(last, name[n].data, name[n].len);
ngx_memcpy        278 http/modules/ngx_http_realip_module.c     ngx_memcpy(p, ip, len);
ngx_memcpy        740 http/modules/ngx_http_scgi_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
ngx_memcpy        830 http/modules/ngx_http_scgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
ngx_memcpy        886 http/modules/ngx_http_scgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
ngx_memcpy        522 http/modules/ngx_http_ssi_filter_module.c                     ngx_memcpy(b, ctx->buf, sizeof(ngx_buf_t));
ngx_memcpy       1387 http/modules/ngx_http_ssi_filter_module.c                 ngx_memcpy(value, ctx->param->value.data,
ngx_memcpy       1975 http/modules/ngx_http_ssi_filter_module.c                 ngx_memcpy(b, tl->buf, sizeof(ngx_buf_t));
ngx_memcpy       2642 http/modules/ngx_http_ssi_filter_module.c     ngx_memcpy(v->data, buf, v->len);
ngx_memcpy        170 http/modules/ngx_http_static_module.c                 ngx_memcpy(++last, r->args.data, r->args.len);
ngx_memcpy        283 http/modules/ngx_http_sub_filter_module.c                     ngx_memcpy(b->pos, ctx->saved.data, ctx->saved.len);
ngx_memcpy        312 http/modules/ngx_http_sub_filter_module.c                 ngx_memcpy(b, ctx->buf, sizeof(ngx_buf_t));
ngx_memcpy        424 http/modules/ngx_http_sub_filter_module.c         ngx_memcpy(ctx->saved.data, ctx->looked.data, ctx->looked.len);
ngx_memcpy        676 http/modules/ngx_http_userid_filter_module.c     ngx_memcpy(p, domain->data, domain->len);
ngx_memcpy        698 http/modules/ngx_http_userid_filter_module.c     ngx_memcpy(p, path->data, path->len);
ngx_memcpy        791 http/modules/ngx_http_uwsgi_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
ngx_memcpy        880 http/modules/ngx_http_uwsgi_module.c     ngx_memcpy(u->headers_in.status_line.data, status->start, len);
ngx_memcpy        936 http/modules/ngx_http_uwsgi_module.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
ngx_memcpy       1473 http/modules/ngx_http_uwsgi_module.c         ngx_memcpy(p, src[i].key.data, src[i].key.len);
ngx_memcpy        723 http/modules/perl/ngx_http_perl_module.c             ngx_memcpy(rv->data, line, n_a);
ngx_memcpy       1095 http/ngx_http.c     ngx_memcpy(node->name, &lq->name->data[prefix], len);
ngx_memcpy        185 http/ngx_http_busy_lock.c         ngx_memcpy(&bl->md5[free * 16], bc->md5, 16);
ngx_memcpy        990 http/ngx_http_core_module.c             ngx_memcpy(p, r->args.data, r->args.len);
ngx_memcpy       1209 http/ngx_http_core_module.c             ngx_memcpy(name, tf->name.data, tf->name.len);
ngx_memcpy       1313 http/ngx_http_core_module.c             ngx_memcpy(p, name, path.len);
ngx_memcpy       3462 http/ngx_http_core_module.c     ngx_memcpy(&lsopt.u.sockaddr, u.sockaddr, u.socklen);
ngx_memcpy        575 http/ngx_http_file_cache.c     ngx_memcpy((u_char *) &fcn->node.key, c->key, sizeof(ngx_rbtree_key_t));
ngx_memcpy        577 http/ngx_http_file_cache.c     ngx_memcpy(fcn->key, &c->key[sizeof(ngx_rbtree_key_t)],
ngx_memcpy        633 http/ngx_http_file_cache.c     ngx_memcpy(c->file.name.data, path->name.data, path->name.len);
ngx_memcpy        656 http/ngx_http_file_cache.c     ngx_memcpy((u_char *) &node_key, key, sizeof(ngx_rbtree_key_t));
ngx_memcpy       1010 http/ngx_http_file_cache.c     ngx_memcpy(name, path->name.data, path->name.len);
ngx_memcpy       1073 http/ngx_http_file_cache.c     ngx_memcpy(name, path->name.data, path->name.len);
ngx_memcpy       1433 http/ngx_http_file_cache.c         ngx_memcpy((u_char *) &fcn->node.key, c->key, sizeof(ngx_rbtree_key_t));
ngx_memcpy       1435 http/ngx_http_file_cache.c         ngx_memcpy(fcn->key, &c->key[sizeof(ngx_rbtree_key_t)],
ngx_memcpy       1056 http/ngx_http_request.c                 ngx_memcpy(h->lowcase_key, r->lowcase_header, h->key.len);
ngx_memcpy       1265 http/ngx_http_request.c     ngx_memcpy(new, old, r->header_in->pos - old);
ngx_memcpy        219 http/ngx_http_request_body.c         ngx_memcpy(rb->buf->pos, b->pos, size);
ngx_memcpy       1006 http/ngx_http_variables.c     ngx_memcpy(s.data, addr, s.len);
ngx_memcpy       1200 http/ngx_http_variables.c     ngx_memcpy(v->data, real, len);
ngx_memcpy       1583 http/ngx_http_variables.c     ngx_memcpy(p, next->pos, next->last - next->pos);
ngx_memcpy        455 mail/ngx_mail.c         ngx_memcpy(p, buf, len);
ngx_memcpy        503 mail/ngx_mail.c         ngx_memcpy(p, buf, len);
ngx_memcpy        605 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(s->login.data, ctx->header_start, s->login.len);
ngx_memcpy        627 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(s->passwd.data, ctx->header_start, s->passwd.len);
ngx_memcpy        665 mail/ngx_mail_auth_http_module.c                 ngx_memcpy(ctx->errcode.data, ctx->header_start,
ngx_memcpy        825 mail/ngx_mail_auth_http_module.c             ngx_memcpy(peer->name.data, ctx->addr.data, len);
ngx_memcpy        829 mail/ngx_mail_auth_http_module.c             ngx_memcpy(peer->name.data + len, ctx->port.data, ctx->port.len);
ngx_memcpy        364 mail/ngx_mail_core_module.c     ngx_memcpy(ls->sockaddr, u.sockaddr, u.socklen);
ngx_memcpy        269 mail/ngx_mail_imap_handler.c         ngx_memcpy(p, s->out.data, s->out.len);
ngx_memcpy        318 mail/ngx_mail_imap_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
ngx_memcpy        326 mail/ngx_mail_imap_handler.c     ngx_memcpy(s->passwd.data, arg[1].data, s->passwd.len);
ngx_memcpy        299 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
ngx_memcpy        326 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->passwd.data, arg[0].data, s->passwd.len);
ngx_memcpy        419 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->login.data, arg[0].data, s->login.len);
ngx_memcpy        427 mail/ngx_mail_pop3_handler.c     ngx_memcpy(s->passwd.data, arg[1].data, s->passwd.len);
ngx_memcpy        643 mail/ngx_mail_proxy_module.c             ngx_memcpy(b->start, smtp_auth_ok, sizeof(smtp_auth_ok) - 1);
ngx_memcpy        539 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_helo.data, arg[0].data, arg[0].len);
ngx_memcpy        703 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_from.data, l.data, l.len);
ngx_memcpy        756 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_to.data, l.data, l.len);
ngx_memcpy        175 mail/ngx_mail_smtp_module.c     ngx_memcpy(p, " ESMTP ready" CRLF, sizeof(" ESMTP ready" CRLF) - 1);
ngx_memcpy        298 mail/ngx_mail_smtp_module.c     ngx_memcpy(p, "250 STARTTLS" CRLF, sizeof("250 STARTTLS" CRLF) - 1);
ngx_memcpy         50 os/unix/ngx_channel.c         ngx_memcpy(CMSG_DATA(&cmsg.cm), &ch->fd, sizeof(int));
ngx_memcpy        169 os/unix/ngx_channel.c         ngx_memcpy(&ch->fd, CMSG_DATA(&cmsg.cm), sizeof(int));
ngx_memcpy         73 os/unix/ngx_errno.c         ngx_memcpy(p, msg, len);
ngx_memcpy         48 os/unix/ngx_user.c             ngx_memcpy(*encrypted, value, len);
ngx_memcpy         86 os/unix/ngx_user.c             ngx_memcpy(*encrypted, value, len);