Home
last modified time | relevance | path

Searched refs:lock_relpath (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c14433 const char *lock_relpath; in wclock_obtain_cb() local
14474 lock_relpath = svn_sqlite__column_text(stmt, 0, scratch_pool); in wclock_obtain_cb()
14479 && relpath_depth(lock_relpath) > max_depth) in wclock_obtain_cb()
14488 lock_relpath, in wclock_obtain_cb()
14500 lock_relpath, in wclock_obtain_cb()
14510 err = wclock_steal(wcroot, lock_relpath, scratch_pool); in wclock_obtain_cb()
14525 lock_relpath = local_relpath; in wclock_obtain_cb()
14529 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, lock_relpath)); in wclock_obtain_cb()
14537 levels += relpath_depth(lock_relpath); in wclock_obtain_cb()
14549 lock_relpath, in wclock_obtain_cb()
[all …]