Lines Matching defs:is_move
75 int is_move; /* is this a MOVE? */
214 int depth, int is_move,
327 int is_move,
436 if (is_move && (status = apr_file_remove(src, p)) != APR_SUCCESS) {
475 int is_move,
532 if (is_move) {
536 return dav_fs_copymove_file(is_move, p, src, dst, NULL, NULL, pbuf);
547 return dav_fs_copymove_file(is_move, p, src, dst, NULL, NULL, pbuf);
553 static dav_error *dav_fs_copymoveset(int is_move, apr_pool_t *p,
585 err = dav_fs_copymove_state(is_move, p,
591 err = dav_fs_copymove_state(is_move, p,
1175 err = dav_fs_copymove_file(ctx->is_move, ctx->pool,
1197 && (ctx->is_move
1210 int is_move,
1236 if (is_move)
1241 if ((err = dav_fs_internal_walk(¶ms, depth, is_move, dst,
1258 if ((err = dav_fs_copymove_file(is_move, src->info->pool,
1268 return dav_fs_copymoveset(is_move, src->info->pool, src, dst, &work_buf);
1766 int depth, int is_move,
1803 cm_ctx.is_move = is_move;