Searched refs:cmt_author (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/subversion/subversion/libsvn_client/ |
| HD | cat.c | 277 svn_string_t *cmt_rev, *cmt_date, *cmt_author; in svn_client_cat2() local 282 cmt_author = svn_hash_gets(props, SVN_PROP_ENTRY_LAST_AUTHOR); in svn_client_cat2() 289 cmt_author ? in svn_client_cat2() 290 cmt_author->data : NULL, in svn_client_cat2()
|
| /trueos/contrib/subversion/subversion/libsvn_wc/ |
| HD | entries.c | 232 &entry->cmt_author, in get_info_for_deleted() 257 &entry->cmt_author, in get_info_for_deleted() 410 &entry->cmt_author, in read_one_entry() 2101 base_node->changed_author = entry->cmt_author; in write_entry() 2191 below_working_node->changed_author = entry->cmt_author; in write_entry() 2288 working_node->changed_author = entry->cmt_author; in write_entry() 2485 if (entry->cmt_author) in svn_wc_entry_dup() 2486 dupentry->cmt_author = apr_pstrdup(pool, entry->cmt_author); in svn_wc_entry_dup()
|
| HD | old-and-busted.c | 552 SVN_ERR(read_str(&entry->cmt_author, buf, end, pool)); in read_entry() 967 entry->cmt_author = extract_string(atts, ENTRIES_ATTR_CMT_AUTHOR, pool); in atts_to_entry()
|
| /trueos/contrib/subversion/subversion/libsvn_ra_local/ |
| HD | ra_plugin.c | 1067 const char *cmt_date, *cmt_author; in get_node_props() local 1089 &cmt_author, root, path, in get_node_props() 1096 svn_hash_sets(*props, SVN_PROP_ENTRY_LAST_AUTHOR, cmt_author ? in get_node_props() 1097 svn_string_create(cmt_author, result_pool) :NULL); in get_node_props()
|
| /trueos/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 2876 const char *cmt_author; member
|