Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Ddeprecated.c68 kwstruct_to_kwhash(const svn_subst_keywords_t *kwstruct, in kwstruct_to_kwhash() argument
73 if (kwstruct == NULL) in kwstruct_to_kwhash()
78 if (kwstruct->revision) in kwstruct_to_kwhash()
80 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_LONG, kwstruct->revision); in kwstruct_to_kwhash()
81 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_MEDIUM, kwstruct->revision); in kwstruct_to_kwhash()
82 svn_hash_sets(kwhash, SVN_KEYWORD_REVISION_SHORT, kwstruct->revision); in kwstruct_to_kwhash()
84 if (kwstruct->date) in kwstruct_to_kwhash()
86 svn_hash_sets(kwhash, SVN_KEYWORD_DATE_LONG, kwstruct->date); in kwstruct_to_kwhash()
87 svn_hash_sets(kwhash, SVN_KEYWORD_DATE_SHORT, kwstruct->date); in kwstruct_to_kwhash()
89 if (kwstruct->author) in kwstruct_to_kwhash()
[all …]