Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h27 #define NGX_EEXIST EEXIST macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c288 if (err != NGX_EEXIST) { in ngx_create_path()
330 case NGX_EEXIST: in ngx_create_full_path()
609 if (err != NGX_EEXIST) { in ngx_create_paths()
718 if (err == NGX_EEXIST || err == NGX_EEXIST_FILE) { in ngx_ext_rename_file()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c748 ngx_log_error(NGX_LOG_ERR, r->connection->log, NGX_EEXIST, in ngx_http_dav_copy_move_handler()
1052 } else if (err == NGX_EEXIST) { in ngx_http_dav_error()