Home
last modified time | relevance | path

Searched refs:ngx_copy_file (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.h149 ngx_int_t ngx_copy_file(u_char *from, u_char *to, ngx_copy_file_t *cf);
H A Dngx_file.c744 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 Dngx_http_dav_module.c850 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()