Home
last modified time | relevance | path

Searched refs:node_kind (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c378 svn_node_kind_t node_kind, in add_conflict_version_xml() argument
395 if (node_kind != svn_node_unknown) in add_conflict_version_xml()
414 svn_node_kind_t node_kind; in append_tree_conflict_info_xml() local
453 node_kind, pool)); in append_tree_conflict_info_xml()
465 node_kind, pool)); in append_tree_conflict_info_xml()
485 svn_node_kind_t node_kind; in svn_cl__append_conflict_info_xml() local
525 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml()
530 node_kind, scratch_pool)); in svn_cl__append_conflict_info_xml()
533 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml()
572 &repos_relpath, &peg_rev, &node_kind, conflict, in svn_cl__append_conflict_info_xml()
[all …]
H A Dutil.c1039 svn_node_kind_t node_kind, in svn_cl__node_description() argument
1064 svn_cl__node_kind_str_human_readable(node_kind), in svn_cl__node_description()
1163 svn_node_kind_t node_kind; in svn_cl__propset_print_binary_mime_type_warning() local
1168 SVN_ERR(svn_io_check_path(local_abspath, &node_kind, iterpool)); in svn_cl__propset_print_binary_mime_type_warning()
1169 if (node_kind != svn_node_file) in svn_cl__propset_print_binary_mime_type_warning()
H A Dinfo-cmd.c693 svn_node_kind_t node_kind; in print_info() local
712 &repos_relpath, &peg_rev, &node_kind, conflict, in print_info()
716 peg_rev, node_kind, info->repos_root_URL, pool); in print_info()
719 &repos_relpath, &peg_rev, &node_kind, conflict, in print_info()
723 peg_rev, node_kind, info->repos_root_URL, pool); in print_info()
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.c181 svn_node_kind_t node_kind) in handle_missing_file() argument
183 if (node_kind == svn_node_none && !must_exist) in handle_missing_file()
188 else if (node_kind != svn_node_file) in handle_missing_file()
214 svn_node_kind_t node_kind; in get_repos_config() local
256 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_path, scratch_pool)); in get_repos_config()
257 if (node_kind != svn_node_file) in get_repos_config()
259 url, must_exist, node_kind)); in get_repos_config()
283 svn_node_kind_t node_kind; in get_file_config() local
286 SVN_ERR(svn_io_check_path(path, &node_kind, scratch_pool)); in get_file_config()
287 if (node_kind != svn_node_file) in get_file_config()
[all …]
H A Dreplay.c536 if (change->node_kind == svn_node_unknown) in path_driver_cb_func()
538 if ((change->node_kind != svn_node_dir) && in path_driver_cb_func()
539 (change->node_kind != svn_node_file)) in path_driver_cb_func()
578 if (change->node_kind == svn_node_dir) in path_driver_cb_func()
609 if (change->node_kind == svn_node_dir) in path_driver_cb_func()
649 if (change->node_kind == svn_node_dir) in path_driver_cb_func()
752 if (change->node_kind == svn_node_file in path_driver_cb_func()
1299 (change->node_kind != svn_node_file)) in replay_node()
1332 if (change->node_kind == svn_node_dir) in replay_node()
1477 if (change->node_kind == svn_node_file in replay_node()
[all …]
H A Dcompat.c94 change_copy->node_kind = change->node_kind; in log4_path_change_receiver()
H A Dload.c727 const char *node_kind; in svn_repos_parse_dumpstream3() local
732 ((node_kind = svn_hash_gets(headers, in svn_repos_parse_dumpstream3()
734 && strcmp(node_kind, "file") == 0) in svn_repos_parse_dumpstream3()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dtree_conflicts.c208 svn_node_kind_t node_kind; in svn_wc__deserialize_conflict() local
235 node_kind = (svn_node_kind_t)n; in svn_wc__deserialize_conflict()
236 if (node_kind != svn_node_file && node_kind != svn_node_dir) in svn_wc__deserialize_conflict()
271 node_kind, operation, src_left_version, src_right_version, in svn_wc__deserialize_conflict()
304 skel_prepend_enum(skel, node_kind_map, version_info->node_kind, pool); in prepend_version_info_skel()
370 SVN_ERR_ASSERT(conflict->node_kind == svn_node_dir in svn_wc__serialize_conflict()
371 || conflict->node_kind == svn_node_file in svn_wc__serialize_conflict()
372 || conflict->node_kind == svn_node_none); in svn_wc__serialize_conflict()
373 skel_prepend_enum(c_skel, node_kind_map, conflict->node_kind, in svn_wc__serialize_conflict()
H A Dutil.c201 conflict->node_kind = svn_node_file; in svn_wc_conflict_description_create_text2()
210 svn_node_kind_t node_kind, in svn_wc_conflict_description_create_prop2() argument
220 conflict->node_kind = node_kind; in svn_wc_conflict_description_create_prop2()
229 svn_node_kind_t node_kind, in svn_wc_conflict_description_create_tree2() argument
241 conflict->node_kind = node_kind; in svn_wc_conflict_description_create_tree2()
271 version->node_kind = kind; in svn_wc_conflict_version_create2()
370 new_conflict->node_kind = conflict->node_kind; in svn_wc__cd2_to_cd()
H A Dconflicts.c180 node_kind = svn_node_kind_from_word(kind_str); in conflict__read_location()
1489 svn_node_kind_t node_kind; in remove_artifact_file_if_exists() local
1493 if (node_kind == svn_node_file) in remove_artifact_file_if_exists()
1791 svn_node_kind_t node_kind, in read_tree_conflict_desc() argument
1820 local_kind = left_version->node_kind; in read_tree_conflict_desc()
1823 local_kind = node_kind; in read_tree_conflict_desc()
2019 svn_node_kind_t node_kind; in svn_wc__conflict_invoke_resolver() local
2073 svn_node_kind_t node_kind, in read_prop_conflict_descs() argument
2270 svn_node_kind_t node_kind; in svn_wc__read_conflicts() local
3881 svn_node_kind_t node_kind; in svn_wc__guess_incoming_move_target_nodes() local
[all …]
H A Dprops.h77 svn_node_kind_t node_kind,
H A Dwc_db_wcroot.c115 svn_node_kind_t node_kind; in get_path_kind() local
139 SVN_ERR(svn_io_check_special_path(local_abspath, &node_kind, in get_path_kind()
142 db->parse_cache.kind = (special ? svn_node_symlink : node_kind); in get_path_kind()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Ddiff_summarize.c60 svn_node_kind_t node_kind, in send_summary() argument
75 sum->node_kind = node_kind; in send_summary()
H A Dprop_commands.c145 svn_node_kind_t node_kind; in propset_on_url() local
163 &node_kind, pool)); in propset_on_url()
164 if (node_kind == svn_node_none) in propset_on_url()
170 if (node_kind == svn_node_file) in propset_on_url()
195 target, node_kind, skip_checks, in propset_on_url()
209 item->kind = node_kind; in propset_on_url()
234 err = do_url_propset(target, propname, propval, node_kind, in propset_on_url()
H A Dconflicts.c271 svn_node_kind_t node_kind; member
372 svn_node_kind_t node_kind; member
381 svn_node_kind_t node_kind, in add_new_move() argument
400 move->node_kind = node_kind; in add_new_move()
937 copy->node_kind = log_item->node_kind; in cache_copied_item()
2115 *node_kind = svn_node_unknown; in reparent_session_and_fetch_node_kind()
2177 svn_node_kind_t node_kind; in find_operative_moves() local
5635 svn_node_kind_t node_kind; member
5714 if (b->node_kind == svn_node_dir && in find_modified_rev()
5764 if (b.node_kind == svn_node_none) in conflict_tree_get_details_incoming_edit()
[all …]
H A Drepos_diff.c1275 svn_node_kind_t node_kind; in fetch_props_func() local
1280 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind, in fetch_props_func()
1283 if (node_kind == svn_node_file) in fetch_props_func()
1288 else if (node_kind == svn_node_dir) in fetch_props_func()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dlow_level.c840 change->node_kind = svn_node_unknown; in read_change()
848 change->node_kind = svn_node_file; in read_change()
850 change->node_kind = svn_node_dir; in read_change()
1067 SVN_ERR_ASSERT(change->node_kind == svn_node_dir in write_change_entry()
1068 || change->node_kind == svn_node_file); in write_change_entry()
1070 change->node_kind == svn_node_dir in write_change_entry()
H A Dchanges.c146 | ((int)change->node_kind << CHANGE_NODE_SHIFT); in append_change()
271 change->node_kind = (svn_node_kind_t) in svn_fs_x__changes_get_list()
516 change->node_kind = (svn_node_kind_t) in svn_fs_x__changes_get_list_func()
H A Dtransaction.h185 svn_node_kind_t node_kind,
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c341 info->node_kind = svn_node_unknown; in read_change()
349 info->node_kind = svn_node_file; in read_change()
351 info->node_kind = svn_node_dir; in read_change()
592 SVN_ERR_ASSERT(change->node_kind == svn_node_dir in write_change_entry()
593 || change->node_kind == svn_node_file); in write_change_entry()
595 change->node_kind == svn_node_dir in write_change_entry()
H A Dtransaction.h156 svn_node_kind_t node_kind,
/freebsd-12.1/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c1019 svn_node_kind_t node_kind; in fetch_props_func() local
1027 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind, in fetch_props_func()
1030 if (node_kind == svn_node_file) in fetch_props_func()
1035 else if (node_kind == svn_node_dir) in fetch_props_func()
H A Dload_editor.c282 svn_node_kind_t node_kind; in fetch_props_func() local
288 &node_kind, scratch_pool)); in fetch_props_func()
290 if (node_kind == svn_node_file) in fetch_props_func()
295 else if (node_kind == svn_node_dir) in fetch_props_func()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1268 svn_node_kind_t node_kind; in svn_ra_local__get_file() local
1281 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, pool)); in svn_ra_local__get_file()
1282 if (node_kind == svn_node_none) in svn_ra_local__get_file()
1287 else if (node_kind != svn_node_file) in svn_ra_local__get_file()
1731 svn_node_kind_t node_kind; in svn_ra_local__get_inherited_props() local
1736 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, scratch_pool)); in svn_ra_local__get_inherited_props()
1737 if (node_kind == svn_node_none) in svn_ra_local__get_inherited_props()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_wc.h1724 svn_node_kind_t node_kind; member
1771 svn_node_kind_t node_kind,
1812 svn_node_kind_t node_kind; member
1947 svn_node_kind_t node_kind; member
2073 svn_node_kind_t node_kind,
2087 svn_node_kind_t node_kind,
2110 svn_node_kind_t node_kind,
2128 svn_node_kind_t node_kind,

123