Searched refs:below_op_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c679 int below_op_depth = -1; local
732 below_op_depth = svn_sqlite__column_int(stmt, 0);
744 && below_op_depth != -1
760 || (below_op_depth == -1 && revert_props))
773 if (revert_props || below_op_depth == -1)
785 if (below_op_depth != -1)
792 wc_id, local_relpath, below_op_depth));
H A Dwc_db.c7833 int below_op_depth, /* < 0 is ignored */
7890 int below_op_depth,
7904 if (below_op_depth >= 0)
7907 (svn_sqlite__column_int(stmt, 0) > below_op_depth))
8138 int below_op_depth; local
8140 below_op_depth = svn_sqlite__column_int(stmt, 0);
8147 keep_op_depth = below_op_depth;
7885 info_below_working(svn_boolean_t *have_base, svn_boolean_t *have_work, svn_wc__db_status_t *status, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, int below_op_depth, apr_pool_t *scratch_pool) argument

Completed in 212 milliseconds