ngx_copy_file     619 core/ngx_file.c         if (ngx_copy_file(src->data, name, &cf) == NGX_OK) {
ngx_copy_file     134 core/ngx_file.h ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);
ngx_copy_file     821 http/modules/ngx_http_dav_module.c         if (ngx_copy_file(path.data, copy.path.data, &cf) == NGX_OK) {
ngx_copy_file     962 http/modules/ngx_http_dav_module.c     (void) ngx_copy_file(path->data, file, &cf);