Lines Matching defs:res2
66 dav_resource res2;
840 const dav_resource *res2)
843 dav_resource_private *ctx2 = res2->info;
845 if (res1->hooks != res2->hooks)
859 const dav_resource *res2)
862 dav_resource_private *ctx2 = res2->info;
866 if (res1->hooks != res2->hooks)
1532 fsctx->res2.collection = 0;
1622 fsctx->res2.collection = 1;
1637 fsctx->res2.collection = 0;
1804 cm_ctx.res_dst = &fsctx.res2;
1808 fsctx.res2 = *root_dst;
1809 fsctx.res2.exists = 0;
1810 fsctx.res2.collection = 0;
1811 fsctx.res2.uri = NULL; /* we don't track this */
1812 fsctx.res2.pool = params->pool;
1814 fsctx.res2.info = &fsctx.info2;
1817 /* res2 does not exist -- clear its finfo structure */