Searched refs:outgoing_prop_changes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dutil.c171 if (new_item->outgoing_prop_changes)
172 new_item->outgoing_prop_changes =
173 svn_prop_array_dup(new_item->outgoing_prop_changes, pool);
H A Dcommit_util.c1694 if (item->outgoing_prop_changes)
1697 apr_array_header_t *prop_changes = item->outgoing_prop_changes;
1768 if (item->outgoing_prop_changes)
1773 for (i = 0; i < item->outgoing_prop_changes->nelts; i++)
1775 prop = APR_ARRAY_IDX(item->outgoing_prop_changes, i,
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h517 * contents in @c outgoing_prop_changes->pool, so that it has the
520 apr_array_header_t *outgoing_prop_changes;
519 apr_array_header_t *outgoing_prop_changes; member in struct:svn_client_commit_item3_t

Completed in 95 milliseconds