Searched refs:undo (Results 1 - 2 of 2) sorted by relevance
| /httpd/modules/dav/main/ |
| H A D | util.c | 2033 /* if an error occurred, undo any auto-versioning operations already done */ 2035 dav_auto_checkin(r, resource, 1 /*undo*/, 0 /*unlock*/, av_info); 2046 int undo, 2059 if (undo) { 2065 "Unable to undo auto-checkout " 2080 "Unable to undo auto-version-control " 2092 "Unable to undo auto-checkout " 2043 dav_auto_checkin( request_rec *r, dav_resource *resource, int undo, int unlock, dav_auto_version_info *av_info) argument
|
| H A D | mod_dav.h | 2052 * before they were modified. If undo == 0, then the resource 2054 * If undo != 0, then resource modifications are discarded 2069 int undo,
|
Completed in 34 milliseconds