Searched refs:uncheckout (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/dav/main/
H A Dutil.c2062 if ((err = (*vsn_hooks->uncheckout)(resource)) != NULL) {
2089 if ((err = (*vsn_hooks->uncheckout)(av_info->parent_resource)) != NULL) {
H A Dmod_dav.h2178 dav_error * (*uncheckout)(dav_resource *resource); member in struct:dav_hooks_vsn
H A Dmod_dav.c3657 "Cannot uncheckout this type of resource.");
3662 "Cannot uncheckout unversioned resource.");
3672 /* Do the uncheckout */
3673 if ((err = (*vsn_hooks->uncheckout)(resource)) != NULL) {

Completed in 2902 milliseconds