Searched refs:new_depth (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dcrop.c51 svn_depth_t new_depth,
62 SVN_ERR_ASSERT(new_depth >= svn_depth_empty
63 && new_depth <= svn_depth_infinity);
74 if (dir_depth > new_depth)
75 SVN_ERR(svn_wc__db_op_set_base_depth(db, local_abspath, new_depth,
109 if (new_depth < remove_below)
121 if (new_depth == svn_depth_empty)
138 if (new_depth < svn_depth_immediates)
48 crop_children(svn_wc__db_t *db, const char *local_abspath, svn_depth_t dir_depth, svn_depth_t new_depth, svn_wc_notify_func2_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h130 SetCurrentInlinedDepth (uint32_t new_depth);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp244 StackFrameList::SetCurrentInlinedDepth (uint32_t new_depth) argument
246 m_current_inlined_depth = new_depth;
247 if (new_depth == UINT32_MAX)

Completed in 155 milliseconds