Searched refs:SVN_PROP_SPECIAL (Results 1 – 15 of 15) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/include/ |
| D | svn_props.h | 406 #define SVN_PROP_SPECIAL SVN_PROP_PREFIX "special" macro 510 SVN_PROP_SPECIAL, \
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_client/ |
| D | import.c | 110 if (svn_hash_gets(properties, SVN_PROP_SPECIAL)) in send_file_contents() 256 svn_hash_sets(properties, SVN_PROP_SPECIAL, in import_file() 258 SVN_ERR(editor->change_file_prop(file_baton, SVN_PROP_SPECIAL, in import_file() 260 SVN_PROP_SPECIAL), in import_file()
|
| D | cat.c | 115 special = svn_hash_gets(props, SVN_PROP_SPECIAL); in svn_client__get_normalized_stream()
|
| D | export.c | 344 special = svn_hash_gets(props, SVN_PROP_SPECIAL); in export_node() 765 else if (strcmp(name, SVN_PROP_SPECIAL) == 0) in change_file_prop() 980 if ( (val = svn_hash_gets(props, SVN_PROP_SPECIAL)) ) in add_file_ev2()
|
| D | add.c | 290 svn_hash_sets(properties, SVN_PROP_SPECIAL, in add_file()
|
| D | patch.c | 2372 if (! strcmp(prop_name, SVN_PROP_SPECIAL)) in apply_one_patch()
|
| D | merge.c | 2395 svn_string_t *special = svn_hash_gets(working_props, SVN_PROP_SPECIAL); in files_same_p()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | properties.c | 63 SVN_PROP_SPECIAL, 447 || strcmp(prop_name, SVN_PROP_SPECIAL) == 0) in svn_prop_is_boolean()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | translate.c | 282 propval = svn_prop_get_value(props, SVN_PROP_SPECIAL); in svn_wc__get_translate_info()
|
| D | revert.c | 575 special_prop = svn_hash_gets(props, SVN_PROP_SPECIAL); in revert_wc_data()
|
| D | props.c | 2414 || strcmp(property->name, SVN_PROP_SPECIAL) == 0 in svn_wc__has_magic_property()
|
| D | update_editor.c | 3748 && strcmp(name, SVN_PROP_SPECIAL) == 0) in change_file_prop() 3772 && svn_hash_gets(props, SVN_PROP_SPECIAL) != NULL) in change_file_prop()
|
| D | deprecated.c | 3363 if (svn_hash_gets(new_props, SVN_PROP_SPECIAL) != NULL) in svn_wc_add_repos_file2()
|
| D | wc_db.c | 9431 && svn_hash_gets(properties, SVN_PROP_SPECIAL)); in read_children_info() 9554 SVN_PROP_SPECIAL)); in read_children_info() 9751 mtb->special = (NULL != svn_hash_gets(properties, SVN_PROP_SPECIAL)); in read_single_info()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/ |
| D | editor.c | 426 apr_hash_set(props, SVN_PROP_SPECIAL, APR_HASH_KEY_STRING, in add_symlink_cb()
|