Home
last modified time | relevance | path

Searched refs:temp_props (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDadd.c100 apr_array_header_t *temp_props; in split_props() local
105 temp_props = apr_array_make(pool, 4, sizeof(char *)); in split_props()
127 APR_ARRAY_PUSH(temp_props, char *) = new_prop; in split_props()
134 APR_ARRAY_PUSH(temp_props, char *) = new_prop; in split_props()
135 *props = temp_props; in split_props()
HDdeprecated.c2112 apr_hash_t *temp_props; in svn_client_propget3() local
2120 err = svn_client_propget4(&temp_props, propname, target, in svn_client_propget3()
2151 for (hi = apr_hash_first(pool, temp_props); hi; in svn_client_propget3()
2164 *props = temp_props; in svn_client_propget3()