Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dfs-wrap.c311 const apr_array_header_t *txnprops, in svn_repos_fs_change_txn_props() argument
316 for (i = 0; i < txnprops->nelts; i++) in svn_repos_fs_change_txn_props()
318 svn_prop_t *prop = &APR_ARRAY_IDX(txnprops, i, svn_prop_t); in svn_repos_fs_change_txn_props()
322 return svn_fs_change_txn_props(txn, txnprops, pool); in svn_repos_fs_change_txn_props()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtransaction.c3212 apr_hash_t *txnprops; in write_final_revprop() local
3217 SVN_ERR(svn_fs_x__txn_proplist(&txnprops, txn, pool)); in write_final_revprop()
3220 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in write_final_revprop()
3222 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD, NULL); in write_final_revprop()
3226 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in write_final_revprop()
3228 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS, NULL); in write_final_revprop()
3232 client_date = svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CLIENT_DATE); in write_final_revprop()
3235 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CLIENT_DATE, NULL); in write_final_revprop()
3245 svn_hash_sets(txnprops, SVN_PROP_REVISION_DATE, &date); in write_final_revprop()
3251 SVN_ERR(set_txn_proplist(txn->fs, txn_id, txnprops, TRUE, pool)); in write_final_revprop()
Dtree.c520 apr_hash_t *txnprops; in svn_fs_x__txn_root() local
523 SVN_ERR(svn_fs_x__txn_proplist(&txnprops, txn, pool)); in svn_fs_x__txn_root()
524 if (txnprops) in svn_fs_x__txn_root()
526 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in svn_fs_x__txn_root()
529 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in svn_fs_x__txn_root()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Ddag.c1584 apr_hash_t *txnprops; in svn_fs_base__dag_commit_txn() local
1591 SVN_ERR(svn_fs_base__txn_proplist_in_trail(&txnprops, txn_id, trail)); in svn_fs_base__dag_commit_txn()
1598 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in svn_fs_base__dag_commit_txn()
1602 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in svn_fs_base__dag_commit_txn()
1606 client_date = svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CLIENT_DATE); in svn_fs_base__dag_commit_txn()
Dtree.c302 apr_hash_t *txnprops; in txn_body_txn_root() local
311 SVN_ERR(svn_fs_base__txn_proplist_in_trail(&txnprops, svn_txn_id, trail)); in txn_body_txn_root()
312 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in txn_body_txn_root()
315 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in txn_body_txn_root()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtransaction.c3289 apr_hash_t *txnprops; in write_final_revprop() local
3294 SVN_ERR(svn_fs_fs__txn_proplist(&txnprops, txn, pool)); in write_final_revprop()
3297 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in write_final_revprop()
3299 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD, NULL); in write_final_revprop()
3303 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in write_final_revprop()
3305 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS, NULL); in write_final_revprop()
3309 client_date = svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CLIENT_DATE); in write_final_revprop()
3312 svn_hash_sets(txnprops, SVN_FS__PROP_TXN_CLIENT_DATE, NULL); in write_final_revprop()
3322 svn_hash_sets(txnprops, SVN_PROP_REVISION_DATE, &date); in write_final_revprop()
3328 SVN_ERR(set_txn_proplist(txn->fs, txn_id, txnprops, TRUE, pool)); in write_final_revprop()
Dtree.c532 apr_hash_t *txnprops; in svn_fs_fs__txn_root() local
535 SVN_ERR(svn_fs_fs__txn_proplist(&txnprops, txn, pool)); in svn_fs_fs__txn_root()
536 if (txnprops) in svn_fs_fs__txn_root()
538 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_OOD)) in svn_fs_fs__txn_root()
541 if (svn_hash_gets(txnprops, SVN_FS__PROP_TXN_CHECK_LOCKS)) in svn_fs_fs__txn_root()
/freebsd-10-stable/contrib/subversion/
DCHANGES1629 * ra_serf can create transaction with inline txnprops (r1375167)
1693 * mod_dav_svn can create transaction with inline txnprops (r1375167)