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