copy               34 event/ngx_event_openssl.c     u_char *id, int len, int *copy);
copy             1680 event/ngx_event_openssl.c     int *copy)
copy             1700 event/ngx_event_openssl.c     *copy = 0;
copy              523 http/modules/ngx_http_dav_module.c     ngx_http_dav_copy_ctx_t   copy;
copy              673 http/modules/ngx_http_dav_module.c     ngx_http_map_uri_to_path(r, &copy.path, &root, 0);
copy              677 http/modules/ngx_http_dav_module.c     copy.path.len--;  /* omit "\0" */
copy              679 http/modules/ngx_http_dav_module.c     if (copy.path.data[copy.path.len - 1] == '/') {
copy              681 http/modules/ngx_http_dav_module.c         copy.path.len--;
copy              682 http/modules/ngx_http_dav_module.c         copy.path.data[copy.path.len] = '\0';
copy              689 http/modules/ngx_http_dav_module.c                    "http copy to: \"%s\"", copy.path.data);
copy              691 http/modules/ngx_http_dav_module.c     if (ngx_link_info(copy.path.data, &fi) == NGX_FILE_ERROR) {
copy              697 http/modules/ngx_http_dav_module.c                                       copy.path.data);
copy              718 http/modules/ngx_http_dav_module.c                           "\"%s\" could not be created", copy.path.data);
copy              741 http/modules/ngx_http_dav_module.c                            "http delete: \"%s\"", copy.path.data);
copy              743 http/modules/ngx_http_dav_module.c             rc = ngx_http_dav_delete_path(r, &copy.path, dir);
copy              756 http/modules/ngx_http_dav_module.c             if (ngx_rename_file(path.data, copy.path.data) != NGX_FILE_ERROR) {
copy              761 http/modules/ngx_http_dav_module.c         if (ngx_create_dir(copy.path.data, ngx_file_access(&fi))
copy              766 http/modules/ngx_http_dav_module.c                                       ngx_create_dir_n, copy.path.data);
copy              769 http/modules/ngx_http_dav_module.c         copy.len = path.len;
copy              776 http/modules/ngx_http_dav_module.c         tree.data = ©
copy              806 http/modules/ngx_http_dav_module.c             if (ngx_ext_rename_file(&path, &copy.path, &ext) == NGX_OK) {
copy              821 http/modules/ngx_http_dav_module.c         if (ngx_copy_file(path.data, copy.path.data, &cf) == NGX_OK) {
copy              835 http/modules/ngx_http_dav_module.c     ngx_http_dav_copy_ctx_t  *copy;
copy              840 http/modules/ngx_http_dav_module.c     copy = ctx->data;
copy              842 http/modules/ngx_http_dav_module.c     len = copy->path.len + path->len;
copy              849 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(dir, copy->path.data, copy->path.len);
copy              850 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
copy              871 http/modules/ngx_http_dav_module.c     ngx_http_dav_copy_ctx_t  *copy;
copy              876 http/modules/ngx_http_dav_module.c     copy = ctx->data;
copy              878 http/modules/ngx_http_dav_module.c     len = copy->path.len + path->len;
copy              885 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(dir, copy->path.data, copy->path.len);
copy              886 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
copy              936 http/modules/ngx_http_dav_module.c     ngx_http_dav_copy_ctx_t  *copy;
copy              941 http/modules/ngx_http_dav_module.c     copy = ctx->data;
copy              943 http/modules/ngx_http_dav_module.c     len = copy->path.len + path->len;
copy              950 http/modules/ngx_http_dav_module.c     p = ngx_cpymem(file, copy->path.data, copy->path.len);
copy              951 http/modules/ngx_http_dav_module.c     (void) ngx_cpystrn(p, path->data + copy->len, path->len - copy->len + 1);
copy             2026 http/modules/ngx_http_fastcgi_module.c     ngx_http_script_copy_code_t  *copy;
copy             2385 http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(conf->params_len,
copy             2387 http/modules/ngx_http_fastcgi_module.c         if (copy == NULL) {
copy             2391 http/modules/ngx_http_fastcgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
copy             2392 http/modules/ngx_http_fastcgi_module.c         copy->len = src[i].key.len;
copy             2399 http/modules/ngx_http_fastcgi_module.c         copy = ngx_array_push_n(conf->params, size);
copy             2400 http/modules/ngx_http_fastcgi_module.c         if (copy == NULL) {
copy             2404 http/modules/ngx_http_fastcgi_module.c         copy->code = ngx_http_script_copy_code;
copy             2405 http/modules/ngx_http_fastcgi_module.c         copy->len = src[i].key.len;
copy             2407 http/modules/ngx_http_fastcgi_module.c         p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);
copy             2106 http/modules/ngx_http_proxy_module.c     ngx_http_script_copy_code_t  *copy;
copy             2203 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set_len,
copy             2205 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2209 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
copy             2211 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1
copy             2221 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set, size);
copy             2222 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2226 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
copy             2227 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1
copy             2230 http/modules/ngx_http_proxy_module.c             p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);
copy             2238 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set_len,
copy             2240 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2244 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
copy             2246 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1;
copy             2253 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set, size);
copy             2254 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2258 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
copy             2259 http/modules/ngx_http_proxy_module.c             copy->len = src[i].key.len + sizeof(": ") - 1;
copy             2261 http/modules/ngx_http_proxy_module.c             p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);
copy             2279 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set_len,
copy             2281 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2285 http/modules/ngx_http_proxy_module.c             copy->code = (ngx_http_script_code_pt)
copy             2287 http/modules/ngx_http_proxy_module.c             copy->len = sizeof(CRLF) - 1;
copy             2294 http/modules/ngx_http_proxy_module.c             copy = ngx_array_push_n(conf->headers_set, size);
copy             2295 http/modules/ngx_http_proxy_module.c             if (copy == NULL) {
copy             2299 http/modules/ngx_http_proxy_module.c             copy->code = ngx_http_script_copy_code;
copy             2300 http/modules/ngx_http_proxy_module.c             copy->len = sizeof(CRLF) - 1;
copy             2302 http/modules/ngx_http_proxy_module.c             p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);
copy             1053 http/modules/ngx_http_scgi_module.c     ngx_http_script_copy_code_t  *copy;
copy             1392 http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(conf->params_len,
copy             1394 http/modules/ngx_http_scgi_module.c         if (copy == NULL) {
copy             1398 http/modules/ngx_http_scgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
copy             1399 http/modules/ngx_http_scgi_module.c         copy->len = src[i].key.len + 1;
copy             1406 http/modules/ngx_http_scgi_module.c         copy = ngx_array_push_n(conf->params, size);
copy             1407 http/modules/ngx_http_scgi_module.c         if (copy == NULL) {
copy             1411 http/modules/ngx_http_scgi_module.c         copy->code = ngx_http_script_copy_code;
copy             1412 http/modules/ngx_http_scgi_module.c         copy->len = src[i].key.len + 1;
copy             1414 http/modules/ngx_http_scgi_module.c         p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);
copy             1106 http/modules/ngx_http_uwsgi_module.c     ngx_http_script_copy_code_t  *copy;
copy             1450 http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(conf->params_len,
copy             1452 http/modules/ngx_http_uwsgi_module.c         if (copy == NULL) {
copy             1456 http/modules/ngx_http_uwsgi_module.c         copy->code = (ngx_http_script_code_pt) ngx_http_script_copy_len_code;
copy             1457 http/modules/ngx_http_uwsgi_module.c         copy->len = src[i].key.len;
copy             1464 http/modules/ngx_http_uwsgi_module.c         copy = ngx_array_push_n(conf->params, size);
copy             1465 http/modules/ngx_http_uwsgi_module.c         if (copy == NULL) {
copy             1469 http/modules/ngx_http_uwsgi_module.c         copy->code = ngx_http_script_copy_code;
copy             1470 http/modules/ngx_http_uwsgi_module.c         copy->len = src[i].key.len;
copy             1472 http/modules/ngx_http_uwsgi_module.c         p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t);