Lines Matching refs:overwrite
2873 const int overwrite = (*flags & WEBDAV_FLAG_OVERWRITE); in webdav_copytmp_rename() local
2875 if (!overwrite) { in webdav_copytmp_rename()
2888 overwrite ? 0 : RENAME_NOREPLACE)) in webdav_copytmp_rename()
2916 const int overwrite = (*flags & WEBDAV_FLAG_OVERWRITE); in webdav_copymove_file() local
2919 if (!overwrite) { in webdav_copymove_file()
2930 overwrite ? 0 : RENAME_NOREPLACE)) in webdav_copymove_file()
2943 if (overwrite) unlink(src->path.ptr); in webdav_copymove_file()
2960 if (!overwrite) in webdav_copymove_file()
2988 const int overwrite) in webdav_mkdir() argument
3007 if (overwrite < 0) /*(mod_webdav_mkcol() passes overwrite = -1)*/ in webdav_mkdir()
3025 if (!overwrite) /* copying into a non-dir ? */ in webdav_mkdir()
3101 const int overwrite = (flags & WEBDAV_FLAG_OVERWRITE); in webdav_copymove_dir() local
3104 if (!overwrite) { in webdav_copymove_dir()
3116 overwrite ? 0 : RENAME_NOREPLACE)) in webdav_copymove_dir()
3128 if (!overwrite) { in webdav_copymove_dir()
3135 if (!overwrite) { in webdav_copymove_dir()
3193 if (0 != (status = webdav_mkdir(pconf, dst, overwrite))) { in webdav_copymove_dir()