Searched refs:overwrite (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_webdav.c | 662 …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 D | aclocal.m4 | 35 # compilers refuse to overwrite an existing .o file with -o,
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | simple-vhost.txt | 78 simple-vhost will overwrite it shortly afterwards.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 41 * 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 D | aclocal.m4 | 560 # 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 D | libtool.m4 | 2117 # do not overwrite the value of need_locks provided by the user
|