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

123

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c378 svn_node_kind_t node_kind,
395 if (node_kind != svn_node_unknown)
396 svn_hash_sets(att_hash, "kind", svn_cl__node_kind_str_xml(node_kind));
414 svn_node_kind_t node_kind; local
446 &node_kind,
453 node_kind, pool));
457 &node_kind,
465 node_kind, pool));
485 svn_node_kind_t node_kind; local
525 &repos_relpath, &peg_rev, &node_kind, conflic
373 add_conflict_version_xml(svn_stringbuf_t **pstr, const char *side, const char *repos_root_url, const char *repos_relpath, svn_revnum_t peg_rev, svn_node_kind_t node_kind, apr_pool_t *pool) argument
[all...]
H A Dutil.c1043 svn_node_kind_t node_kind,
1068 svn_cl__node_kind_str_human_readable(node_kind),
1167 svn_node_kind_t node_kind;
1172 SVN_ERR(svn_io_check_path(local_abspath, &node_kind, iterpool));
1173 if (node_kind != svn_node_file)
1038 svn_cl__node_description(const char *repos_root_url, const char *repos_relpath, svn_revnum_t peg_rev, svn_node_kind_t node_kind, const char *wc_repos_root_URL, apr_pool_t *pool) argument
1165 svn_node_kind_t node_kind; local
H A Dinfo-cmd.c987 svn_node_kind_t node_kind;
1006 &repos_relpath, &peg_rev, &node_kind, conflict,
1010 peg_rev, node_kind, info->repos_root_URL, pool);
1013 &repos_relpath, &peg_rev, &node_kind, conflict,
1017 peg_rev, node_kind, info->repos_root_URL, pool);
985 svn_node_kind_t node_kind; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.c184 svn_node_kind_t node_kind)
186 if (node_kind == svn_node_none && !must_exist)
191 else if (node_kind != svn_node_file)
217 svn_node_kind_t node_kind;
263 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_path, scratch_pool));
264 if (node_kind != svn_node_file)
266 url, must_exist, node_kind));
290 svn_node_kind_t node_kind;
293 SVN_ERR(svn_io_check_path(path, &node_kind, scratch_pool));
294 if (node_kind !
176 handle_missing_file(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, svn_node_kind_t node_kind) argument
214 svn_node_kind_t node_kind; local
287 svn_node_kind_t node_kind; local
[all...]
H A Dcompat.c95 change_copy->node_kind = change->node_kind;
H A Dreplay.c536 if (change->node_kind == svn_node_unknown)
537 SVN_ERR(svn_fs_check_path(&(change->node_kind), root, edit_path, pool));
538 if ((change->node_kind != svn_node_dir) &&
539 (change->node_kind != svn_node_file))
578 if (change->node_kind == svn_node_dir)
609 if (change->node_kind == svn_node_dir)
631 if (change->node_kind == svn_node_dir && cb->copies->nelts > 0)
649 if (change->node_kind == svn_node_dir)
730 if (change->node_kind == svn_node_dir)
733 else if (change->node_kind
[all...]
H A Dload.c764 const char *node_kind;
769 ((node_kind = svn_hash_gets(headers,
771 && strcmp(node_kind, "file") == 0)
761 const char *node_kind; local
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c96 svn_node_kind_t node_kind; local
104 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind,
107 if (node_kind == svn_node_file)
112 else if (node_kind == svn_node_dir)
H A Dload_editor.c981 svn_node_kind_t node_kind,
987 if (node_kind == svn_node_file)
992 else if (node_kind == svn_node_dir)
1021 svn_node_kind_t node_kind;
1027 &node_kind, scratch_pool));
1028 SVN_ERR(fetch_props(props, cb->pb, path, base_revision, node_kind,
974 fetch_props(apr_hash_t **props, void *baton, const char *path, svn_revnum_t base_revision, svn_node_kind_t node_kind, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1018 svn_node_kind_t node_kind; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c202 conflict->node_kind = svn_node_file;
211 svn_node_kind_t node_kind,
221 conflict->node_kind = node_kind;
230 svn_node_kind_t node_kind,
242 conflict->node_kind = node_kind;
272 version->node_kind = kind;
371 new_conflict->node_kind = conflict->node_kind;
209 svn_wc_conflict_description_create_prop2(const char *local_abspath, svn_node_kind_t node_kind, const char *property_name, apr_pool_t *result_pool) argument
227 svn_wc_conflict_description_create_tree2( const char *local_abspath, svn_node_kind_t node_kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *src_left_version, const svn_wc_conflict_version_t *src_right_version, apr_pool_t *result_pool) argument
[all...]
H A Dtree_conflicts.c208 svn_node_kind_t node_kind; local
233 /* node_kind */
235 node_kind = (svn_node_kind_t)n;
236 if (node_kind != svn_node_file && node_kind != svn_node_dir)
238 _("Invalid 'node_kind' field in tree conflict description"));
271 node_kind, operation, src_left_version, src_right_version,
303 /* node_kind */
304 skel_prepend_enum(skel, node_kind_map, version_info->node_kind, pool);
369 /* node_kind */
[all...]
H A Dprops.h78 svn_node_kind_t node_kind,
H A Dconflicts.c117 svn_skel__prepend_str(svn_node_kind_to_word(location->node_kind),
152 svn_node_kind_t node_kind; /* note that 'none' is a legitimate value */
181 node_kind = svn_node_kind_from_word(kind_str);
187 node_kind,
1524 svn_node_kind_t node_kind;
1526 SVN_ERR(svn_io_check_path(artifact_file_abspath, &node_kind,
1528 if (node_kind == svn_node_file)
1826 svn_node_kind_t node_kind,
1855 local_kind = left_version->node_kind;
1858 local_kind = node_kind;
151 svn_node_kind_t node_kind; /* note that 'none' is a legitimate value */ local
1523 svn_node_kind_t node_kind; local
1822 read_tree_conflict_desc(svn_wc_conflict_description2_t **desc, svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t node_kind, const svn_skel_t *conflict_skel, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2053 svn_node_kind_t node_kind; local
2102 read_prop_conflict_descs(apr_array_header_t *conflicts, svn_wc__db_t *db, const char *local_abspath, svn_skel_t *conflict_skel, svn_boolean_t create_tempfiles, svn_node_kind_t node_kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2304 svn_node_kind_t node_kind; local
3916 svn_node_kind_t node_kind; local
[all...]
H A Dwc_db_wcroot.c116 svn_node_kind_t node_kind;
140 SVN_ERR(svn_io_check_special_path(local_abspath, &node_kind,
143 db->parse_cache.kind = (special ? svn_node_symlink : node_kind);
115 svn_node_kind_t node_kind; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Ddiff_summarize.c54 svn_node_kind_t node_kind,
67 sum->node_kind = node_kind;
50 send_summary(struct summarize_baton_t *b, const char *path, svn_client_diff_summarize_kind_t summarize_kind, svn_boolean_t prop_changed, svn_node_kind_t node_kind, apr_pool_t *scratch_pool) argument
H A Dprop_commands.c147 svn_node_kind_t node_kind;
165 &node_kind, pool));
166 if (node_kind == svn_node_none)
172 if (node_kind == svn_node_file)
197 target, node_kind, skip_checks,
211 item->kind = node_kind;
236 err = do_url_propset(target, propname, propval, node_kind,
145 svn_node_kind_t node_kind; local
H A Drepos_diff.c1271 svn_node_kind_t node_kind; local
1276 SVN_ERR(svn_ra_check_path(eb->ra_session, path, base_revision, &node_kind,
1279 if (node_kind == svn_node_file)
1284 else if (node_kind == svn_node_dir)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.c146 | ((int)change->node_kind << CHANGE_NODE_SHIFT);
271 change->node_kind = (svn_node_kind_t)
516 change->node_kind = (svn_node_kind_t)
H A Dtransaction.h185 svn_node_kind_t node_kind,
H A Dlow_level.c840 change->node_kind = svn_node_unknown;
848 change->node_kind = svn_node_file;
850 change->node_kind = svn_node_dir;
1067 SVN_ERR_ASSERT(change->node_kind == svn_node_dir
1068 || change->node_kind == svn_node_file);
1070 change->node_kind == svn_node_dir
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.h156 svn_node_kind_t node_kind,
H A Dlow_level.c341 info->node_kind = svn_node_unknown;
349 info->node_kind = svn_node_file;
351 info->node_kind = svn_node_dir;
592 SVN_ERR_ASSERT(change->node_kind == svn_node_dir
593 || change->node_kind == svn_node_file);
595 change->node_kind == svn_node_dir
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h331 /** Return the appropriate node_kind for @a word. @a word is as
778 svn_node_kind_t node_kind;
758 svn_node_kind_t node_kind; member in struct:svn_log_changed_path2_t
H A Dsvn_wc.h1727 svn_node_kind_t node_kind;
1746 * @a revision and the @c node_kind to @a kind. Make only shallow
1774 svn_node_kind_t node_kind,
1814 * src_left_version->node_kind and src_right_version->node_kind. */
1815 svn_node_kind_t node_kind;
1950 svn_node_kind_t node_kind;
2034 * #svn_wc_conflict_kind_text, the @c node_kind to #svn_node_file,
2066 * to #svn_wc_conflict_kind_property, the @c node_kind to @a node_kind, an
1724 svn_node_kind_t node_kind; member in struct:svn_wc_conflict_version_t
1812 svn_node_kind_t node_kind; member in struct:svn_wc_conflict_description2_t
1947 svn_node_kind_t node_kind; member in struct:svn_wc_conflict_description_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1276 svn_node_kind_t node_kind;
1289 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, pool));
1290 if (node_kind == svn_node_none)
1295 else if (node_kind != svn_node_file)
1739 svn_node_kind_t node_kind;
1744 SVN_ERR(svn_fs_check_path(&node_kind, root, abs_path, scratch_pool));
1745 if (node_kind == svn_node_none)
1271 svn_node_kind_t node_kind; local
1734 svn_node_kind_t node_kind; local

Completed in 221 milliseconds

123