Home
last modified time | relevance | path

Searched refs:SVN_PROP_REVISION_DATE (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dcompat.c80 svn_hash_sets(revprops, SVN_PROP_REVISION_DATE, NULL); in svn_compat_log_revprops_clear()
91 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE; in svn_compat_log_revprops_in()
107 *date = svn_hash_gets(revprops, SVN_PROP_REVISION_DATE); in svn_compat_log_revprops_out_string()
/freebsd-10-stable/contrib/subversion/subversion/svn/
Dblame-cmd.c87 SVN_PROP_REVISION_DATE), in blame_receiver_xml()
100 SVN_PROP_REVISION_DATE), in blame_receiver_xml()
226 SVN_PROP_REVISION_DATE), in blame_receiver()
235 SVN_PROP_REVISION_DATE), in blame_receiver()
Dlog-cmd.c838 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE; in svn_cl__log()
862 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE; in svn_cl__log()
Dmergeinfo-cmd.c290 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE; in mergeinfo_log()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_props.h590 #define SVN_PROP_REVISION_DATE SVN_PROP_PREFIX "date" macro
654 SVN_PROP_REVISION_DATE, \
/freebsd-10-stable/contrib/subversion/subversion/svnrdump/
Dload_editor.c527 svn_hash_sets(rb->revprop_table, SVN_PROP_REVISION_DATE, NULL); in new_node_record()
744 if (!strcmp(name, SVN_PROP_REVISION_DATE)) in set_revision_property()
1022 if (!svn_hash_gets(rb->pb->skip_revprops, SVN_PROP_REVISION_DATE)) in close_revision()
1024 SVN_ERR(svn_repos__validate_prop(SVN_PROP_REVISION_DATE, in close_revision()
1027 SVN_PROP_REVISION_DATE, in close_revision()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dfs-wrap.c244 if (strcmp(name, SVN_PROP_REVISION_DATE) == 0) in svn_repos__validate_prop()
447 && (strcmp(propname, SVN_PROP_REVISION_DATE) != 0)) in svn_repos_fs_revision_prop()
498 value = svn_hash_gets(tmphash, SVN_PROP_REVISION_DATE); in svn_repos_fs_revision_proplist()
500 svn_hash_sets(*table_p, SVN_PROP_REVISION_DATE, value); in svn_repos_fs_revision_proplist()
Dlog.c1135 svn_hash_sets(log_entry->revprops, SVN_PROP_REVISION_DATE, in fill_log_entry()
1136 svn_hash_gets(r_props, SVN_PROP_REVISION_DATE)); in fill_log_entry()
1155 = {SVN_PROP_REVISION_DATE, sizeof(SVN_PROP_REVISION_DATE)-1}; in fill_log_entry()
Dload-fs-vtable.c728 svn_boolean_t is_date = strcmp(name, SVN_PROP_REVISION_DATE) == 0; in set_revision_property()
1048 prop->name = SVN_PROP_REVISION_DATE; in close_revision()
Drev_hunt.c68 SVN_ERR(svn_fs_revision_prop(&date_str, fs, rev, SVN_PROP_REVISION_DATE, in get_time()
176 committed_date_s = svn_hash_gets(revprops, SVN_PROP_REVISION_DATE); in svn_repos_get_committed_info()
Ddelta.c498 committed_date = svn_hash_gets(r_props, SVN_PROP_REVISION_DATE); in delta_proplists()
Ddump.c1938 datevalue = svn_hash_gets(props, SVN_PROP_REVISION_DATE); in write_revision_record()
1944 svn_hash_sets(props, SVN_PROP_REVISION_DATE, datevalue); in write_revision_record()
Dcommit.c191 SVN_ERR(svn_fs_revision_prop(&date, fs, revision, SVN_PROP_REVISION_DATE, in invoke_commit_cb()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dlog.c353 SVN_PROP_REVISION_DATE, in log_closed()
553 else if (strcmp(name, SVN_PROP_REVISION_DATE) == 0) in svn_ra_serf__get_log()
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
Dnull-log-cmd.c202 APR_ARRAY_PUSH(revprops, const char *) = SVN_PROP_REVISION_DATE; in svn_cl__null_log()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dlog.c234 if (strcmp(name, SVN_PROP_REVISION_DATE) == 0) in pre_15_receiver()
264 svn_hash_sets(log_entry->revprops, SVN_PROP_REVISION_DATE, NULL); in pre_15_receiver()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Drevs-txns.c578 && !strcmp(name, SVN_PROP_REVISION_DATE)) in svn_fs_base__set_txn_prop()
724 cpargs.name = SVN_PROP_REVISION_DATE; in txn_body_begin_txn()
Ddag.c255 return svn_fs_base__set_rev_prop(fs, 0, SVN_PROP_REVISION_DATE, NULL, &date, in txn_body_dag_init_fs()
1622 SVN_ERR(svn_fs_base__set_rev_prop(fs, *new_rev, SVN_PROP_REVISION_DATE, in svn_fs_base__dag_commit_txn()
/freebsd-10-stable/contrib/subversion/subversion/svndumpfilter/
Dsvndumpfilter.c391 svn_hash_sets(rb->props, SVN_PROP_REVISION_DATE, in output_revision()
392 svn_hash_gets(old_props, SVN_PROP_REVISION_DATE)); in output_revision()
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
Dsvnlook.c759 SVN_PROP_REVISION_DATE, pool)); in generate_label()
766 SVN_ERR(svn_fs_txn_prop(&date, txn, SVN_PROP_REVISION_DATE, pool)); in generate_label()
1344 SVN_ERR(get_property(&prop_value, c, SVN_PROP_REVISION_DATE, pool)); in do_date()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dverify.c733 SVN_PROP_REVISION_DATE, iterpool)); in verify_revprops()
Dtransaction.c1225 && !strcmp(prop->name, SVN_PROP_REVISION_DATE)) in svn_fs_fs__change_txn_props()
3322 svn_hash_sets(txnprops, SVN_PROP_REVISION_DATE, &date); in write_final_revprop()
3858 svn_hash_sets(props, SVN_PROP_REVISION_DATE, &date); in svn_fs_fs__begin_txn()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dverify.c716 SVN_PROP_REVISION_DATE, in verify_revprops()
Dtransaction.c1424 && !strcmp(prop->name, SVN_PROP_REVISION_DATE)) in svn_fs_x__change_txn_props()
3245 svn_hash_sets(txnprops, SVN_PROP_REVISION_DATE, &date); in write_final_revprop()
3762 svn_hash_sets(props, SVN_PROP_REVISION_DATE, &date); in svn_fs_x__begin_txn()
Dfs_x.c917 svn_hash_sets(proplist, SVN_PROP_REVISION_DATE, &date); in write_revision_zero()

12