Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c737 static int webdav_copy_dir(server *srv, connection *con, plugin_data *p, physical *src, physical *d… in webdav_copy_dir() function
786 if (0 != (status = webdav_copy_dir(srv, con, p, &s, &d, overwrite))) { in webdav_copy_dir()
1925 if (0 != (r = webdav_copy_dir(srv, con, p, &(con->physical), &(p->physical), overwrite))) { in URIHANDLER_FUNC()