Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/include/
HDsvn_props.h406 #define SVN_PROP_SPECIAL SVN_PROP_PREFIX "special" macro
510 SVN_PROP_SPECIAL, \
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDimport.c110 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()
HDcat.c115 special = svn_hash_gets(props, SVN_PROP_SPECIAL); in svn_client__get_normalized_stream()
HDexport.c344 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()
HDadd.c290 svn_hash_sets(properties, SVN_PROP_SPECIAL, in add_file()
HDpatch.c2388 if (! strcmp(prop_name, SVN_PROP_SPECIAL)) in apply_one_patch()
HDmerge.c2355 if (svn_prop_get_value(working_props, SVN_PROP_SPECIAL) != NULL) in files_same_p()
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDproperties.c63 SVN_PROP_SPECIAL,
447 || strcmp(prop_name, SVN_PROP_SPECIAL) == 0) in svn_prop_is_boolean()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDtranslate.c282 propval = svn_prop_get_value(props, SVN_PROP_SPECIAL); in svn_wc__get_translate_info()
HDrevert.c575 special_prop = svn_hash_gets(props, SVN_PROP_SPECIAL); in revert_wc_data()
HDprops.c2414 || strcmp(property->name, SVN_PROP_SPECIAL) == 0 in svn_wc__has_magic_property()
HDupdate_editor.c3725 && strcmp(name, SVN_PROP_SPECIAL) == 0) in change_file_prop()
3749 && svn_hash_gets(props, SVN_PROP_SPECIAL) != NULL) in change_file_prop()
HDdeprecated.c3363 if (svn_hash_gets(new_props, SVN_PROP_SPECIAL) != NULL) in svn_wc_add_repos_file2()
HDwc_db.c9431 && 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()
/NextBSD/contrib/subversion/subversion/libsvn_fs/
HDeditor.c426 apr_hash_set(props, SVN_PROP_SPECIAL, APR_HASH_KEY_STRING, in add_symlink_cb()