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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dutil.c165 if (new_item->outgoing_prop_changes)
166 new_item->outgoing_prop_changes =
167 svn_prop_array_dup(new_item->outgoing_prop_changes, pool);
H A Dcommit_util.c1619 if (item->outgoing_prop_changes)
1622 apr_array_header_t *prop_changes = item->outgoing_prop_changes;
1693 if (item->outgoing_prop_changes)
1698 for (i = 0; i < item->outgoing_prop_changes->nelts; i++)
1700 prop = APR_ARRAY_IDX(item->outgoing_prop_changes, i,
H A Dcopy.c1419 item->outgoing_prop_changes = apr_array_make(scratch_pool, 1,
1443 = apr_palloc(item->outgoing_prop_changes->pool,
1448 item->outgoing_prop_changes->pool));
1452 APR_ARRAY_PUSH(item->outgoing_prop_changes, svn_prop_t *)
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_client.h503 * contents in @c outgoing_prop_changes->pool, so that it has the
506 apr_array_header_t *outgoing_prop_changes;
505 apr_array_header_t *outgoing_prop_changes; member in struct:svn_client_commit_item3_t

Completed in 197 milliseconds