Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c662 …y_file(server *srv, connection *con, plugin_data *p, physical *src, physical *dst, int overwrite) { in webdav_copy_file() argument
672 …if (-1 == (ofd = open(dst->path->ptr, O_WRONLY|O_TRUNC|O_CREAT|(overwrite ? 0 : O_EXCL), WEBDAV_FI… in webdav_copy_file()
737 …py_dir(server *srv, connection *con, plugin_data *p, physical *src, physical *dst, int overwrite) { in webdav_copy_dir() argument
786 if (0 != (status = webdav_copy_dir(srv, con, p, &s, &d, overwrite))) { in webdav_copy_dir()
813 if (0 != (status = webdav_copy_file(srv, con, p, &s, &d, overwrite))) { in webdav_copy_dir()
1786 int overwrite = 1; in URIHANDLER_FUNC() local
1815 overwrite = (ds->value->ptr[0] == 'F' ? 0 : 1); in URIHANDLER_FUNC()
1911 if (overwrite == 0) { in URIHANDLER_FUNC()
1925 if (0 != (r = webdav_copy_dir(srv, con, p, &(con->physical), &(p->physical), overwrite))) { in URIHANDLER_FUNC()
1970 } else if (overwrite == 0) { in URIHANDLER_FUNC()
[all …]
/mOS-networking-stack/scripts/
H A Daclocal.m435 # compilers refuse to overwrite an existing .o file with -o,
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dsimple-vhost.txt78 simple-vhost will overwrite it shortly afterwards.
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS41 * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
96 * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
189 * Allow xattr to overwrite mime type (fixes #1929)
326 * mod_{fast,s}cgi: overwrite environment variables (#1722)
H A Daclocal.m4560 # overwrite some of them when testing with obscure command lines.
1124 # compilers refuse to overwrite an existing .o file with -o,
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m42117 # do not overwrite the value of need_locks provided by the user