Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_props.h406 #define SVN_PROP_SPECIAL SVN_PROP_PREFIX "special" macro
510 SVN_PROP_SPECIAL, \
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Dimport.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()
Dcat.c115 special = svn_hash_gets(props, SVN_PROP_SPECIAL); in svn_client__get_normalized_stream()
Dexport.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()
Dadd.c290 svn_hash_sets(properties, SVN_PROP_SPECIAL, in add_file()
Dpatch.c2372 if (! strcmp(prop_name, SVN_PROP_SPECIAL)) in apply_one_patch()
Dmerge.c2395 svn_string_t *special = svn_hash_gets(working_props, SVN_PROP_SPECIAL); in files_same_p()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dproperties.c63 SVN_PROP_SPECIAL,
447 || strcmp(prop_name, SVN_PROP_SPECIAL) == 0) in svn_prop_is_boolean()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dtranslate.c282 propval = svn_prop_get_value(props, SVN_PROP_SPECIAL); in svn_wc__get_translate_info()
Drevert.c575 special_prop = svn_hash_gets(props, SVN_PROP_SPECIAL); in revert_wc_data()
Dprops.c2414 || strcmp(property->name, SVN_PROP_SPECIAL) == 0 in svn_wc__has_magic_property()
Dupdate_editor.c3748 && strcmp(name, SVN_PROP_SPECIAL) == 0) in change_file_prop()
3772 && svn_hash_gets(props, SVN_PROP_SPECIAL) != NULL) in change_file_prop()
Ddeprecated.c3363 if (svn_hash_gets(new_props, SVN_PROP_SPECIAL) != NULL) in svn_wc_add_repos_file2()
Dwc_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()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
Deditor.c426 apr_hash_set(props, SVN_PROP_SPECIAL, APR_HASH_KEY_STRING, in add_symlink_cb()