Searched refs:ngx_copy_file (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_file.h | 149 ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);
|
| H A D | ngx_file.c | 744 if (ngx_copy_file(src->data, name, &cf) == NGX_OK) { in ngx_ext_rename_file() 795 ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf) in ngx_copy_file() function
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_dav_module.c | 850 if (ngx_copy_file(path.data, copy.path.data, &cf) == NGX_OK) { in ngx_http_dav_copy_move_handler() 991 (void) ngx_copy_file(path->data, file, &cf); in ngx_http_dav_copy_tree_file()
|