Home
last modified time | relevance | path

Searched refs:overwrite (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dmod_webdav.c2875 if (!overwrite) { in webdav_copytmp_rename()
2888 overwrite ? 0 : RENAME_NOREPLACE)) in webdav_copytmp_rename()
2919 if (!overwrite) { 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
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()
3128 if (!overwrite) { in webdav_copymove_dir()
[all …]
/lighttpd1.4/doc/outdated/
H A Dsimple-vhost.txt78 simple-vhost will overwrite it shortly afterwards.
/lighttpd1.4/
H A DSConstruct308 # don't overwrite manual arguments
H A DNEWS2060 * [core] fix 301 -> 302 overwrite with Location (fixes #2918)
2319 * [mod_setenv] directives to overwrite/remove hdrs (fixes #650, fixes #2295)
3073 * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
3128 * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
3221 * Allow xattr to overwrite mime type (fixes #1929)
3358 * mod_{fast,s}cgi: overwrite environment variables (#1722)
H A Dconfigure.ac762 dnl Check for Nettle (and overwrite CRYPTO_LIB if set by OpenSSL or wolfSSL)