Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dnode.c281 svn_node_kind_t child_kind = wi->kind; in walker_helper() local
305 if ( (child_kind == svn_node_file in walker_helper()
313 SVN_ERR(convert_db_kind_to_node_kind(&kind, child_kind, in walker_helper()
324 if (child_kind == svn_node_dir in walker_helper()
Dinfo.c427 svn_node_kind_t child_kind, in depth_includes() argument
434 || (depth == svn_depth_files && child_kind == svn_node_file)) in depth_includes()
Dlock.c843 svn_node_kind_t child_kind; in svn_wc_adm_probe_open3() local
844 if ((err2 = svn_io_check_path(path, &child_kind, pool))) in svn_wc_adm_probe_open3()
851 && (child_kind == svn_node_dir) in svn_wc_adm_probe_open3()
Dupdate_editor.c2601 svn_node_kind_t child_kind; in close_directory() local
2611 child_kind = (dirent->kind == svn_node_dir) in close_directory()
2616 && child_kind == svn_node_dir) in close_directory()
2650 child_kind, in close_directory()
Dwc_db.c7551 svn_node_kind_t child_kind; in remove_node_txn() local
7562 child_kind = svn_sqlite__column_token(stmt, 1, kind_map); in remove_node_txn()
7567 if (child_kind == svn_node_file) in remove_node_txn()
7588 || child_kind != svn_node_file) in remove_node_txn()
7593 else if (child_kind == svn_node_file in remove_node_txn()
7613 else if (child_kind == svn_node_dir) in remove_node_txn()
11018 svn_node_kind_t child_kind; in get_children_with_cached_iprops() local
11030 SVN_ERR(svn_wc__db_base_get_info_internal(NULL, &child_kind, NULL, in get_children_with_cached_iprops()
11039 if (child_kind != svn_node_file) in get_children_with_cached_iprops()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dmerge.c6235 svn_node_kind_t child_kind; in insert_parent_and_sibs_of_sw_absent_del_subtree() local
6237 SVN_ERR(svn_wc_read_kind2(&child_kind, in insert_parent_and_sibs_of_sw_absent_del_subtree()
6240 if (child_kind != svn_node_file) in insert_parent_and_sibs_of_sw_absent_del_subtree()
6807 svn_node_kind_t child_kind; in get_mergeinfo_paths() local
6808 SVN_ERR(svn_wc_read_kind2(&child_kind, in get_mergeinfo_paths()
6811 if (child_kind != svn_node_file) in get_mergeinfo_paths()