Searched refs:binding (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c234 return dav_get_provider(r)->binding;
4436 dav_resource *binding; local
4500 /* resolve binding resource */
4502 0 /* use_checked_in */, &binding);
4507 if (resource->hooks != binding->hooks) {
4523 if (binding->exists && !overwrite) {
4530 if ((*resource->hooks->is_same_resource)(resource, binding)) {
4545 if ((err = dav_validate_request(lookup.rnew, binding, DAV_INFINITY, NULL,
4561 && (*resource->hooks->is_parent_resource)(resource, binding)) {
4566 && (*resource->hooks->is_parent_resource)(binding, resourc
[all...]
H A Dmod_dav.h606 const dav_hooks_binding *binding; member in struct:__anon123
2373 /* binding provider hooks */
2376 /* Determine whether a resource can be the target of a binding.
2377 * Returns 0 if the resource cannot be a binding target.
2381 /* Create a binding to a resource.
2382 * The resource argument is the target of the binding;
2383 * the binding argument must be a resource which does not already
2387 dav_resource *binding);

Completed in 104 milliseconds