Lines Matching defs:wres
260 static dav_error * dav_lock_walker(dav_walk_resource *wres, int calltype)
262 dav_walker_ctx *ctx = wres->walk_ctx;
266 if ((*wres->resource->hooks->is_same_resource)(wres->resource,
271 wres->resource, 1,
279 dav_add_response(wres, err->status, NULL);
386 static dav_error * dav_unlock_walker(dav_walk_resource *wres, int calltype)
388 dav_walker_ctx *ctx = wres->walk_ctx;
392 if (wres->resource->working) {
394 if ((err = dav_auto_checkin(ctx->r, (dav_resource *) wres->resource,
402 wres->resource,
566 static dav_error * dav_inherit_walker(dav_walk_resource *wres, int calltype)
568 dav_walker_ctx *ctx = wres->walk_ctx;
571 && (*wres->resource->hooks->is_same_resource)(wres->resource,
578 wres->resource, 1,