Searched refs:svn_client_proplist_item_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Ddeprecated.c2045 svn_client_proplist_item_t *
2046 svn_client_proplist_item_dup(const svn_client_proplist_item_t *item,
2049 svn_client_proplist_item_t *new_item = apr_pcalloc(pool, sizeof(*new_item));
2139 svn_client_proplist_item_t *tmp_item = apr_palloc(pool, sizeof(*tmp_item));
2140 svn_client_proplist_item_t *item;
2150 APR_ARRAY_PUSH(pl_baton->props, const svn_client_proplist_item_t *) = item;
2166 *props = apr_array_make(pool, 5, sizeof(svn_client_proplist_item_t *));
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_client.h347 typedef struct svn_client_proplist_item_t
356 } svn_client_proplist_item_t;
409 svn_client_proplist_item_t *
410 svn_client_proplist_item_dup(const svn_client_proplist_item_t *item,
5160 * returned as an array of #svn_client_proplist_item_t * structures
346 typedef struct svn_client_proplist_item_t struct
355 } svn_client_proplist_item_t; typedef in typeref:struct:svn_client_proplist_item_t

Completed in 206 milliseconds