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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dnode.c155 svn_node_kind_t db_kind,
159 *node_kind = db_kind;
185 svn_node_kind_t db_kind;
187 SVN_ERR(svn_wc__db_read_kind(&db_kind,
194 if (db_kind == svn_node_dir)
196 else if (db_kind == svn_node_file || db_kind == svn_node_symlink)
361 svn_node_kind_t db_kind;
375 SVN_ERR(svn_wc__db_read_info(&status, &db_kind, NULL, NULL, NULL, NULL,
382 SVN_ERR(convert_db_kind_to_node_kind(&kind, db_kind, statu
152 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
183 svn_node_kind_t db_kind; local
359 svn_node_kind_t db_kind; local
507 svn_node_kind_t db_kind; local
934 svn_node_kind_t db_kind; local
[all...]
H A Ddiff_local.c261 svn_node_kind_t db_kind = status->kind;
289 base_kind = db_kind;
321 else if (base_kind != db_kind || !eb->ignore_ancestry)
352 if (db_kind == svn_node_file)
366 else if (db_kind == svn_node_dir)
405 if (db_kind == svn_node_file)
415 else if (db_kind == svn_node_dir)
427 if (db_kind == svn_node_dir && (local_only || repos_only))
260 svn_node_kind_t db_kind = status->kind; local
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.c2062 svn_node_kind_t db_kind; local
2066 db_kind = svn_node_dir;
2070 db_kind = svn_node_file;
2074 db_kind = svn_node_unknown;
2082 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_update_move.c1921 svn_node_kind_t db_kind; local
1924 err = svn_wc__db_depth_get_info(&status, &db_kind, NULL, &repos_relpath, NULL,
1953 *kind = db_kind;
1955 if (children && db_kind == svn_node_dir)
2402 svn_node_kind_t db_kind; local
2405 err = svn_wc__db_read_info_internal(&status, &db_kind, NULL, &repos_relpath,
2440 *kind = db_kind;
2442 if (children && db_kind == svn_node_dir)
H A Dwc_db.c3667 svn_node_kind_t db_kind; local
3698 db_kind = svn_sqlite__column_token(stmt, 1, kind_map);
3699 SVN_ERR_ASSERT(db_kind == svn_node_file || db_kind == svn_node_dir);
3700 info->kind = db_kind;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c209 svn_node_kind_t db_kind;
518 target->db_kind = svn_node_none;
533 target->db_kind = svn_node_none;
552 target->db_kind = status->kind;
554 target->db_kind = svn_node_none;
773 if (!(target->deleted || target->db_kind == svn_node_none))
1041 target->db_kind = svn_node_none;
1164 target->db_kind = wc_kind;
1369 if ((target->locally_deleted || target->db_kind == svn_node_none)
1864 if (target->db_kind
208 svn_node_kind_t db_kind; member in struct:patch_target_t
[all...]
H A Dconflicts.c7494 svn_node_kind_t db_kind;
7515 SVN_ERR(svn_wc_read_kind2(&db_kind, b->ctx->wc_ctx, local_abspath,
7519 if (db_kind == svn_node_dir && on_disk_kind == svn_node_dir)
7530 if (db_kind != svn_node_none && db_kind != svn_node_unknown)
7535 db_kind, svn_node_none, svn_node_dir,
7548 svn_wc_conflict_reason_obstructed, db_kind,
7659 svn_node_kind_t db_kind;
7666 SVN_ERR(svn_wc_read_kind2(&db_kind, b->ctx->wc_ctx, local_abspath,
7670 if (db_kind
7492 svn_node_kind_t db_kind; local
7657 svn_node_kind_t db_kind; local
[all...]

Completed in 492 milliseconds