Searched refs:is_wcroot (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwcroot_anchor.c147 svn_wc_check_root(svn_boolean_t *is_wcroot,
156 return svn_error_trace(svn_wc__db_is_switched(is_wcroot,is_switched, kind,
162 svn_wc__is_wcroot(svn_boolean_t *is_wcroot,
167 return svn_error_trace(svn_wc__db_is_wcroot(is_wcroot,
146 svn_wc_check_root(svn_boolean_t *is_wcroot, svn_boolean_t *is_switched, svn_node_kind_t *kind, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *scratch_pool) argument
161 svn_wc__is_wcroot(svn_boolean_t *is_wcroot, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *scratch_pool) argument
H A Dcleanup.c94 svn_boolean_t is_wcroot;
114 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, dir_abspath, scratch_pool));
125 if (is_wcroot && vacuum_pristines)
92 svn_boolean_t is_wcroot; local
H A Ddelete.c251 svn_boolean_t is_wcroot;
252 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, local_abspath,
255 if (is_wcroot)
370 svn_boolean_t is_wcroot;
371 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, local_abspath, pool));
373 if (is_wcroot)
250 svn_boolean_t is_wcroot; local
369 svn_boolean_t is_wcroot; local
H A Drevert.c322 svn_boolean_t is_wcroot;
324 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, local_abspath, scratch_pool));
325 if (is_wcroot)
757 svn_boolean_t is_wcroot;
759 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, local_abspath, scratch_pool));
761 if (! is_wcroot)
321 svn_boolean_t is_wcroot; local
756 svn_boolean_t is_wcroot; local
H A Dadm_files.c501 svn_boolean_t is_wcroot;
507 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, dir_abspath, scratch_pool));
513 if (is_wcroot)
497 svn_boolean_t is_wcroot; local
H A Ddiff_local.c468 svn_boolean_t is_wcroot;
470 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot,
473 if (!is_wcroot)
467 svn_boolean_t is_wcroot; local
H A Dlock.c1475 svn_boolean_t is_wcroot;
1480 err = svn_wc__db_is_switched(&is_wcroot, &is_switched, &kind,
1491 is_wcroot = FALSE;
1503 if (is_wcroot)
1474 svn_boolean_t is_wcroot; local
H A Dwc_db.h2450 svn_wc__db_is_wcroot(svn_boolean_t *is_wcroot,
2471 svn_wc__db_is_switched(svn_boolean_t *is_wcroot,
H A Dstatus.c2612 svn_boolean_t is_wcroot;
2619 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, db, local_abspath,
2624 ! is_wcroot /* verify_truename */,
2605 svn_boolean_t is_wcroot; local
H A Dupdate_editor.c2640 svn_boolean_t is_wcroot;
2641 SVN_ERR(svn_wc__db_is_wcroot(&is_wcroot, eb->db, child_abspath,
2644 if (!is_wcroot)
2636 svn_boolean_t is_wcroot; local
H A Dconflicts.c3916 svn_boolean_t is_wcroot;
3946 SVN_ERR(svn_wc__db_is_switched(&is_wcroot, &is_switched, NULL,
3948 if (is_wcroot || is_switched)
3914 svn_boolean_t is_wcroot; local
H A Dwc_db.c14184 svn_wc__db_is_wcroot(svn_boolean_t *is_wcroot, argument
14200 *is_wcroot = FALSE; /* Node is a file, or has a parent directory within
14205 *is_wcroot = TRUE;
14283 svn_wc__db_is_switched(svn_boolean_t *is_wcroot, argument
14305 if (is_wcroot)
14306 *is_wcroot = TRUE;
14313 if (is_wcroot)
14314 *is_wcroot = FALSE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dexternals.c234 svn_boolean_t is_wcroot; local
236 SVN_ERR(svn_wc__is_wcroot(&is_wcroot, ctx->wc_ctx, local_abspath,
239 if (! is_wcroot)
H A Dmerge.c2634 svn_boolean_t is_wcroot;
2636 SVN_ERR(svn_wc_check_root(&is_wcroot, NULL, NULL,
2640 if (is_wcroot)
2630 svn_boolean_t is_wcroot; local
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h335 svn_wc__is_wcroot(svn_boolean_t *is_wcroot,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h5643 /** If @a is_wcroot is not @c NULL, set @a *is_wcroot to @c TRUE if @a
5658 svn_wc_check_root(svn_boolean_t *is_wcroot,

Completed in 415 milliseconds