Searched refs:db_kind (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_local.c272 svn_node_kind_t db_kind = status->kind;
299 base_kind = db_kind;
329 else if (base_kind != db_kind || !eb->ignore_ancestry)
360 if (db_kind == svn_node_file)
375 else if (db_kind == svn_node_dir)
404 if (db_kind == svn_node_file)
414 else if (db_kind == svn_node_dir)
426 if (db_kind == svn_node_dir && (local_only || repos_only))
271 svn_node_kind_t db_kind = status->kind; local
H A Dnode.c278 svn_node_kind_t db_kind,
282 *node_kind = db_kind;
308 svn_node_kind_t db_kind;
310 SVN_ERR(svn_wc__db_read_kind(&db_kind,
317 if (db_kind == svn_node_dir)
319 else if (db_kind == svn_node_file || db_kind == svn_node_symlink)
490 svn_node_kind_t db_kind;
503 SVN_ERR(svn_wc__db_read_info(&status, &db_kind, NULL, NULL, NULL, NULL,
509 SVN_ERR(convert_db_kind_to_node_kind(&kind, db_kind, statu
275 convert_db_kind_to_node_kind(svn_node_kind_t *node_kind, svn_node_kind_t db_kind, svn_wc__db_status_t db_status, svn_boolean_t show_hidden) argument
306 svn_node_kind_t db_kind; local
488 svn_node_kind_t db_kind; local
681 svn_node_kind_t db_kind; local
1230 svn_node_kind_t db_kind; local
[all...]
H A Dinfo.c90 svn_node_kind_t db_kind;
110 SVN_ERR(svn_wc__db_read_info(&status, &db_kind, &tmpinfo->rev,
89 svn_node_kind_t db_kind; local
H A Dupgrade.c2365 svn_node_kind_t db_kind; local
2369 db_kind = svn_node_dir;
2373 db_kind = svn_node_file;
2377 db_kind = svn_node_unknown;
2385 db_kind,
H A Dlock.c131 svn_node_kind_t db_kind;
148 err = svn_wc__db_read_info(&db_status, &db_kind, NULL, NULL, NULL,
165 if (db_kind != svn_node_dir)
130 svn_node_kind_t db_kind; local
H A Dwc_db.c3568 svn_node_kind_t db_kind; local
3599 db_kind = svn_sqlite__column_token(stmt, 1, kind_map);
3600 SVN_ERR_ASSERT(db_kind == svn_node_file || db_kind == svn_node_dir);
3601 info->kind = db_kind;
11514 svn_node_kind_t db_kind; local
11527 SVN_ERR(svn_wc__db_base_get_info_internal(&status, &db_kind, &revision,
11536 && db_kind == svn_node_file
11540 if (skip_when_dir && db_kind == svn_node_dir)
11582 || db_kind !
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c201 svn_node_kind_t db_kind;
452 target->db_kind = svn_node_none;
470 target->db_kind = status->kind;
472 target->db_kind = svn_node_none;
1017 target->db_kind = svn_node_none;
1563 if (target->db_kind == svn_node_file)
1987 if (target->db_kind == svn_node_none ||
1988 target->db_kind == svn_node_unknown)
1990 else if (target->db_kind == svn_node_dir)
2308 target->deleted = (target->db_kind
200 svn_node_kind_t db_kind; member in struct:patch_target_t
[all...]

Completed in 152 milliseconds