Searched refs:wres (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/dav/main/ |
H A D | util_lock.c | 260 static dav_error * dav_lock_walker(dav_walk_resource *wres, int calltype) argument 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) argument 388 dav_walker_ctx *ctx = wres->walk_ctx; 392 if (wres->resource->working) { 394 if ((err = dav_auto_checkin(ctx->r, (dav_resource *) wres 566 dav_inherit_walker(dav_walk_resource *wres, int calltype) argument [all...] |
H A D | mod_dav.c | 1136 static void dav_stream_response(dav_walk_resource *wres, argument 1142 dav_walker_ctx *ctx = wres->walk_ctx; 1144 resp.href = wres->resource->uri; 1155 DAV_DECLARE(void) dav_add_response(dav_walk_resource *wres, argument 1161 resp = apr_pcalloc(wres->pool, sizeof(*resp)); 1162 resp->href = apr_pstrdup(wres->pool, wres->resource->uri); 1168 resp->next = wres->response; 1169 wres->response = resp; 1955 static dav_error * dav_propfind_walker(dav_walk_resource *wres, in argument 3933 dav_label_walker(dav_walk_resource *wres, int calltype) argument [all...] |
H A D | util.c | 1418 static dav_error * dav_validate_walker(dav_walk_resource *wres, int calltype) argument 1420 dav_walker_ctx *ctx = wres->walk_ctx; 1423 if ((err = dav_validate_resource_state(ctx->w.pool, wres->resource, 1436 || (*wres->resource->hooks->is_same_resource)(wres->resource, 1443 dav_add_response(wres, err->status, NULL);
|
H A D | mod_dav.h | 1655 dav_error * (*func)(dav_walk_resource *wres, int calltype); 1706 DAV_DECLARE(void) dav_add_response(dav_walk_resource *wres,
|
/httpd/modules/dav/fs/ |
H A D | repos.c | 58 dav_walk_resource wres; member in struct:__anon107 1147 static dav_error * dav_fs_copymove_walker(dav_walk_resource *wres, argument 1151 dav_fs_copymove_walk_ctx *ctx = wres->walk_ctx; 1152 dav_resource_private *srcinfo = wres->resource->info; 1156 if (wres->resource->collection) { 1198 || !dav_fs_is_same_resource(wres->resource, ctx->root))) { 1200 dav_add_response(wres, err->status, NULL); 1395 static dav_error * dav_fs_delete_walker(dav_walk_resource *wres, int calltype) argument 1397 dav_resource_private *info = wres->resource->info; 1402 if (wres [all...] |
Completed in 79 milliseconds