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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c428 svn_node_kind_t child_kind,
435 || (depth == svn_depth_files && child_kind == svn_node_file))
424 depth_includes(const char *root_abspath, svn_depth_t depth, const char *child_abspath, svn_node_kind_t child_kind, apr_pool_t *scratch_pool) argument
H A Dnode.c283 svn_node_kind_t child_kind = wi->kind;
307 if ( (child_kind == svn_node_file
315 SVN_ERR(convert_db_kind_to_node_kind(&kind, child_kind,
326 if (child_kind == svn_node_dir
281 svn_node_kind_t child_kind = wi->kind; local
H A Dlock.c844 svn_node_kind_t child_kind;
845 if ((err2 = svn_io_check_path(path, &child_kind, pool)))
852 && (child_kind == svn_node_dir)
843 svn_node_kind_t child_kind; local
H A Dupdate_editor.c2613 svn_node_kind_t child_kind;
2623 child_kind = (dirent->kind == svn_node_dir)
2628 && child_kind == svn_node_dir)
2662 child_kind,
2609 svn_node_kind_t child_kind; local
H A Dwc_db.c7552 svn_node_kind_t child_kind; local
7563 child_kind = svn_sqlite__column_token(stmt, 1, kind_map);
7568 if (child_kind == svn_node_file)
7589 || child_kind != svn_node_file)
7594 else if (child_kind == svn_node_file
7614 else if (child_kind == svn_node_dir)
10959 svn_node_kind_t child_kind; local
10971 SVN_ERR(svn_wc__db_base_get_info_internal(NULL, &child_kind, NULL,
10980 if (child_kind != svn_node_file)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c6267 svn_node_kind_t child_kind;
6269 SVN_ERR(svn_wc_read_kind2(&child_kind,
6272 if (child_kind != svn_node_file)
6841 svn_node_kind_t child_kind;
6842 SVN_ERR(svn_wc_read_kind2(&child_kind,
6845 if (child_kind != svn_node_file)
6260 svn_node_kind_t child_kind; local
6834 svn_node_kind_t child_kind; local

Completed in 303 milliseconds