Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dupgrade.c2102 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_20, &bb, in svn_wc__upgrade_sdb()
2108 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_21, &bb, in svn_wc__upgrade_sdb()
2114 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_22, &bb, in svn_wc__upgrade_sdb()
2120 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_23, &bb, in svn_wc__upgrade_sdb()
2126 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_24, &bb, in svn_wc__upgrade_sdb()
2132 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_25, &bb, in svn_wc__upgrade_sdb()
2138 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_26, &bb, in svn_wc__upgrade_sdb()
2144 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_27, &bb, in svn_wc__upgrade_sdb()
2150 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_28, &bb, in svn_wc__upgrade_sdb()
2156 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_29, &bb, in svn_wc__upgrade_sdb()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/include/private/
Dsvn_sqlite.h462 svn_sqlite__with_transaction(svn_sqlite__db_t *db,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dsqlite.c1437 svn_sqlite__with_transaction(svn_sqlite__db_t *db, in svn_sqlite__with_transaction() function