Home
last modified time | relevance | path

Searched refs:root_id_after_put (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Drepo-op.c2685 char *root_id_after_put = NULL, *root_id = NULL; in move_file_same_repo() local
2694 root_id_after_put = head_commit->root_id; in move_file_same_repo()
2707root_id_after_put = post_multi_files_recursive (repo, head_commit->root_id, dst_path, dent_list, u… in move_file_same_repo()
2712 if (!root_id_after_put) { in move_file_same_repo()
2717 root_id = do_del_file (repo, root_id_after_put, src_path, filenames_str->str, in move_file_same_repo()
2748 g_free (root_id_after_put); in move_file_same_repo()