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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1880 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_20, &bb,
1886 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_21, &bb,
1892 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_22, &bb,
1898 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_23, &bb,
1904 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_24, &bb,
1910 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_25, &bb,
1916 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_26, &bb,
1922 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_27, &bb,
1928 SVN_ERR(svn_sqlite__with_transaction(sdb, bump_to_28, &bb,
1934 SVN_ERR(svn_sqlite__with_transaction(sd
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h435 /* Callback function to for use with svn_sqlite__with_transaction(). */
445 svn_sqlite__with_transaction(svn_sqlite__db_t *db,
461 /* Like svn_sqlite__with_transaction(), but takes out a 'RESERVED' lock
488 This callback is similar to svn_sqlite__with_transaction(), but can be
500 svn_sqlite__with_transaction()?
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1127 svn_sqlite__with_transaction(svn_sqlite__db_t *db, function

Completed in 163 milliseconds