Searched refs:new_props (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload-fs-vtable.c1036 apr_hash_t *new_props;
1042 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool);
1043 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool));
1371 apr_hash_t *new_props;
1392 new_props = svn_prop_array_to_hash(rb->revprops, rb->pool);
1393 SVN_ERR(svn_prop_diffs(&diff, new_props, orig_props, rb->pool));
1034 apr_hash_t *new_props; local
1367 apr_hash_t *new_props; local
H A Dreplay.c713 apr_hash_t *new_props;
722 SVN_ERR(svn_fs_node_proplist(&new_props, root, edit_path, pool));
724 SVN_ERR(svn_prop_diffs(&prop_diffs, new_props, old_props,
710 apr_hash_t *new_props; local
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c1342 nvlist_t *new_props = NULL; local
1344 new_props = fnvlist_alloc();
1369 new_props = zfs_valid_proplist(zhp->zfs_hdl, zhp->zfs_type, props,
1372 if (new_props == NULL) {
1377 *props_out = new_props;
1381 nvlist_free(new_props);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dadm_ops.c730 apr_hash_t *new_props;
733 &new_props,
736 props = new_props;
729 apr_hash_t *new_props; local
H A Ddeprecated.c3363 apr_hash_t *new_props,
3385 new_props,
3400 apr_hash_t *new_props,
3420 if (svn_hash_gets(new_props, SVN_PROP_SPECIAL) != NULL)
3433 list = svn_hash_gets(new_props, SVN_PROP_KEYWORDS);
3447 svn_hash_gets(new_props,
3471 new_base_props, new_props,
3491 apr_hash_t *new_props,
3498 new_props, NULL,
3357 svn_wc_add_repos_file3(const char *dst_path, svn_wc_adm_access_t *adm_access, svn_stream_t *new_base_contents, svn_stream_t *new_contents, apr_hash_t *new_base_props, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool) argument
3394 svn_wc_add_repos_file2(const char *dst_path, svn_wc_adm_access_t *adm_access, const char *new_text_base_path, const char *new_text_path, apr_hash_t *new_base_props, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, apr_pool_t *pool) argument
3487 svn_wc_add_repos_file(const char *dst_path, svn_wc_adm_access_t *adm_access, const char *new_text_path, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, apr_pool_t *pool) argument
H A Dwc_db_update_move.c1214 apr_hash_t *new_props,
1251 new_version.props = new_props;
1312 apr_hash_t *new_props,
1353 new_version.props = new_props;
1211 tc_editor_alter_directory(node_move_baton_t *nmb, const char *dst_relpath, apr_hash_t *old_props, apr_hash_t *new_props, apr_pool_t *scratch_pool) argument
1307 tc_editor_alter_file(node_move_baton_t *nmb, const char *dst_relpath, const svn_checksum_t *old_checksum, const svn_checksum_t *new_checksum, apr_hash_t *old_props, apr_hash_t *new_props, apr_pool_t *scratch_pool) argument
H A Dwc_db.h2581 const apr_hash_t *new_props,
H A Dupdate_editor.c5272 apr_hash_t *new_props,
5548 new_props,
5262 svn_wc_add_repos_file4(svn_wc_context_t *wc_ctx, const char *local_abspath, svn_stream_t *new_base_contents, svn_stream_t *new_contents, apr_hash_t *new_base_props, apr_hash_t *new_props, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
H A Dwc_db.c12012 const apr_hash_t *new_props,
12034 SVN_ERR_ASSERT(new_props != NULL);
12052 new_repos_relpath, new_revision, new_props,
12007 svn_wc__db_global_update(svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t new_kind, const char *new_repos_relpath, svn_revnum_t new_revision, const apr_hash_t *new_props, svn_revnum_t new_changed_rev, apr_time_t new_changed_date, const char *new_changed_author, const apr_array_header_t *new_children, const svn_checksum_t *new_checksum, const char *new_target, const apr_hash_t *new_dav_cache, const svn_skel_t *conflict, const svn_skel_t *work_items, apr_pool_t *scratch_pool) argument
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_wc.h4870 * new_base_props and its actual properties from @a new_props. Use
4877 * @a new_contents and @a new_props may be NULL, in which case
4899 * new_props and optional copyfrom information. That way it could be
4917 apr_hash_t *new_props,
4939 apr_hash_t *new_props,
4962 apr_hash_t *new_props,
4977 apr_hash_t *new_props,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c2219 apr_hash_t *new_props;
2276 new_props = NULL; /* No local changes */
2303 new_props = svn_prop_array_to_hash(regular_props, scratch_pool);
2306 svn_hash_sets(new_props, SVN_PROP_MERGEINFO, NULL);
2314 pristine_props, new_props,
3144 apr_hash_t *new_props;
3151 new_props = svn_prop_array_to_hash(regular_props, scratch_pool);
3153 svn_hash_sets(new_props, SVN_PROP_MERGEINFO, NULL);
3155 /* ### What is the easiest way to set new_props on LOCAL_ABSPATH?
3164 svn_prop_hash_to_array(new_props,
2215 apr_hash_t *new_props; local
3140 apr_hash_t *new_props; local
[all...]

Completed in 410 milliseconds